Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) NOT NULL, "body" text, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120824071117')  (1.2ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("pages") Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (1.2ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) NOT NULL, "body" text, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120824071117') Started GET "/" for 127.0.0.1 at 2012-08-30 13:45:21 +0800 Connecting to database specified by database.yml ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' rack (1.4.1) lib/rack/lint.rb:48:in `_call' rack (1.4.1) lib/rack/lint.rb:36:in `call' rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' rack (1.4.1) lib/rack/chunked.rb:43:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (4.3ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 13:45:44 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Completed 500 Internal Server Error in 10ms ActionView::MissingTemplate (Missing template amalgam/admin/pages/index, amalgam/admin/base/index, amalgam/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__1091807673618996106__process_action__4066005767266578256__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1487819849422738744__call__3498499859836500867__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' rack (1.4.1) lib/rack/lint.rb:48:in `_call' rack (1.4.1) lib/rack/lint.rb:36:in `call' rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' rack (1.4.1) lib/rack/chunked.rb:43:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 13:46:56 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Completed 500 Internal Server Error in 15ms ActionView::MissingTemplate (Missing template amalgam/admin/pages/index, amalgam/admin/base/index, amalgam/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__1732983679528551115__process_action__2414577532138068075__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2315544789593720151__call__537872486633826931__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (2.5ms) Connecting to database specified by database.yml Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 14:03:42 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Completed 500 Internal Server Error in 18ms ActionView::MissingTemplate (Missing template layouts/admin/application with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:79:in `resolve_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:86:in `resolve_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:69:in `block in find_layout' actionpack (3.2.8) lib/action_view/lookup_context.rb:228:in `with_layout_format' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `with_layout_format' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:69:in `find_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:53:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3095660591543834696__process_action__2110569976251389545__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2808462308499444466__call__1820461618707579326__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.9ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 14:07:36 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Completed 500 Internal Server Error in 10ms ActionView::MissingTemplate (Missing template layouts/admin/application with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:79:in `resolve_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:86:in `resolve_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:69:in `block in find_layout' actionpack (3.2.8) lib/action_view/lookup_context.rb:228:in `with_layout_format' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `with_layout_format' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:69:in `find_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:53:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3095660591543834696__process_action__2110569976251389545__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2808462308499444466__call__1820461618707579326__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 14:09:39 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Completed 500 Internal Server Error in 10ms ActionView::MissingTemplate (Missing template layouts/admin/application with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:79:in `resolve_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:86:in `resolve_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:69:in `block in find_layout' actionpack (3.2.8) lib/action_view/lookup_context.rb:228:in `with_layout_format' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `with_layout_format' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:69:in `find_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:53:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3095660591543834696__process_action__2110569976251389545__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2808462308499444466__call__1820461618707579326__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 14:13:04 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Completed 500 Internal Server Error in 17ms ActionView::MissingTemplate (Missing template layouts/admin/application with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:79:in `resolve_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:86:in `resolve_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:69:in `block in find_layout' actionpack (3.2.8) lib/action_view/lookup_context.rb:228:in `with_layout_format' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `with_layout_format' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:69:in `find_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:53:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2437196343545263435__process_action__3073517956990606692__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3121083468482630536__call__3275330945174541978__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 14:18:04 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Completed 500 Internal Server Error in 17ms ActionView::MissingTemplate (Missing template layouts/admin/application with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:79:in `resolve_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:86:in `resolve_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:69:in `block in find_layout' actionpack (3.2.8) lib/action_view/lookup_context.rb:228:in `with_layout_format' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `with_layout_format' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:69:in `find_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:53:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__4546659508430551207__process_action__4316216886359711823__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2680399549333773275__call__1686495818501433114__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 14:19:23 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Completed 500 Internal Server Error in 16ms ActionView::MissingTemplate (Missing template layouts/admin/application with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:79:in `resolve_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:86:in `resolve_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:69:in `block in find_layout' actionpack (3.2.8) lib/action_view/lookup_context.rb:228:in `with_layout_format' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `with_layout_format' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:69:in `find_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:53:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2639133206533917172__process_action__4240914510715351318__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2257971384644539805__call__17238210084679720__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 14:23:29 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Completed 500 Internal Server Error in 17ms ActionView::MissingTemplate (Missing template layouts/admin/application with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:79:in `resolve_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:86:in `resolve_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:69:in `block in find_layout' actionpack (3.2.8) lib/action_view/lookup_context.rb:228:in `with_layout_format' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `with_layout_format' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:69:in `find_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:53:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2121189842290957223__process_action__1019507346070452699__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2461811262311290539__call__534073781584051531__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 14:27:52 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/application (36.8ms) Completed 500 Internal Server Error in 50ms ActionView::Template::Error (Missing partial admin/tree/list with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): 3: %i.icon-plus.icon-white 4: #{t('admin.actions.new')}#{Page.model_name.human} 5: 6: =render :partial => "admin/tree/list", :locals =>{ :collection => @pages, :parent_id => nil , :data => {:done => t('admin.tree.moved'), :error => t('admin.tree.move_error') ,:path => admin_pages_path, :param => Page.model_name.underscore} } actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:339:in `find_template' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:333:in `find_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:222:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__8854994508802742_70125391549480' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2908346707941547298__process_action__712903986856323041__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1747776598392622543__call__1143461869104631454__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.1ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 14:29:39 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/application (11.0ms) Completed 500 Internal Server Error in 48ms ActionView::Template::Error (Missing partial admin/tree/list with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): 3: %i.icon-plus.icon-white 4: #{t('admin.actions.new')}#{Page.model_name.human} 5: 6: =render :partial => "admin/tree/list", :locals =>{ :collection => @pages, :parent_id => nil , :data => {:done => t('admin.tree.moved'), :error => t('admin.tree.move_error') ,:path => admin_pages_path, :param => Page.model_name.underscore} } actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:339:in `find_template' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:333:in `find_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:222:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml___775767173748553869_70279924634500' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__221727687220161388__process_action__1437256477647336431__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3821550889818121082__call__1569829158682659199__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.8ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 14:29:44 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/application (3.3ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (Missing partial admin/tree/list with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): 3: %i.icon-plus.icon-white 4: #{t('admin.actions.new')}#{Page.model_name.human} 5: 6: =render :partial => "admin/tree/list", :locals =>{ :collection => @pages, :parent_id => nil , :data => {:done => t('admin.tree.moved'), :error => t('admin.tree.move_error') ,:path => admin_pages_path, :param => Page.model_name.underscore} } actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:339:in `find_template' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:333:in `find_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:222:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml___775767173748553869_70279924634500' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__221727687220161388__process_action__1437256477647336431__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3821550889818121082__call__1569829158682659199__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.3ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 14:32:16 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/application (11.9ms) Compiled bootstrap.css (1436ms) (pid 81613) Compiled amalgam/admin/_mixins.css (11ms) (pid 81613) Compiled amalgam/admin/layout.css (59ms) (pid 81613) Compiled amalgam/admin/login.css (9ms) (pid 81613) Compiled amalgam/admin.css (1582ms) (pid 81613) Compiled amalgam/application.css (1595ms) (pid 81613) Compiled jquery.js (32ms) (pid 81613) Compiled jquery_ujs.js (0ms) (pid 81613) Completed 500 Internal Server Error in 1782ms ActionView::Template::Error (couldn't find file 'modernizr' (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/admin.js:1)): 3: 4: Amalgam 5: <%= stylesheet_link_tag "amalgam/application", :media => "all" %> 6: <%= javascript_include_tag "amalgam/application" %> 7: <%= csrf_meta_tags %> 8: 9: sprockets (2.1.3) lib/sprockets/context.rb:100:in `resolve' sprockets (2.1.3) lib/sprockets/context.rb:140:in `require_asset' sprockets (2.1.3) lib/sprockets/directive_processor.rb:215:in `process_require_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:244:in `new' sprockets (2.1.3) lib/sprockets/base.rb:244:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/application.html.erb:6:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_application_html_erb__2023243672976977452_70164390177160' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2469419536631347105__process_action__2090231296802003893__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1124189958293951256__call__3783305103929608521__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.7ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 14:34:40 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (35.6ms) Completed 500 Internal Server Error in 88ms ActionView::Template::Error (couldn't find file 'modernizr' (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/admin.js:1)): 3: %head 4: %title CMS 5: = stylesheet_link_tag "amalgam/admin" 6: = javascript_include_tag "amalgam/admin" 7: = csrf_meta_tags 8: = yield(:head) 9: %body{:class => body_class} sprockets (2.1.3) lib/sprockets/context.rb:100:in `resolve' sprockets (2.1.3) lib/sprockets/context.rb:140:in `require_asset' sprockets (2.1.3) lib/sprockets/directive_processor.rb:215:in `process_require_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:244:in `new' sprockets (2.1.3) lib/sprockets/base.rb:244:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__1756580797000196379_70309502231700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__1772904387701589483__process_action__718466280445791850__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3533096782246239254__call__3625680035797277133__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.3ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 14:37:24 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (35.1ms) Completed 500 Internal Server Error in 81ms ActionView::Template::Error (couldn't find file 'modernizr' (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/admin.js:1)): 3: %head 4: %title CMS 5: = stylesheet_link_tag "amalgam/admin" 6: = javascript_include_tag "amalgam/admin" 7: = csrf_meta_tags 8: = yield(:head) 9: %body{:class => body_class} sprockets (2.1.3) lib/sprockets/context.rb:100:in `resolve' sprockets (2.1.3) lib/sprockets/context.rb:140:in `require_asset' sprockets (2.1.3) lib/sprockets/directive_processor.rb:215:in `process_require_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:244:in `new' sprockets (2.1.3) lib/sprockets/base.rb:244:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml___2199846463116454597_70329855490900' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__562678520898103467__process_action__1820130161499426033__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2177207990240574232__call__4241694868963576054__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.8ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 14:43:57 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (12.1ms) Completed 500 Internal Server Error in 83ms ActionView::Template::Error (couldn't find file 'jquery.ui.core' (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/admin.js:2)): 3: %head 4: %title CMS 5: = stylesheet_link_tag "amalgam/admin" 6: = javascript_include_tag "amalgam/admin" 7: = csrf_meta_tags 8: = yield(:head) 9: %body{:class => body_class} sprockets (2.1.3) lib/sprockets/context.rb:100:in `resolve' sprockets (2.1.3) lib/sprockets/context.rb:140:in `require_asset' sprockets (2.1.3) lib/sprockets/directive_processor.rb:215:in `process_require_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:244:in `new' sprockets (2.1.3) lib/sprockets/base.rb:244:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml___1517726623484573959_70255770215680' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2512760915226256676__process_action__2080998719781403105__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3245899510990293585__call__3409041359899811006__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.2ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 14:44:38 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (11.2ms) Completed 500 Internal Server Error in 81ms ActionView::Template::Error (couldn't find file 'amalgam/modernizr' (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/admin.js:1)): 3: %head 4: %title CMS 5: = stylesheet_link_tag "amalgam/admin" 6: = javascript_include_tag "amalgam/admin" 7: = csrf_meta_tags 8: = yield(:head) 9: %body{:class => body_class} sprockets (2.1.3) lib/sprockets/context.rb:100:in `resolve' sprockets (2.1.3) lib/sprockets/context.rb:140:in `require_asset' sprockets (2.1.3) lib/sprockets/directive_processor.rb:215:in `process_require_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:244:in `new' sprockets (2.1.3) lib/sprockets/base.rb:244:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml___1758758992608944866_70200943982480' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__4151915184065910155__process_action__3669481894874220664__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2510933332545341339__call__1024618390580597753__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.9ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 14:44:57 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (35.4ms) Completed 500 Internal Server Error in 81ms ActionView::Template::Error (couldn't find file 'modernizr' (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/admin.js:1)): 3: %head 4: %title CMS 5: = stylesheet_link_tag "amalgam/admin" 6: = javascript_include_tag "amalgam/admin" 7: = csrf_meta_tags 8: = yield(:head) 9: %body{:class => body_class} sprockets (2.1.3) lib/sprockets/context.rb:100:in `resolve' sprockets (2.1.3) lib/sprockets/context.rb:140:in `require_asset' sprockets (2.1.3) lib/sprockets/directive_processor.rb:215:in `process_require_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:244:in `new' sprockets (2.1.3) lib/sprockets/base.rb:244:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__3808078661842148624_70185473122700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2917487483374960600__process_action__957939538929918289__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2697637634391642184__call__3161015117456396715__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.9ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 14:59:06 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (12.3ms) Completed 500 Internal Server Error in 84ms ActionView::Template::Error (couldn't find file 'jquery.ui.core' (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/admin.js:3)): 3: %head 4: %title CMS 5: = stylesheet_link_tag "amalgam/admin" 6: = javascript_include_tag "amalgam/admin" 7: = csrf_meta_tags 8: = yield(:head) 9: %body{:class => body_class} sprockets (2.1.3) lib/sprockets/context.rb:100:in `resolve' sprockets (2.1.3) lib/sprockets/context.rb:140:in `require_asset' sprockets (2.1.3) lib/sprockets/directive_processor.rb:215:in `process_require_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:244:in `new' sprockets (2.1.3) lib/sprockets/base.rb:244:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__2588574144332408513_70359854978800' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__340991476682902099__process_action__1202259958014464389__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4078051183944728487__call__2748857579832077485__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (27.5ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (36.3ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 15:04:08 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (12.0ms) Completed 500 Internal Server Error in 86ms ActionView::Template::Error (couldn't find file 'jquery.ui.nestedSortable' (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/admin.js:7)): 3: %head 4: %title CMS 5: = stylesheet_link_tag "amalgam/admin" 6: = javascript_include_tag "amalgam/admin" 7: = csrf_meta_tags 8: = yield(:head) 9: %body{:class => body_class} sprockets (2.1.3) lib/sprockets/context.rb:100:in `resolve' sprockets (2.1.3) lib/sprockets/context.rb:140:in `require_asset' sprockets (2.1.3) lib/sprockets/directive_processor.rb:215:in `process_require_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:244:in `new' sprockets (2.1.3) lib/sprockets/base.rb:244:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml___1841175625472300575_70324556483820' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2289719166784728148__process_action__1993835706391536461__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2791800841442088084__call__1989095494642643165__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.8ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 15:06:55 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (11.2ms) Completed 500 Internal Server Error in 111ms ActionView::Template::Error (couldn't find file 'jquery.ui.nestedSortable' (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/admin.js:7)): 3: %head 4: %title CMS 5: = stylesheet_link_tag "amalgam/admin" 6: = javascript_include_tag "amalgam/admin" 7: = csrf_meta_tags 8: = yield(:head) 9: %body{:class => body_class} sprockets (2.1.3) lib/sprockets/context.rb:100:in `resolve' sprockets (2.1.3) lib/sprockets/context.rb:140:in `require_asset' sprockets (2.1.3) lib/sprockets/directive_processor.rb:215:in `process_require_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:244:in `new' sprockets (2.1.3) lib/sprockets/base.rb:244:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml___1565644476599174667_70364170538480' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__4365457488889982527__process_action__585949525961791842__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__132559995470217376__call__2367488095924153251__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.1ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 15:06:57 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (2.5ms) Completed 500 Internal Server Error in 26ms ActionView::Template::Error (couldn't find file 'jquery.ui.nestedSortable' (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/admin.js:7)): 3: %head 4: %title CMS 5: = stylesheet_link_tag "amalgam/admin" 6: = javascript_include_tag "amalgam/admin" 7: = csrf_meta_tags 8: = yield(:head) 9: %body{:class => body_class} sprockets (2.1.3) lib/sprockets/context.rb:100:in `resolve' sprockets (2.1.3) lib/sprockets/context.rb:140:in `require_asset' sprockets (2.1.3) lib/sprockets/directive_processor.rb:215:in `process_require_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:244:in `new' sprockets (2.1.3) lib/sprockets/base.rb:244:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml___1565644476599174667_70364170538480' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__4365457488889982527__process_action__585949525961791842__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__132559995470217376__call__2367488095924153251__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.9ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 15:25:23 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (11.6ms) Compiled modernizr.js (0ms) (pid 84040) Compiled jquery.ui.core.js (1ms) (pid 84040) Compiled jquery.ui.widget.js (0ms) (pid 84040) Compiled jquery.ui.mouse.js (3ms) (pid 84040) Compiled jquery.ui.sortable.js (4ms) (pid 84040) Compiled jquery.ui.nestedSortable.js (0ms) (pid 84040) Compiled jquery.scrollto.js (0ms) (pid 84040) Compiled bootstrap-dropdown.js (0ms) (pid 84040) Compiled bootstrap-alert.js (0ms) (pid 84040) Compiled bootstrap-tooltip.js (0ms) (pid 84040) Compiled bootstrap-button.js (0ms) (pid 84040) Compiled amalgam/admin/app.js (114ms) (pid 84040) Compiled amalgam/admin/popover.js (124ms) (pid 84040) Compiled amalgam/admin/tree.js (112ms) (pid 84040) Compiled amalgam/admin.js (625ms) (pid 84040) Completed 500 Internal Server Error in 792ms ActionView::Template::Error (undefined local variable or method `body_class' for #<#:0x007f9b917dc088>): 6: = javascript_include_tag "amalgam/admin" 7: = csrf_meta_tags 8: = yield(:head) 9: %body{:class => body_class} 10: =#render :partial => "admin/navbar", :locals => {:editor => false} 11: .container 12: .row /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:9:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml___825518443366727077_70153089103740' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3782631619173636249__process_action__465390600349894654__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__973813899038226200__call__905645722976399305__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.8ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 15:32:25 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (3.1ms) Completed 200 OK in 116ms (Views: 114.6ms | ActiveRecord: 0.3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 15:32:26 +0800 Served asset /amalgam/admin/_mixins.css - 200 OK (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 15:32:26 +0800 Served asset /amalgam/admin/layout.css - 200 OK (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 15:32:26 +0800 Served asset /amalgam/admin/login.css - 200 OK (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 15:32:26 +0800 Served asset /jquery.ui.core.js - 200 OK (34ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 15:32:26 +0800 Served asset /amalgam/admin.css - 200 OK (12ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 15:32:26 +0800 Served asset /jquery.ui.widget.js - 200 OK (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 15:32:26 +0800 Served asset /modernizr.js - 200 OK (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 15:32:26 +0800 Served asset /bootstrap.css - 200 OK (8ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 15:32:26 +0800 Served asset /jquery.ui.mouse.js - 200 OK (7ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 15:32:26 +0800 Served asset /jquery.ui.sortable.js - 200 OK (14ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 15:32:26 +0800 Served asset /jquery.ui.nestedSortable.js - 200 OK (5ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 15:32:26 +0800 Served asset /jquery.scrollto.js - 200 OK (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 15:32:26 +0800 Served asset /jquery.js - 200 OK (6ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 15:32:26 +0800 Served asset /bootstrap-tooltip.js - 200 OK (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 15:32:26 +0800 Served asset /bootstrap-button.js - 200 OK (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 15:32:26 +0800 Served asset /amalgam/admin/app.js - 200 OK (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 15:32:26 +0800 Served asset /amalgam/admin/tree.js - 200 OK (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 15:32:26 +0800 Served asset /amalgam/admin/popover.js - 200 OK (5ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 15:32:26 +0800 Served asset /amalgam/admin.js - 200 OK (51ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 15:32:26 +0800 Served asset /jquery_ujs.js - 200 OK (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 15:32:26 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 15:32:26 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/admin/bg.png" for 127.0.0.1 at 2012-08-30 15:32:26 +0800 Served asset /admin/bg.png - 404 Not Found (6ms) ActionController::RoutingError (No route matches [GET] "/assets/admin/bg.png"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-08-30 15:32:26 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (8ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 15:32:35 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (19.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (24.1ms) Completed 200 OK in 51ms (Views: 40.8ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 15:32:35 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 15:32:35 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 15:33:33 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (2.9ms) Completed 200 OK in 18ms (Views: 16.8ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 15:33:33 +0800 Served asset /bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 15:33:33 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 15:33:33 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 15:33:33 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 15:33:33 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 15:33:33 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 15:33:33 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 15:33:33 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 15:33:34 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 15:42:47 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (2.3ms) Compiled amalgam/admin/layout.css (62ms) (pid 84040) Compiled amalgam/admin.css (4ms) (pid 84040) Completed 200 OK in 142ms (Views: 140.9ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 15:42:47 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 15:42:47 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 15:42:47 +0800 Served asset /amalgam/admin/layout.css - 200 OK (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 15:42:47 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:47 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 15:42:47 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:47 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:47 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:47 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:47 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:47 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:47 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:47 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:47 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:47 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:47 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:47 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:47 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:47 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:47 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:47 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:47 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-08-30 15:42:47 +0800 Served asset /amalgam/admin/bg.png - 200 OK (8ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 15:42:49 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (3.8ms) Completed 200 OK in 18ms (Views: 16.9ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 15:42:49 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 15:42:49 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 15:42:49 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 15:42:49 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 15:42:49 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:49 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:49 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:49 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:49 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:49 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:49 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:49 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:49 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:49 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:49 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:49 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:49 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:49 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:49 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:49 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:49 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 15:42:51 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (42.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (43.5ms) Completed 200 OK in 57ms (Views: 56.5ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 15:42:51 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 15:42:51 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 15:42:51 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 15:42:51 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 15:42:51 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:51 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:51 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:51 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:51 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:51 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:51 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:51 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:51 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:51 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:51 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:51 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:51 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:51 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:51 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:51 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:51 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 15:42:51 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 15:42:58 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (2.9ms) Completed 200 OK in 17ms (Views: 16.0ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 15:42:58 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 15:42:58 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 15:42:58 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 15:42:58 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 15:42:58 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 15:43:01 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (6.8ms) Completed 200 OK in 27ms (Views: 26.3ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 15:43:01 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 15:43:01 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 15:43:01 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 15:43:01 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 15:43:01 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 15:43:01 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 15:43:01 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 15:43:01 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 15:43:01 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 15:43:01 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 15:43:01 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 15:43:01 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 15:43:01 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 15:43:01 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 15:43:01 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 15:43:01 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 15:43:01 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 15:43:01 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 15:43:01 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 15:43:01 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 15:43:01 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 15:43:02 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 15:49:25 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (3.0ms) Completed 200 OK in 17ms (Views: 16.3ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 15:49:26 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 15:49:26 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 15:49:26 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 15:49:26 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 15:49:26 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-08-30 15:49:26 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-08-30 15:49:26 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 15:49:37 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (8.0ms) Completed 200 OK in 24ms (Views: 22.5ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 15:49:37 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 15:49:37 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 15:49:37 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 15:49:37 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 15:49:37 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 15:49:37 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 15:49:37 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 15:49:37 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 15:49:37 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 15:49:37 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 15:49:37 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 15:49:37 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 15:49:37 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 15:49:37 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 15:49:37 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 15:49:37 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 15:49:37 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 15:49:37 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 15:49:37 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 15:49:37 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 15:49:37 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 15:49:37 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/" for 127.0.0.1 at 2012-08-30 15:58:53 +0800 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 15:58:56 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (3.9ms) Completed 200 OK in 20ms (Views: 18.7ms | ActiveRecord: 0.3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 15:58:56 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 15:58:56 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 15:58:56 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 15:58:56 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 15:58:56 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:56 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:56 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:56 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:56 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:56 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:56 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:56 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:57 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:57 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:57 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:57 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:57 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:57 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:57 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:57 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:57 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:57 +0800 Served asset /amalgam/admin.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-08-30 15:58:57 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-08-30 15:58:57 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 15:58:58 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (3.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (4.7ms) Completed 200 OK in 58ms (Views: 56.5ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 15:58:58 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 15:58:58 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 15:58:58 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 15:58:58 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 15:58:58 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:58 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:58 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:58 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:58 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:58 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:58 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:58 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:58 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:58 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:58 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:58 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:58 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:58 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:58 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:58 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:58 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 15:58:58 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-08-30 15:58:58 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 16:00:49 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (11.7ms) Completed 200 OK in 200ms (Views: 198.4ms | ActiveRecord: 0.3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 16:00:50 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 16:00:50 +0800 Served asset /amalgam/admin.css - 304 Not Modified (39ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 16:00:50 +0800 Served asset /bootstrap.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 16:00:50 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 16:00:50 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-08-30 16:00:50 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-08-30 16:00:50 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (3ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 16:00:51 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (13.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (16.3ms) Completed 200 OK in 39ms (Views: 29.1ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 16:00:51 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 16:00:51 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 16:00:51 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 16:00:51 +0800 Served asset /jquery.js - 304 Not Modified (37ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 16:00:51 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 16:00:51 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 16:00:51 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 16:00:51 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 16:00:51 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 16:00:51 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:00:51 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (14ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:00:51 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 16:00:51 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 16:00:51 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 16:00:51 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 16:00:51 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 16:00:51 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 16:00:51 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 16:00:51 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 16:00:51 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 16:00:51 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 16:00:51 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 16:04:07 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#new as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (39.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (47.3ms) Completed 200 OK in 221ms (Views: 209.7ms | ActiveRecord: 0.3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:07 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:07 +0800 Served asset /bootstrap.css - 304 Not Modified (40ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:07 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:07 +0800 Served asset /amalgam/admin.css - 304 Not Modified (14ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:07 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:07 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:07 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:07 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:07 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:08 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:08 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:08 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (3ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:08 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:08 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:08 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:08 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (41ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:08 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:08 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:08 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:08 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:08 +0800 Served asset /amalgam/admin.js - 304 Not Modified (13ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:08 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 16:04:14 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (3.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (5.7ms) Completed 200 OK in 19ms (Views: 18.5ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:14 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:14 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:14 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:14 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:14 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:14 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:14 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:14 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:14 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:14 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:14 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:14 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:14 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:14 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:14 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:14 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:14 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:14 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:14 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:14 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:14 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 16:04:15 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (4.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (5.7ms) Completed 200 OK in 20ms (Views: 19.1ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:15 +0800 Served asset /bootstrap.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:15 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:15 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:15 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:15 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:15 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:15 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:15 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:15 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:15 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:15 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:15 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:15 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:15 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:15 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:15 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:15 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:15 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:15 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:15 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:15 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:15 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 16:04:17 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (42.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (43.9ms) Completed 200 OK in 57ms (Views: 56.0ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:18 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:18 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:18 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:18 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:18 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:18 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:18 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:18 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:18 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:18 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:18 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:18 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:18 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:18 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:18 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:18 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:18 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:18 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:18 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:18 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:18 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/" for 127.0.0.1 at 2012-08-30 16:04:21 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (6.7ms) Completed 200 OK in 25ms (Views: 23.3ms | ActiveRecord: 0.3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:21 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:21 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:21 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:21 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:21 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:21 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:21 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:21 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:21 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:21 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:21 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:21 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:21 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:21 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:21 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:21 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:21 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:21 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:21 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:21 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:21 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:21 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 16:04:22 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (4.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (5.2ms) Completed 200 OK in 19ms (Views: 18.2ms | ActiveRecord: 0.3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:22 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:22 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:22 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:22 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 16:04:22 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:22 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:22 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:22 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:22 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:22 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:22 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:22 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:22 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:22 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:22 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:22 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:22 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:23 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:23 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:23 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:23 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 16:04:23 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 16:08:39 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (12.3ms) Completed 200 OK in 193ms (Views: 191.2ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 16:08:40 +0800 Served asset /bootstrap.css - 304 Not Modified (38ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 16:08:40 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 16:08:40 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 16:08:40 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 16:08:40 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:40 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:40 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:40 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:40 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:40 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:40 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:40 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:40 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:40 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:40 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:40 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:40 +0800 Served asset /bootstrap-button.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:40 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:40 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:40 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:40 +0800 Served asset /amalgam/admin.js - 304 Not Modified (16ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 16:08:44 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (14.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (16.4ms) Completed 200 OK in 39ms (Views: 29.2ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 16:08:44 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 16:08:44 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 16:08:44 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 16:08:44 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 16:08:44 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:44 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:44 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:44 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:44 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:44 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:44 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:44 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:44 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:44 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:44 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:44 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:44 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:44 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:44 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:44 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:44 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 16:08:44 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 16:09:04 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (3.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (4.9ms) Completed 200 OK in 18ms (Views: 17.1ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 16:09:04 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 16:09:04 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 16:09:04 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 16:09:04 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 16:09:04 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 16:09:04 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 16:09:04 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 16:09:04 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 16:09:04 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 16:09:04 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:09:04 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:09:04 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 16:09:04 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 16:09:04 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 16:09:04 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 16:09:04 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 16:09:04 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 16:09:04 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 16:09:04 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 16:09:04 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 16:09:04 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 16:09:04 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 16:23:05 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (4.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (5.9ms) Completed 200 OK in 19ms (Views: 18.6ms | ActiveRecord: 0.3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 16:23:05 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 16:23:05 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 16:23:05 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 16:23:05 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 16:23:05 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:05 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:05 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:05 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:05 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:05 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:05 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:05 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:05 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:05 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:05 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:05 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:05 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:05 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:05 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:05 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:05 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:05 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 16:23:09 +0800 Processing by Amalgam::Admin::PagesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"slug"=>"123", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = '123' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.0ms) rollback transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (3.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (4.7ms) Completed 200 OK in 38ms (Views: 16.7ms | ActiveRecord: 0.5ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 16:23:09 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 16:23:09 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 16:23:09 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 16:23:09 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 16:23:09 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:09 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:09 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:09 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:09 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:09 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:09 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:09 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:09 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:09 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:09 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:09 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:09 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:09 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:09 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:09 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:09 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 16:23:18 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (3.1ms) Completed 200 OK in 50ms (Views: 49.4ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 16:23:18 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 16:23:18 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 16:23:18 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 16:23:18 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 16:23:18 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:18 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:18 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:18 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:18 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:18 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:18 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:18 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:18 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:18 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:18 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:18 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:18 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:18 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:18 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:18 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 16:23:18 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 16:35:13 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (24.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (37.3ms) Completed 200 OK in 203ms (Views: 200.8ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 16:35:14 +0800 Served asset /bootstrap.css - 304 Not Modified (41ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 16:35:14 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 16:35:14 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 16:35:14 +0800 Served asset /amalgam/admin.css - 304 Not Modified (14ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 16:35:14 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:14 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:14 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:14 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:14 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:14 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:14 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:14 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:14 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:14 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:14 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:14 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:14 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:14 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:14 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:14 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:14 +0800 Served asset /amalgam/admin.js - 304 Not Modified (13ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-08-30 16:35:14 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-08-30 16:35:14 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (1ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 16:35:16 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (48.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (51.1ms) Completed 200 OK in 73ms (Views: 63.8ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 16:35:16 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 16:35:16 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 16:35:16 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 16:35:16 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 16:35:16 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:16 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:16 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:16 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:16 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:16 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:16 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:16 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:16 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:16 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:16 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:16 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:16 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:16 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:16 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:16 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:16 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:16 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 16:35:26 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (5.8ms) Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 16:35:26 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 16:35:26 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 16:35:26 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 16:35:26 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 16:35:26 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:26 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:26 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:26 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:26 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:26 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:26 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:26 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:26 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:26 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:26 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:26 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:26 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:26 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:26 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:26 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:26 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:26 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 16:35:29 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (7.2ms) Completed 200 OK in 23ms (Views: 21.6ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 16:35:30 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 16:35:30 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 16:35:30 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 16:35:30 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 16:35:30 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:30 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:30 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:30 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:30 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:30 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:30 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:30 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:30 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:30 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:30 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:30 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:30 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:30 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:30 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:30 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:30 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 16:35:30 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 16:36:16 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (4.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (5.2ms) Completed 200 OK in 19ms (Views: 18.3ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 16:36:16 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 16:36:16 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 16:36:16 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 16:36:16 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 16:36:16 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 16:36:16 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 16:36:16 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 16:36:16 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 16:36:17 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 16:36:17 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:36:17 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:36:17 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 16:36:17 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 16:36:17 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 16:36:17 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 16:36:17 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 16:36:17 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 16:36:17 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 16:36:17 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 16:36:17 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 16:36:17 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 16:36:17 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 16:38:46 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (6.3ms) Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 16:38:46 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 16:38:46 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 16:38:47 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:47 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 16:38:47 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 16:38:47 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:47 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:47 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:47 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:47 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:47 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:47 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:47 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:47 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:47 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:47 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:47 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:47 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:47 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:47 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:47 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:47 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 16:38:54 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (2.2ms) Completed 200 OK in 57ms (Views: 56.1ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 16:38:54 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 16:38:54 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 16:38:54 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 16:38:54 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:54 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 16:38:54 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:54 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:54 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:54 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:54 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:54 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:55 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:55 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:55 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:55 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:55 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:55 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:55 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:55 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:55 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:55 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:55 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 16:38:56 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (3.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (5.0ms) Completed 200 OK in 19ms (Views: 17.7ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 16:38:56 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 16:38:56 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 16:38:56 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 16:38:56 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 16:38:56 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:56 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:56 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:56 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:56 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:56 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:56 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:56 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:56 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:56 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:56 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:56 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:56 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:56 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:56 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:56 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 16:38:56 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 16:39:03 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (2.6ms) Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 16:39:03 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 16:39:03 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 16:39:03 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 16:39:03 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 16:39:03 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 16:39:03 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 16:39:03 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 16:39:03 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 16:39:03 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 16:39:03 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:39:03 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:39:03 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 16:39:03 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 16:39:03 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 16:39:03 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 16:39:03 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 16:39:03 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 16:39:03 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 16:39:03 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 16:39:03 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 16:39:03 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 16:39:03 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 16:40:47 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (4.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (46.9ms) Completed 200 OK in 60ms (Views: 59.1ms | ActiveRecord: 0.3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 16:40:47 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 16:40:47 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 16:40:47 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 16:40:47 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 16:40:47 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 16:40:47 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 16:40:47 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 16:40:47 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 16:40:47 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:40:47 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 16:40:47 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 16:40:47 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 16:40:47 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:40:47 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 16:40:47 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 16:40:47 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 16:40:47 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 16:40:47 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 16:40:47 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 16:40:47 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 16:40:47 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 16:40:47 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 16:54:24 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (5.9ms) Completed 200 OK in 20ms (Views: 19.1ms | ActiveRecord: 0.3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 16:54:24 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 16:54:25 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 16:54:25 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 16:54:25 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 16:54:25 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 16:54:25 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 16:54:25 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 16:54:25 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 16:54:25 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 16:54:25 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 16:54:25 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 16:54:25 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:54:25 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 16:54:25 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 16:54:25 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 16:54:25 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 16:54:25 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 16:54:25 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 16:54:25 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 16:54:25 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 16:54:25 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 16:54:25 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-08-30 16:54:25 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 17:01:33 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (4.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (53.5ms) Completed 500 Internal Server Error in 78ms ActionView::Template::Error (undefined method `drop_down' for #<#:0x007fd108bf7b70>): 5: %h3.brand 6: = 'Amalgam' 7: %ul.nav 8: = drop_down(Page.model_name.human,'#', :controller => 'admin/pages') do 9: = dropdown_item(t('admin.actions.index'), admin_pages_path) 10: = dropdown_item(t('admin.actions.new'), new_admin_page_path) /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___2337979082374869762_70267887611820' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml___1674085916580514949_70267893881340' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__1526629250325396097__process_action__519003135897824542__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1661553816337103771__call__1016904181026655125__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.4ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-30 17:06:55 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (2.9ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.3ms) Completed 200 OK in 20ms (Views: 18.7ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 17:06:55 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 17:06:55 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 17:06:55 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 17:06:55 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:55 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 17:06:55 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:55 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:55 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:55 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:55 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:55 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:55 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:55 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:56 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:56 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:56 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:56 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:56 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:56 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:56 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:56 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:56 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-08-30 17:06:56 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-08-30 17:06:56 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 17:06:59 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (3.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (5.0ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.2ms) Completed 200 OK in 29ms (Views: 19.9ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 17:06:59 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 17:06:59 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 17:06:59 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 17:06:59 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 17:06:59 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:59 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:59 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:59 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:59 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:59 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:59 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:59 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:59 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:59 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:59 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:59 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:59 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:59 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:59 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:59 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:59 +0800 Served asset /amalgam/admin.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 17:06:59 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 17:12:50 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (2.4ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.6ms) Completed 200 OK in 20ms (Views: 19.4ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 17:12:50 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 17:12:50 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 17:12:50 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 17:12:50 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 17:12:50 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:50 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:50 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:50 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:50 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:50 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:50 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:50 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:50 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:50 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:50 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:50 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:50 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:50 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:50 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:50 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:50 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:50 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 17:12:53 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (2.1ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.2ms) Completed 200 OK in 19ms (Views: 18.3ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 17:12:53 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 17:12:53 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 17:12:53 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 17:12:53 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 17:12:53 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:53 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:53 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:53 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:53 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:53 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:53 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:53 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:53 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:53 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:53 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:53 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:53 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:53 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:53 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:53 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:53 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:53 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 17:12:54 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (3.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (4.9ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.1ms) Completed 200 OK in 21ms (Views: 20.0ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 17:12:54 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 17:12:54 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 17:12:54 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 17:12:54 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 17:12:54 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:54 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:54 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:54 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:54 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:54 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:54 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:54 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:54 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:54 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:54 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:54 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:54 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:54 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:54 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:54 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:54 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:54 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:54 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:55 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 17:12:55 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 17:13:20 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (3.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (4.8ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.3ms) Completed 200 OK in 21ms (Views: 20.2ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 17:13:20 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 17:13:20 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 17:13:20 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 17:13:20 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 17:13:20 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:20 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:20 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:20 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:20 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:20 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:20 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:20 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:20 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:20 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:20 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:20 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:20 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:20 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:20 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:20 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:20 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:20 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:20 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:20 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:20 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:20 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 17:13:26 +0800 Processing by Amalgam::Admin::PagesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"slug"=>"test", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) rollback transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (3.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (4.7ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.2ms) Completed 200 OK in 79ms (Views: 19.4ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 17:13:26 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 17:13:26 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:26 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 17:13:26 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 17:13:26 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 17:13:26 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:26 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:26 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:26 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:26 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:26 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:26 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:26 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:26 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:26 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:26 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:26 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:26 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:26 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:26 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:26 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:26 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:26 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:26 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:26 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 17:13:26 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 17:25:25 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (12.9ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.1ms) Completed 200 OK in 216ms (Views: 213.9ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 17:25:26 +0800 Served asset /bootstrap.css - 304 Not Modified (41ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 17:25:26 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 17:25:26 +0800 Served asset /amalgam/admin.css - 304 Not Modified (13ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 17:25:26 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 17:25:26 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 17:25:26 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 17:25:26 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 17:25:26 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 17:25:26 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 17:25:26 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:25:26 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:25:26 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 17:25:26 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (43ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 17:25:26 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 17:25:26 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 17:25:26 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 17:25:26 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 17:25:26 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 17:25:26 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 17:25:26 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 17:25:26 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 17:25:26 +0800 Served asset /amalgam/admin.js - 304 Not Modified (16ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 17:25:27 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (14.5ms) Completed 500 Internal Server Error in 27ms ActionView::Template::Error (undefined local variable or method `f' for #<#:0x007fecb1486bd8>): 1: = f.label :slug 2: = f.text_field :slug, :required => true /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__fields_html_haml__4110424941529772923_70327291643120' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml:3:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__form_html_haml___374525336094231253_70327281690560' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.6) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.6) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.6) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__form_html_haml___374525336094231253_70327281690560' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_new_html_haml___2286154605232073379_70327281657280' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:29:in `new' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__537239490270224094__process_action__2033653846405806129__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1310858649357864266__call__4126446366911488187__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.6ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 17:26:40 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (48.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (50.3ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.2ms) Completed 200 OK in 66ms (Views: 65.3ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 17:26:40 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 17:26:40 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 17:26:40 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 17:26:40 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 17:26:40 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 17:26:40 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 17:26:40 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 17:26:40 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 17:26:40 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 17:26:40 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:26:40 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:26:40 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 17:26:40 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 17:26:40 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 17:26:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 17:26:40 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 17:26:40 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 17:26:40 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 17:26:40 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 17:26:40 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 17:26:40 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 17:26:40 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 17:27:03 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (10.7ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.1ms) Completed 200 OK in 31ms (Views: 30.2ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 17:27:03 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 17:27:03 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 17:27:03 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 17:27:03 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 17:27:03 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 17:27:03 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 17:27:03 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 17:27:03 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 17:27:03 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 17:27:03 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:27:03 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:27:03 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 17:27:03 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 17:27:03 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 17:27:03 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 17:27:03 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 17:27:03 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 17:27:03 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 17:27:03 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 17:27:03 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 17:27:03 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 17:27:03 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 17:27:15 +0800 Processing by Amalgam::Admin::PagesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"test", "slug"=>"test", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (2.0ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Thu, 30 Aug 2012 17:27:15 CST +08:00], ["lft", 1], ["parent_id", nil], ["path", "test"], ["rgt", 2], ["slug", "test"], ["title", "test"], ["updated_at", Thu, 30 Aug 2012 17:27:15 CST +08:00]]  (0.6ms) commit transaction Redirected to http://127.0.0.1:3000/amalgam/admin/pages#node-1 Completed 302 Found in 23ms (ActiveRecord: 2.9ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 17:27:15 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (13.4ms) Completed 500 Internal Server Error in 17ms ActionView::Template::Error (undefined method `posts' for #): 3: =link_to [:admin,node], :confirm => t('admin.confirmation.delete_child', :model => Page.model_name.human), :method => :delete, :title => t('admin.actions.destroy'),:remote => true, :class => 'hover',:rel => 'tooltip' do 4: %i.icon-remove 5: %span= node.title 6: - if node.posts.size > 0 7: %a.badge{:href => admin_page_posts_path(node)}= t('admin.post_count',:count => node.posts.size) 8: %span.right 9: %b.caret activemodel (3.2.8) lib/active_model/attribute_methods.rb:407:in `method_missing' activerecord (3.2.8) lib/active_record/attribute_methods.rb:149:in `method_missing' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___2150843129687314819_70327317718140' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml__1911221881316902215_70327319025120' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__3428622531438674026_70327287442380' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__3428622531438674026_70327287442380' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__1745239166947251308_70327317754260' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__537239490270224094__process_action__3128934636328924573__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1310858649357864266__call__4126446366911488187__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.3ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 17:27:39 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (4.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (8.6ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (undefined method `posts' for #): 3: =link_to [:admin,node], :confirm => t('admin.confirmation.delete_child', :model => Page.model_name.human), :method => :delete, :title => t('admin.actions.destroy'),:remote => true, :class => 'hover',:rel => 'tooltip' do 4: %i.icon-remove 5: %span= node.title 6: - if node.posts.size > 0 7: %a.badge{:href => admin_page_posts_path(node)}= t('admin.post_count',:count => node.posts.size) 8: %span.right 9: %b.caret activemodel (3.2.8) lib/active_model/attribute_methods.rb:407:in `method_missing' activerecord (3.2.8) lib/active_record/attribute_methods.rb:149:in `method_missing' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___2150843129687314819_70327317718140' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml__1911221881316902215_70327319025120' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__3428622531438674026_70327287442380' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__3428622531438674026_70327287442380' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__1745239166947251308_70327317754260' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__537239490270224094__process_action__3128934636328924573__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1310858649357864266__call__4126446366911488187__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.7ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 17:30:29 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (2.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (3.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (6.7ms) Completed 500 Internal Server Error in 10ms ActionView::Template::Error (undefined method `posts' for #): 3: =link_to [:admin,node], :confirm => t('admin.confirmation.delete_child', :model => Page.model_name.human), :method => :delete, :title => t('admin.actions.destroy'),:remote => true, :class => 'hover',:rel => 'tooltip' do 4: %i.icon-remove 5: %span= node.title 6: - if node.posts.size > 0 7: %a.badge{:href => admin_page_posts_path(node)}= t('admin.post_count',:count => node.posts.size) 8: %span.right 9: %b.caret activemodel (3.2.8) lib/active_model/attribute_methods.rb:407:in `method_missing' activerecord (3.2.8) lib/active_record/attribute_methods.rb:149:in `method_missing' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___2150843129687314819_70327317718140' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml__1911221881316902215_70327319025120' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__3428622531438674026_70327287442380' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__3428622531438674026_70327287442380' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__1745239166947251308_70327317754260' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__537239490270224094__process_action__3128934636328924573__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1310858649357864266__call__4126446366911488187__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.4ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 17:30:36 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (17.8ms) Completed 500 Internal Server Error in 22ms ActionView::Template::Error (undefined method `page_path' for #<#:0x007fecb5868ce8>): 8: = form_for([:admin,node],:remote => true,:html => {:data => {:loading => t('admin.message.loading'), :done => t('admin.message.done'), :error => t('admin.message.error')},:class => 'basic'}) do |f| 9: = f.label :path 10: %pre 11: = link_to node.path , page_path(node.path) ,:target => '_blank' 12: = render :partial => 'fields', :locals => {:f => f} 13: 14: %p /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:11:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___2150843129687314819_70327318192040' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.6) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.6) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.6) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___2150843129687314819_70327318192040' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml__1911221881316902215_70327319025120' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__3428622531438674026_70327287442380' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__3428622531438674026_70327287442380' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__1745239166947251308_70327317754260' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__537239490270224094__process_action__3128934636328924573__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1310858649357864266__call__4126446366911488187__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.9ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 17:31:43 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (23.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (25.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (27.4ms) Completed 500 Internal Server Error in 31ms ActionView::Template::Error (undefined method `page_path' for #<#:0x007fecb43ffa68>): 17: %i.icon-plus.icon-white 18: =t('admin.actions.new_child') 19: = link_to page_path(node.path,:anchor => 'edit'), :class => 'btn btn-success' do 20: %i.icon-edit.icon-white 21: =t('admin.actions.edit_content') 22: = link_to admin_page_path(node) , :class => 'btn btn-danger' ,:method => 'delete',:confirm => t('admin.confirmation.delete_child', :model => Page.model_name.human), :remote => true do 23: %i.icon-trash.icon-white /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:20:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___2150843129687314819_70327308310520' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.6) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.6) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.6) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___2150843129687314819_70327308310520' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml__1911221881316902215_70327319025120' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__3428622531438674026_70327287442380' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__3428622531438674026_70327287442380' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__1745239166947251308_70327317754260' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__537239490270224094__process_action__3128934636328924573__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1310858649357864266__call__4126446366911488187__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (31.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (38.5ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 17:32:02 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC ERROR: compiling ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___2150843129687314819_70327289392640 RAISED /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:28: syntax error, unexpected keyword_ensure, expecting $end Function body: def ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___2150843129687314819_70327289392640(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "amalgam/admin/pages/_tree_inner";_old_output_buffer = @output_buffer;node = local_assigns[:node];tree_inner = local_assigns[:tree_inner];;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(@haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>false, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true});_erbout = _hamlout.buffer;__in_erb_template = true;;_hamlout.push_text("
\n \n ", 2, false); haml_temp = link_to [:admin,node], :confirm => t('admin.confirmation.delete_child', :model => Page.model_name.human), :method => :delete, :title => t('admin.actions.destroy'),:remote => true, :class => 'hover',:rel => 'tooltip' do _hamlout.push_text(" \n", 0, false);end _hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n \n #{_hamlout.format_script_false_true_false_true_false_true_false((node.title ));}\n \n \n \n
\n", -1, false); haml_temp = form_for([:admin,node],:remote => true,:html => {:data => {:loading => t('admin.message.loading'), :done => t('admin.message.done'), :error => t('admin.message.error')},:class => 'basic'}) do |f| _hamlout.push_text("#{_hamlout.format_script_false_false_false_true_false_true_false(( f.label :path ));}\n
#{
_hamlout.format_script_false_false_false_true_false_true_false((# link_to node.path , page_path(node.path) ,:target => '_blank'
));}
\n#{_hamlout.format_script_false_false_false_true_false_true_false(( render :partial => 'fields', :locals => {:f => f} ));}\n

\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( f.submit :class => 'btn btn-primary' ));}\n ", 0, false);haml_temp = link_to new_admin_page_path(:parent_id => node.id), :class => 'btn btn-info btn-add', :data => {:toggle => 'button'} ,:title => "#{t('admin.actions.new')}#{Page.model_name.human}" do _hamlout.push_text(" \n #{ _hamlout.format_script_false_false_false_true_false_true_false((t('admin.actions.new_child') ));}\n", 0, false);end _hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n ", 0, false);haml_temp = # link_to page_path(node.path,:anchor => 'edit'), :class => 'btn btn-success' do _hamlout.push_text(" \n #{_hamlout.format_script_false_false_false_true_false_true_false((t('admin.actions.edit_content') ));}\n", 0, false);end _hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n ", 0, false);haml_temp = link_to admin_page_path(node) , :class => 'btn btn-danger' ,:method => 'delete',:confirm => t('admin.confirmation.delete_child', :model => Page.model_name.human), :remote => true do _hamlout.push_text(" \n #{_hamlout.format_script_false_false_false_true_false_true_false(( t('admin.actions.destroy') ));}\n", 0, false);end _hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n

\n", -1, false);end _hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n", 0, false);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:297:in `module_eval' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:297:in `compile' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:232:in `compile!' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:144:in `block in render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:125:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:143:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:238:in `block in render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:237:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:41:in `render_partial' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:15:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/helpers/rendering_helper.rb:24:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/haml-3.1.6/lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/haml-3.1.6/lib/haml/helpers.rb:90:in `non_haml' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/haml-3.1.6/lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml__1911221881316902215_70327319025120' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:145:in `block in render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:125:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:143:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:238:in `block in render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:237:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:41:in `render_partial' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:15:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/helpers/rendering_helper.rb:24:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/haml-3.1.6/lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/haml-3.1.6/lib/haml/helpers.rb:90:in `non_haml' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/haml-3.1.6/lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__3428622531438674026_70327287442380' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__3428622531438674026_70327287442380' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:145:in `block in render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:125:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:143:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:238:in `block in render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:237:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:41:in `render_partial' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:15:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/helpers/rendering_helper.rb:24:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/haml-3.1.6/lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/haml-3.1.6/lib/haml/helpers.rb:90:in `non_haml' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/haml-3.1.6/lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__1745239166947251308_70327317754260' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:145:in `block in render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:125:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:143:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:45:in `render_template' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:18:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:36:in `render_template' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:17:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:110:in `_render_template' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/streaming.rb:225:in `_render_template' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:103:in `render_to_body' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:88:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:16:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:in `ms' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:4:in `send_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in `process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:414:in `_run__537239490270224094__process_action__3128934636328924573__callbacks' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in `process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in `dispatch' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in `block in action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/haml-3.1.6/vendor/sass/lib/sass/plugin/rack.rb:54:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/flash.rb:242:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:339:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:64:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `_run__1310858649357864266__call__4126446366911488187__callbacks' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/reloader.rb:65:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.8/lib/rails/rack/logger.rb:26:in `call_app' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.8/lib/rails/rack/logger.rb:16:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/request_id.rb:22:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.8/lib/rails/application.rb:223:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.8/lib/rails/rack/log_tailer.rb:17:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (3.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (8.3ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (/Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:28: syntax error, unexpected keyword_ensure, expecting $end): 0 actionpack (3.2.8) lib/action_view/template.rb:297:in `module_eval' actionpack (3.2.8) lib/action_view/template.rb:297:in `compile' actionpack (3.2.8) lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' actionpack (3.2.8) lib/action_view/template.rb:232:in `compile!' actionpack (3.2.8) lib/action_view/template.rb:144:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml__1911221881316902215_70327319025120' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__3428622531438674026_70327287442380' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__3428622531438674026_70327287442380' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__1745239166947251308_70327317754260' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__537239490270224094__process_action__3128934636328924573__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1310858649357864266__call__4126446366911488187__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.4ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 17:35:54 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (18.7ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.9ms) Completed 200 OK in 80ms (Views: 70.5ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 17:35:54 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 17:35:54 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 17:35:55 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 17:35:55 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 17:35:55 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 17:35:55 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 17:35:55 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 17:35:55 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:35:55 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 17:35:55 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 17:35:55 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 17:35:55 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:35:55 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 17:35:55 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 17:35:55 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 17:35:55 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 17:35:55 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 17:35:55 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 17:35:55 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 17:35:55 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 17:35:55 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 17:35:55 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-08-30 17:35:55 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-08-30 17:35:55 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 200 OK (13ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-08-30 17:35:55 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 200 OK (7ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-08-30 17:35:55 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (10ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-08-30 17:35:55 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (4ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 17:36:05 +0800 Processing by Amalgam::Admin::PagesController#new as JS Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (50.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (54.4ms) Completed 500 Internal Server Error in 57ms ActionView::Template::Error (undefined local variable or method `f' for #<#:0x007fecb5e91cc8>): 1: = f.label :title 2: = f.text_field :title, :required => true 3: = f.label :slug 4: = f.text_field :slug, :required => true /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__fields_html_haml__4110424941529772923_70327288848740' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml:2:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__inline_form_html_haml__986451062279391863_70327320493200' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.6) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.6) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.6) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__inline_form_html_haml__986451062279391863_70327320493200' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:31:in `block (2 levels) in new' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:29:in `new' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__537239490270224094__process_action__2033653846405806129__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1310858649357864266__call__4126446366911488187__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.8ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 17:38:12 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (29.8ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.0ms) Completed 200 OK in 225ms (Views: 213.8ms | ActiveRecord: 0.3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 17:38:13 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (8ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 17:38:13 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 17:38:13 +0800 Served asset /bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 17:38:13 +0800 Served asset /amalgam/admin.css - 304 Not Modified (15ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 17:38:13 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 17:38:13 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 17:38:13 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 17:38:13 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 17:38:13 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 17:38:13 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (41ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:38:13 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:38:13 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 17:38:13 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 17:38:13 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 17:38:13 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 17:38:13 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 17:38:13 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 17:38:13 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 17:38:13 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 17:38:13 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 17:38:13 +0800 Served asset /amalgam/admin.js - 304 Not Modified (13ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 17:38:13 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-08-30 17:38:13 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-08-30 17:38:13 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-08-30 17:38:13 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (8ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-08-30 17:38:13 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-08-30 17:38:13 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 17:38:16 +0800 Processing by Amalgam::Admin::PagesController#new as JS Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (14.8ms) Completed 500 Internal Server Error in 17ms ActionView::Template::Error (undefined local variable or method `f' for #<#:0x007f82913f1fb8>): 1: = f.label :title 2: = f.text_field :title, :required => true 3: = f.label :slug 4: = f.text_field :slug, :required => true /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__fields_html_haml___970209913501853411_70099378894300' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml:2:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__inline_form_html_haml__4032028257683864970_70099379650060' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.6) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.6) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.6) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__inline_form_html_haml__4032028257683864970_70099379650060' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:31:in `block (2 levels) in new' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:29:in `new' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__434156854879788468__process_action__57593725078192184__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2142608273108356819__call__543388563946283427__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.7ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 17:41:37 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (20.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (58.9ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (31.3ms) Completed 200 OK in 258ms (Views: 247.6ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 17:41:38 +0800 Served asset /bootstrap.css - 304 Not Modified (19ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 17:41:38 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 17:41:38 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 17:41:38 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 17:41:38 +0800 Served asset /amalgam/admin.css - 304 Not Modified (44ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 17:41:38 +0800 Served asset /modernizr.js - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 17:41:38 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 17:41:38 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 17:41:38 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 17:41:38 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:41:38 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:41:38 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 17:41:38 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 17:41:38 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 17:41:38 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 17:41:38 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 17:41:38 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 17:41:38 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 17:41:38 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 17:41:38 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 17:41:38 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 17:41:38 +0800 Served asset /amalgam/admin.js - 304 Not Modified (13ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 17:41:39 +0800 Processing by Amalgam::Admin::PagesController#new as JS Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (16.3ms) Completed 500 Internal Server Error in 20ms ActionView::Template::Error (undefined local variable or method `f' for #<#:0x007fdf4a52ab30>): 1: = f.label :title 2: = f.text_field :title, :required => true 3: = f.label :slug 4: = f.text_field :slug, :required => true /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__fields_html_haml__3615577941491972126_70298500691620' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml:2:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__inline_form_html_haml__2290753266715090324_70298500678600' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.6) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.6) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.6) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__inline_form_html_haml__2290753266715090324_70298500678600' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:31:in `block (2 levels) in new' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:29:in `new' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__1779600291299736908__process_action__4538187706741762252__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__163809651278970768__call__3711544058745073757__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.7ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 17:45:07 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (20.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (58.6ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (28.4ms) Completed 200 OK in 253ms (Views: 242.7ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 17:45:08 +0800 Served asset /bootstrap.css - 304 Not Modified (15ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 17:45:08 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 17:45:08 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 17:45:08 +0800 Served asset /amalgam/admin.css - 304 Not Modified (13ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 17:45:08 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 17:45:08 +0800 Served asset /modernizr.js - 304 Not Modified (34ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 17:45:08 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 17:45:08 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:45:08 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:45:08 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 17:45:08 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 17:45:08 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (8ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 17:45:08 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 17:45:08 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 17:45:08 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 17:45:08 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 17:45:08 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 17:45:08 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 17:45:08 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 17:45:08 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 17:45:08 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 17:45:08 +0800 Served asset /amalgam/admin.js - 304 Not Modified (13ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 17:45:09 +0800 Processing by Amalgam::Admin::PagesController#new as JS Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (11.7ms) Completed 500 Internal Server Error in 15ms ActionView::Template::Error (undefined local variable or method `f' for #<#:0x007ff184572678>): 1: = f.label :title 2: = f.text_field :title, :required => true 3: = f.label :slug 4: = f.text_field :slug, :required => true /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__fields_html_haml__3621056223154566898_70337665058300' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml:2:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__inline_form_html_haml___2578985012155448363_70337665033300' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.6) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.6) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.6) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__inline_form_html_haml___2578985012155448363_70337665033300' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:31:in `block (2 levels) in new' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:29:in `new' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__4193542404609326498__process_action__2461333373972315870__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__427061538294944478__call__422908910966175379__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.1ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 17:47:08 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (24.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (58.6ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (28.9ms) Completed 200 OK in 255ms (Views: 244.6ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 17:47:09 +0800 Served asset /bootstrap.css - 304 Not Modified (18ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 17:47:09 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 17:47:09 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 17:47:09 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 17:47:09 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 17:47:09 +0800 Served asset /amalgam/admin.css - 304 Not Modified (41ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 17:47:09 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 17:47:09 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 17:47:09 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 17:47:09 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:47:09 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:47:09 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 17:47:09 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 17:47:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 17:47:09 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 17:47:09 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 17:47:09 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 17:47:09 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 17:47:09 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 17:47:09 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 17:47:09 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 17:47:09 +0800 Served asset /amalgam/admin.js - 304 Not Modified (20ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 17:47:10 +0800 Processing by Amalgam::Admin::PagesController#new as JS Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (7.3ms) Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 17:47:51 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"test1", "slug"=>"test1", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test1' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (2.2ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Thu, 30 Aug 2012 17:47:51 CST +08:00], ["lft", 3], ["parent_id", nil], ["path", "test1"], ["rgt", 4], ["slug", "test1"], ["title", "test1"], ["updated_at", Thu, 30 Aug 2012 17:47:51 CST +08:00]]  (3.5ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 3 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (18.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (20.2ms) Completed 200 OK in 53ms (Views: 28.0ms | ActiveRecord: 6.2ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 17:48:09 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (20.9ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.5ms) Completed 200 OK in 38ms (Views: 36.9ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 17:48:09 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 17:48:09 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 17:48:09 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 17:48:09 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 17:48:09 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 17:48:09 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 17:48:09 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 17:48:09 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 17:48:09 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 17:48:09 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:48:09 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:48:09 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 17:48:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 17:48:09 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 17:48:09 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 17:48:09 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 17:48:09 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 17:48:09 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 17:48:09 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 17:48:09 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 17:48:09 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 17:48:09 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 17:48:10 +0800 Processing by Amalgam::Admin::PagesController#new as JS Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (5.2ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms) Started PUT "/amalgam/admin/pages/2" for 127.0.0.1 at 2012-08-30 17:48:13 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1"}, "id"=>"2"} Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test1' AND "pages"."id" != 2 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.3ms) UPDATE "pages" SET "parent_id" = 1, "path" = 'test/test1', "updated_at" = '2012-08-30 09:48:13.950163', "body" = '--- {} ' WHERE "pages"."id" = 2 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 2 THEN "lft" + 4 - 2 WHEN "lft" BETWEEN 3 AND 4 THEN "lft" + 2 - 3 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 2 THEN "rgt" + 4 - 2 WHEN "rgt" BETWEEN 3 AND 4 THEN "rgt" + 2 - 3 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 2 AND "pages"."rgt" <= 3) AND ("pages"."id" != 2) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.6ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (4.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (5.7ms) Completed 500 Internal Server Error in 41ms ActionView::Template::Error (Missing partial admin/tree/node with {:locale=>[:"zh-CN"], :formats=>[:js, :html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): 2: var $el = $('.tree [data-id=<%= node.id %>]'); 3: <% if node.errors.empty? -%> 4: var state = $el.find('form').is(':visible'); 5: $el.html($('<%=j render(:partial => 'admin/tree/node', :locals => {:node => node, :collection => node.self_and_descendants}) %>').html()); 6: if(state) 7: $('.tree [data-id=<%= node.id %>] > form').show(); 8: <% else -%> actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:339:in `find_template' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:333:in `find_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:222:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:13:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb:5:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__update_js_erb___2517385179800448844_70176768372080' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:13:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_update_js_erb___107301463015884252_70176768349620' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:53:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2464909374210345087__process_action__2622739080198333554__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1474120411011552603__call__3187918471206260189__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.0ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 17:49:39 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (37.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (50.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (51.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (53.9ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.2ms) Completed 200 OK in 70ms (Views: 68.8ms | ActiveRecord: 0.3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 17:49:39 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 17:49:39 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 17:49:39 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 17:49:39 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 17:49:39 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 17:49:39 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 17:49:39 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 17:49:39 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 17:49:39 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 17:49:39 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:49:39 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:49:39 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 17:49:39 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 17:49:39 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 17:49:39 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 17:49:39 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 17:49:39 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 17:49:39 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 17:49:39 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 17:49:39 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 17:49:39 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 17:49:39 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 17:49:40 +0800 Processing by Amalgam::Admin::PagesController#new as JS Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (4.6ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 17:49:46 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"test2", "slug"=>"test2", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test2' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Thu, 30 Aug 2012 17:49:46 CST +08:00], ["lft", 5], ["parent_id", nil], ["path", "test2"], ["rgt", 6], ["slug", "test2"], ["title", "test2"], ["updated_at", Thu, 30 Aug 2012 17:49:46 CST +08:00]]  (2.3ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (13.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (14.9ms) Completed 200 OK in 28ms (Views: 21.6ms | ActiveRecord: 3.4ms) Started PUT "/amalgam/admin/pages/3" for 127.0.0.1 at 2012-08-30 17:49:50 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "prev_id"=>"2"}, "id"=>"3"} Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "3"]]  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test2' AND "pages"."id" != 3 AND "pages"."parent_id" = 1) LIMIT 1  (0.0ms) rollback transaction Completed 500 Internal Server Error in 3ms NoMethodError (undefined method `find' for Amalgam::Models::Page:Module): /Users/brownjohn/code/amalgam/lib/amalgam/models/hierarchical.rb:29:in `update_hierarchy' activesupport (3.2.8) lib/active_support/callbacks.rb:440:in `_run__4271857369407590437__save__3187918471206260189__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:53:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2464909374210345087__process_action__2622739080198333554__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1474120411011552603__call__3187918471206260189__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.0ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 17:50:05 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (37.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (48.2ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (4.5ms) Completed 200 OK in 267ms (Views: 232.4ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 17:50:06 +0800 Served asset /bootstrap.css - 304 Not Modified (41ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 17:50:06 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 17:50:06 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:06 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 17:50:06 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 17:50:06 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:06 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:06 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:06 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:06 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:06 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (36ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:06 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:06 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:06 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:06 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:06 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:06 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:06 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:06 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:06 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:06 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:06 +0800 Served asset /amalgam/admin.js - 304 Not Modified (13ms) Started PUT "/amalgam/admin/pages/3" for 127.0.0.1 at 2012-08-30 17:50:10 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "prev_id"=>"2"}, "id"=>"3"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "3"]]  (0.0ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test2' AND "pages"."id" != 3 AND "pages"."parent_id" = 1) LIMIT 1  (0.1ms) rollback transaction Completed 500 Internal Server Error in 50ms NoMethodError (undefined method `find' for Amalgam::Models::Page:Module): /Users/brownjohn/code/amalgam/lib/amalgam/models/hierarchical.rb:29:in `update_hierarchy' activesupport (3.2.8) lib/active_support/callbacks.rb:440:in `_run__4435365037506049380__save__2218862265277310460__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:53:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__4211857948435498788__process_action__29383712510047259__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2119635970188202426__call__2218862265277310460__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.5ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 17:50:11 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (24.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (26.8ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.4ms) Completed 200 OK in 47ms (Views: 45.3ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 17:50:11 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 17:50:11 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 17:50:11 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 17:50:11 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 17:50:11 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:11 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:11 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:11 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:11 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:11 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:11 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:11 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:11 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:11 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:11 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:11 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:11 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:11 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:11 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:11 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:11 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 17:50:11 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 17:52:19 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (37.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (49.3ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.3ms) Completed 200 OK in 284ms (Views: 272.6ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 17:52:20 +0800 Served asset /bootstrap.css - 304 Not Modified (42ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 17:52:20 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 17:52:20 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 17:52:20 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:20 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 17:52:20 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:20 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:20 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:20 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:20 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:20 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:20 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:20 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:20 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:20 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:20 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:20 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:20 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:20 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:20 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:20 +0800 Served asset /amalgam/admin.js - 304 Not Modified (47ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:20 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started PUT "/amalgam/admin/pages/3" for 127.0.0.1 at 2012-08-30 17:52:22 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "prev_id"=>"2"}, "id"=>"3"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "3"]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test2' AND "pages"."id" != 3 AND "pages"."parent_id" = 1) LIMIT 1  (0.1ms) rollback transaction Completed 500 Internal Server Error in 19ms NoMethodError (undefined method `find' for #): activemodel (3.2.8) lib/active_model/attribute_methods.rb:407:in `method_missing' activerecord (3.2.8) lib/active_record/attribute_methods.rb:149:in `method_missing' /Users/brownjohn/code/amalgam/lib/amalgam/models/hierarchical.rb:29:in `update_hierarchy' activesupport (3.2.8) lib/active_support/callbacks.rb:440:in `_run__3531274130959841286__save__2933149902468357192__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:53:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__4023942761717196679__process_action__2738988724386743569__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__737723374608805512__call__2933149902468357192__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.6ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 17:52:24 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (53.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (63.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (65.9ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.3ms) Completed 200 OK in 84ms (Views: 82.3ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 17:52:24 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 17:52:24 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 17:52:24 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 17:52:24 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:24 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 17:52:24 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:24 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:24 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:24 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:24 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:24 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:24 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:24 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:24 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:24 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:24 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:24 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:24 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:24 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:24 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:24 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 17:52:24 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 18:09:41 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (25.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (30.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (32.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (64.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (75.6ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.0ms) Completed 200 OK in 249ms (Views: 237.4ms | ActiveRecord: 0.5ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 18:09:42 +0800 Served asset /amalgam/admin.css - 304 Not Modified (17ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:42 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 18:09:42 +0800 Served asset /bootstrap.css - 304 Not Modified (10ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 18:09:42 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 18:09:42 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 18:09:42 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:42 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:42 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:42 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:42 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (50ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:42 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:42 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:42 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:42 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:42 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:42 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:42 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:42 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:42 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:42 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:42 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:42 +0800 Served asset /amalgam/admin.js - 304 Not Modified (17ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-08-30 18:09:42 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-08-30 18:09:42 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-08-30 18:09:42 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-08-30 18:09:42 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-08-30 18:09:42 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (2ms) Started PUT "/amalgam/admin/pages/3" for 127.0.0.1 at 2012-08-30 18:09:44 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "prev_id"=>"2"}, "id"=>"3"} Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "3"]]  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test2' AND "pages"."id" != 3 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 3]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 4 AND 4 THEN "lft" + 6 - 4 WHEN "lft" BETWEEN 5 AND 6 THEN "lft" + 4 - 5 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 4 AND 4 THEN "rgt" + 6 - 4 WHEN "rgt" BETWEEN 5 AND 6 THEN "rgt" + 4 - 5 ELSE "rgt" END, "parent_id" = CASE WHEN id = 3 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 3]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "path" = 'test/test2', "updated_at" = '2012-08-30 10:09:44.588015', "body" = '--- {} ' WHERE "pages"."id" = 3 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 4 AND "pages"."rgt" <= 5) AND ("pages"."id" != 3) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.2ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 4 AND "pages"."rgt" <= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (18.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (19.8ms) Completed 200 OK in 103ms (Views: 27.3ms | ActiveRecord: 3.1ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 18:09:52 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (25.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (27.2ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.5ms) Completed 200 OK in 74ms (Views: 72.8ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 18:09:53 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 18:09:53 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 18:09:53 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 18:09:53 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 18:09:53 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:53 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:53 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:53 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:53 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:53 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:53 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:53 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:53 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:53 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:53 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:53 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:53 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:53 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:53 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:53 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 18:09:53 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started PUT "/amalgam/admin/pages/3" for 127.0.0.1 at 2012-08-30 18:10:15 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1"}, "id"=>"3"} Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "3"]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test2' AND "pages"."id" != 3 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 3]] SQL (0.3ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 4 AND 5 THEN "lft" + 6 - 5 WHEN "lft" BETWEEN 6 AND 6 THEN "lft" + 4 - 6 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 4 AND 5 THEN "rgt" + 6 - 5 WHEN "rgt" BETWEEN 6 AND 6 THEN "rgt" + 4 - 6 ELSE "rgt" END, "parent_id" = CASE WHEN id = 3 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 3]]  (0.4ms) UPDATE "pages" SET "path" = 'test2', "updated_at" = '2012-08-30 10:10:15.408062', "body" = '--- {} ' WHERE "pages"."id" = 3 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) AND ("pages"."id" != 3) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.0ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (12.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (13.7ms) Completed 200 OK in 37ms (Views: 21.2ms | ActiveRecord: 3.6ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 18:10:17 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (27.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (30.1ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.4ms) Completed 200 OK in 48ms (Views: 46.9ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 18:10:17 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 18:10:17 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 18:10:17 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 18:10:17 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:17 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 18:10:17 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:17 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:17 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:17 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:17 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:17 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:17 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:17 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:17 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:17 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:17 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:17 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:17 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:17 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:17 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:17 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:17 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 18:10:21 +0800 Processing by Amalgam::Admin::PagesController#new as JS Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (6.7ms) Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 18:10:27 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"test3", "slug"=>"test3", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.6ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Thu, 30 Aug 2012 18:10:27 CST +08:00], ["lft", 7], ["parent_id", nil], ["path", "test3"], ["rgt", 8], ["slug", "test3"], ["title", "test3"], ["updated_at", Thu, 30 Aug 2012 18:10:27 CST +08:00]]  (2.2ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (13.7ms) Completed 200 OK in 28ms (Views: 20.2ms | ActiveRecord: 3.3ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 18:10:28 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (40.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (43.7ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.2ms) Completed 200 OK in 63ms (Views: 60.8ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 18:10:29 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 18:10:29 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 18:10:29 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 18:10:29 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 18:10:29 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:29 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:29 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:29 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:29 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:29 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:29 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:29 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:29 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:29 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:29 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:29 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:29 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:29 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:29 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:29 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:29 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 18:10:29 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 18:18:57 +0800 Processing by Amalgam::Admin::PagesController#new as JS Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (6.6ms) Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.0ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 18:19:06 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"test4", "slug"=>"test4", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test4' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.6ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Thu, 30 Aug 2012 18:19:06 CST +08:00], ["lft", 9], ["parent_id", nil], ["path", "test4"], ["rgt", 10], ["slug", "test4"], ["title", "test4"], ["updated_at", Thu, 30 Aug 2012 18:19:06 CST +08:00]]  (1.9ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (13.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (14.3ms) Completed 200 OK in 29ms (Views: 21.9ms | ActiveRecord: 3.1ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 18:22:11 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (42.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (45.6ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.3ms) Completed 200 OK in 63ms (Views: 61.9ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 18:22:11 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 18:22:11 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 18:22:11 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 18:22:11 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 18:22:11 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 18:22:11 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 18:22:11 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 18:22:11 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 18:22:11 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 18:22:11 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 18:22:11 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 18:22:11 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 18:22:11 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 18:22:11 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 18:22:11 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 18:22:11 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 18:22:11 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 18:22:11 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 18:22:11 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 18:22:11 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 18:22:11 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 18:22:11 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 18:26:07 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (35.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (51.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (76.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (88.0ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (4.6ms) Completed 200 OK in 265ms (Views: 254.0ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 18:26:08 +0800 Served asset /bootstrap.css - 304 Not Modified (13ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 18:26:08 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 18:26:08 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 18:26:08 +0800 Served asset /amalgam/admin.css - 304 Not Modified (14ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 18:26:08 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 18:26:08 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 18:26:08 +0800 Served asset /jquery.js - 304 Not Modified (38ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 18:26:08 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 18:26:08 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 18:26:08 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 18:26:08 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 18:26:08 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 18:26:08 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 18:26:08 +0800 Served asset /jquery_ujs.js - 304 Not Modified (7ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 18:26:08 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 18:26:08 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 18:26:08 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 18:26:08 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 18:26:08 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 18:26:08 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 18:26:08 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 18:26:08 +0800 Served asset /amalgam/admin.js - 304 Not Modified (13ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-08-30 18:26:08 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-08-30 18:26:08 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-08-30 18:26:08 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-08-30 18:26:08 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-08-30 18:26:08 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 18:26:19 +0800 Processing by Amalgam::Admin::PagesController#new as JS Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (6.9ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 18:26:29 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"test_2", "slug"=>"trrtetert", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'trrtetert' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (2.0ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Thu, 30 Aug 2012 18:26:29 CST +08:00], ["lft", 11], ["parent_id", nil], ["path", "trrtetert"], ["rgt", 12], ["slug", "trrtetert"], ["title", "test_2"], ["updated_at", Thu, 30 Aug 2012 18:26:29 CST +08:00]]  (2.3ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (18.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (20.2ms) Completed 200 OK in 51ms (Views: 28.4ms | ActiveRecord: 4.9ms) Started DELETE "/amalgam/admin/pages/6" for 127.0.0.1 at 2012-08-30 18:26:45 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"6"} Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "6"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 6]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) AND ("pages"."id" != 6) ORDER BY lft ASC, "pages"."lft" SQL (0.3ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 12) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 12) ORDER BY lft ASC, "pages"."lft") SQL (0.3ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 6]]  (1.7ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (2.8ms) Completed 200 OK in 21ms (Views: 10.2ms | ActiveRecord: 3.3ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 18:35:07 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (30.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (32.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (79.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (90.4ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (4.7ms) Completed 200 OK in 264ms (Views: 253.0ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 18:35:08 +0800 Served asset /bootstrap.css - 304 Not Modified (19ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 18:35:08 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 18:35:08 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 18:35:08 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 18:35:08 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 18:35:08 +0800 Served asset /amalgam/admin.css - 304 Not Modified (15ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 18:35:08 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (41ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 18:35:08 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 18:35:08 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 18:35:08 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 18:35:08 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 18:35:08 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 18:35:08 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 18:35:08 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 18:35:08 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 18:35:08 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 18:35:08 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 18:35:08 +0800 Served asset /bootstrap-button.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 18:35:08 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 18:35:08 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 18:35:08 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 18:35:08 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 18:35:09 +0800 Processing by Amalgam::Admin::PagesController#new as JS Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (7.5ms) Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.0ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 18:35:18 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"test11", "slug"=>"test22", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test22' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (2.3ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Thu, 30 Aug 2012 18:35:18 CST +08:00], ["lft", 11], ["parent_id", nil], ["path", "test22"], ["rgt", 12], ["slug", "test22"], ["title", "test11"], ["updated_at", Thu, 30 Aug 2012 18:35:18 CST +08:00]]  (2.0ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (17.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (19.1ms) Completed 200 OK in 85ms (Views: 27.0ms | ActiveRecord: 4.8ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 18:42:13 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (49.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (81.1ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.9ms) Completed 200 OK in 100ms (Views: 98.1ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 18:42:14 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 18:42:14 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 18:42:14 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 18:42:14 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 18:42:14 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 18:42:14 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 18:42:14 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 18:42:14 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 18:42:14 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 18:42:14 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 18:42:14 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 18:42:14 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 18:42:14 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 18:42:14 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 18:42:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 18:42:14 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 18:42:14 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 18:42:14 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 18:42:14 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 18:42:14 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 18:42:14 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 18:42:14 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 18:42:30 +0800 Processing by Amalgam::Admin::PagesController#new as JS Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (4.6ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 18:42:35 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fgfg", "slug"=>"gfgfdgfdg", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'gfgfdgfdg' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Thu, 30 Aug 2012 18:42:35 CST +08:00], ["lft", 13], ["parent_id", nil], ["path", "gfgfdgfdg"], ["rgt", 14], ["slug", "gfgfdgfdg"], ["title", "fgfg"], ["updated_at", Thu, 30 Aug 2012 18:42:35 CST +08:00]]  (2.6ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (13.4ms) Completed 200 OK in 28ms (Views: 20.7ms | ActiveRecord: 3.6ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 18:43:12 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"teetet", "slug"=>"tetettet", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'tetettet' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Thu, 30 Aug 2012 18:43:12 CST +08:00], ["lft", 15], ["parent_id", nil], ["path", "tetettet"], ["rgt", 16], ["slug", "tetettet"], ["title", "teetet"], ["updated_at", Thu, 30 Aug 2012 18:43:12 CST +08:00]]  (2.8ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (13.5ms) Completed 200 OK in 29ms (Views: 20.3ms | ActiveRecord: 4.0ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 23:25:48 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"特特特", "slug"=>"rewrwer", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'rewrwer' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (2.6ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Thu, 30 Aug 2012 23:25:49 CST +08:00], ["lft", 17], ["parent_id", nil], ["path", "rewrwer"], ["rgt", 18], ["slug", "rewrwer"], ["title", "特特特"], ["updated_at", Thu, 30 Aug 2012 23:25:49 CST +08:00]]  (1.0ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (25.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 17 AND "pages"."rgt" <= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (28.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (58.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (60.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (64.4ms) Completed 200 OK in 149ms (Views: 83.5ms | ActiveRecord: 4.3ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 23:27:52 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"ererererer", "slug"=>"rerererererer", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'rerererererer' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Thu, 30 Aug 2012 23:27:52 CST +08:00], ["lft", 19], ["parent_id", nil], ["path", "rerererererer"], ["rgt", 20], ["slug", "rerererererer"], ["title", "ererererer"], ["updated_at", Thu, 30 Aug 2012 23:27:52 CST +08:00]]  (3.1ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 19 AND "pages"."rgt" <= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (12.9ms) Completed 200 OK in 29ms (Views: 20.3ms | ActiveRecord: 4.1ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 23:28:44 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"ererererer", "slug"=>"rerererererer", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'rerererererer' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (2.0ms) Completed 200 OK in 12ms (Views: 9.1ms | ActiveRecord: 0.3ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 23:28:48 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (92.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (98.2ms) Compiled jquery.scrollto.js (0ms) (pid 91111) Compiled amalgam/admin.js (16ms) (pid 91111) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (4.9ms) Completed 200 OK in 334ms (Views: 331.6ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 23:28:48 +0800 Served asset /bootstrap.css - 304 Not Modified (42ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 23:28:48 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 23:28:48 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 23:28:48 +0800 Served asset /amalgam/admin.css - 304 Not Modified (13ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 23:28:48 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 23:28:48 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 23:28:48 +0800 Served asset /jquery.js - 304 Not Modified (39ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 23:28:48 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 23:28:48 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 23:28:48 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 23:28:48 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 23:28:48 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 23:28:48 +0800 Served asset /jquery.scrollto.js - 200 OK (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 23:28:48 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 23:28:48 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 23:28:48 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (7ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 23:28:48 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 23:28:48 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 23:28:48 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 23:28:48 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 23:28:48 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 23:28:48 +0800 Served asset /amalgam/admin.js - 304 Not Modified (13ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-08-30 23:28:48 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-08-30 23:28:49 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-08-30 23:28:49 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-08-30 23:28:49 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-08-30 23:28:49 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (5ms) Started DELETE "/amalgam/admin/pages/11" for 127.0.0.1 at 2012-08-30 23:28:53 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"11"} Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "11"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 11]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 19 AND "pages"."rgt" <= 20) AND ("pages"."id" != 11) ORDER BY lft ASC, "pages"."lft" SQL (0.3ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 20) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 20) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 11]]  (2.7ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (2.2ms) Completed 200 OK in 22ms (Views: 10.9ms | ActiveRecord: 4.2ms) Started DELETE "/amalgam/admin/pages/10" for 127.0.0.1 at 2012-08-30 23:28:56 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"10"} Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "10"]]  (0.1ms) begin transaction Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 10]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 17 AND "pages"."rgt" <= 18) AND ("pages"."id" != 10) ORDER BY lft ASC, "pages"."lft" SQL (0.2ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 18) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 18) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 10]]  (2.4ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (1.2ms) Completed 200 OK in 17ms (Views: 9.0ms | ActiveRecord: 3.5ms) Started DELETE "/amalgam/admin/pages/9" for 127.0.0.1 at 2012-08-30 23:28:58 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"9"} Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "9"]]  (0.0ms) begin transaction Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 9]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) AND ("pages"."id" != 9) ORDER BY lft ASC, "pages"."lft" SQL (0.2ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 16) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 16) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 9]]  (2.0ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (1.6ms) Completed 200 OK in 16ms (Views: 9.8ms | ActiveRecord: 2.9ms) Started DELETE "/amalgam/admin/pages/8" for 127.0.0.1 at 2012-08-30 23:29:00 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"8"} Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "8"]]  (0.0ms) begin transaction Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 8]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) AND ("pages"."id" != 8) ORDER BY lft ASC, "pages"."lft" SQL (0.3ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 14) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 14) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 8]]  (2.6ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (1.8ms) Completed 200 OK in 19ms (Views: 11.5ms | ActiveRecord: 3.7ms) Started DELETE "/amalgam/admin/pages/7" for 127.0.0.1 at 2012-08-30 23:29:03 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"7"} Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "7"]]  (0.1ms) begin transaction Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 7]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) AND ("pages"."id" != 7) ORDER BY lft ASC, "pages"."lft" SQL (0.2ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 12) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 12) ORDER BY lft ASC, "pages"."lft") SQL (0.9ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 7]]  (3.9ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (1.7ms) Completed 200 OK in 23ms (Views: 12.2ms | ActiveRecord: 5.8ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 23:49:44 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#new as JS Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (16.0ms) Completed 200 OK in 42ms (Views: 30.3ms | ActiveRecord: 0.1ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 23:49:51 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"热热", "slug"=>"rewrewr", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'rewrewr' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (2.5ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Thu, 30 Aug 2012 23:49:51 CST +08:00], ["lft", 11], ["parent_id", nil], ["path", "rewrewr"], ["rgt", 12], ["slug", "rewrewr"], ["title", "热热"], ["updated_at", Thu, 30 Aug 2012 23:49:51 CST +08:00]]  (0.8ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.2ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (3.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (20.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (22.1ms) Completed 200 OK in 85ms (Views: 31.9ms | ActiveRecord: 4.0ms) Started DELETE "/amalgam/admin/pages/12" for 127.0.0.1 at 2012-08-30 23:49:58 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"12"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "12"]]  (0.0ms) begin transaction Page Load (0.2ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 12]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) AND ("pages"."id" != 12) ORDER BY lft ASC, "pages"."lft" SQL (0.2ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 12) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 12) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 12]]  (2.6ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (2.9ms) Completed 200 OK in 21ms (Views: 10.5ms | ActiveRecord: 4.0ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 23:50:04 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"dfsdfsdf", "slug"=>"fasdfsadf", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdfsadf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Thu, 30 Aug 2012 23:50:04 CST +08:00], ["lft", 11], ["parent_id", nil], ["path", "fasdfsadf"], ["rgt", 12], ["slug", "fasdfsadf"], ["title", "dfsdfsdf"], ["updated_at", Thu, 30 Aug 2012 23:50:04 CST +08:00]]  (2.4ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (12.8ms) Completed 200 OK in 26ms (Views: 19.5ms | ActiveRecord: 3.3ms) Started DELETE "/amalgam/admin/pages/13" for 127.0.0.1 at 2012-08-30 23:50:07 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"13"} Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "13"]]  (0.1ms) begin transaction Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 13]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) AND ("pages"."id" != 13) ORDER BY lft ASC, "pages"."lft" SQL (0.2ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 12) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 12) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 13]]  (3.0ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (1.1ms) Completed 200 OK in 19ms (Views: 8.9ms | ActiveRecord: 4.1ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 23:50:22 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fdsff", "slug"=>"fasdf", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.6ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Thu, 30 Aug 2012 23:50:22 CST +08:00], ["lft", 11], ["parent_id", nil], ["path", "fasdf"], ["rgt", 12], ["slug", "fasdf"], ["title", "fdsff"], ["updated_at", Thu, 30 Aug 2012 23:50:22 CST +08:00]]  (3.2ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (12.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (13.9ms) Completed 200 OK in 29ms (Views: 20.1ms | ActiveRecord: 4.3ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 23:50:25 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fasdfsdf", "slug"=>"fasdfs", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdfs' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.7ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Thu, 30 Aug 2012 23:50:25 CST +08:00], ["lft", 13], ["parent_id", nil], ["path", "fasdfs"], ["rgt", 14], ["slug", "fasdfs"], ["title", "fasdfsdf"], ["updated_at", Thu, 30 Aug 2012 23:50:25 CST +08:00]]  (2.1ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (13.1ms) Completed 200 OK in 63ms (Views: 54.2ms | ActiveRecord: 3.4ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 23:50:29 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fasfsdfsadfsa", "slug"=>"fasfsdf", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfsdf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.6ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Thu, 30 Aug 2012 23:50:29 CST +08:00], ["lft", 15], ["parent_id", nil], ["path", "fasfsdf"], ["rgt", 16], ["slug", "fasfsdf"], ["title", "fasfsdfsadfsa"], ["updated_at", Thu, 30 Aug 2012 23:50:29 CST +08:00]]  (2.0ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (14.8ms) Completed 200 OK in 28ms (Views: 21.0ms | ActiveRecord: 3.2ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 23:50:33 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fasfsafsadfsadf", "slug"=>"fasfsa", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfsa' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.7ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Thu, 30 Aug 2012 23:50:33 CST +08:00], ["lft", 17], ["parent_id", nil], ["path", "fasfsa"], ["rgt", 18], ["slug", "fasfsa"], ["title", "fasfsafsadfsadf"], ["updated_at", Thu, 30 Aug 2012 23:50:33 CST +08:00]]  (1.8ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 17 AND "pages"."rgt" <= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (13.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (14.3ms) Completed 200 OK in 28ms (Views: 20.9ms | ActiveRecord: 3.0ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 23:50:37 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fsafsadfasdf", "slug"=>"fasfasdfsaf", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfasdfsaf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.7ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Thu, 30 Aug 2012 23:50:37 CST +08:00], ["lft", 19], ["parent_id", nil], ["path", "fasfasdfsaf"], ["rgt", 20], ["slug", "fasfasdfsaf"], ["title", "fsafsadfasdf"], ["updated_at", Thu, 30 Aug 2012 23:50:37 CST +08:00]]  (2.9ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 19 AND "pages"."rgt" <= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (12.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (13.8ms) Completed 200 OK in 28ms (Views: 20.0ms | ActiveRecord: 4.1ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 23:50:42 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fasdfasdfadsfasdf", "slug"=>"fasdfsadffas", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdfsadffas' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Thu, 30 Aug 2012 23:50:42 CST +08:00], ["lft", 21], ["parent_id", nil], ["path", "fasdfsadffas"], ["rgt", 22], ["slug", "fasdfsadffas"], ["title", "fasdfasdfadsfasdf"], ["updated_at", Thu, 30 Aug 2012 23:50:42 CST +08:00]]  (2.6ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 21 AND "pages"."rgt" <= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (13.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (14.6ms) Completed 200 OK in 29ms (Views: 21.2ms | ActiveRecord: 3.5ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 23:50:46 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fasdfdsafasdfsafa", "slug"=>"fasfasdfsaf", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfasdfsaf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (1.6ms) Completed 200 OK in 12ms (Views: 8.5ms | ActiveRecord: 0.3ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 23:50:48 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fasdfdsafasdfsafa", "slug"=>"fasfasdfsaf", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfasdfsaf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (0.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (1.4ms) Completed 200 OK in 11ms (Views: 7.8ms | ActiveRecord: 0.3ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 23:50:49 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fasdfdsafasdfsafa", "slug"=>"fasfasdfsaffd", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfasdfsaffd' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Thu, 30 Aug 2012 23:50:49 CST +08:00], ["lft", 23], ["parent_id", nil], ["path", "fasfasdfsaffd"], ["rgt", 24], ["slug", "fasfasdfsaffd"], ["title", "fasdfdsafasdfsafa"], ["updated_at", Thu, 30 Aug 2012 23:50:49 CST +08:00]]  (2.7ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (13.2ms) Completed 200 OK in 28ms (Views: 20.8ms | ActiveRecord: 3.7ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 23:50:54 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fasdfasdfsadf", "slug"=>"fasdfsadf", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdfsadf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Thu, 30 Aug 2012 23:50:54 CST +08:00], ["lft", 25], ["parent_id", nil], ["path", "fasdfsadf"], ["rgt", 26], ["slug", "fasdfsadf"], ["title", "fasdfasdfsadf"], ["updated_at", Thu, 30 Aug 2012 23:50:54 CST +08:00]]  (2.6ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 25 AND "pages"."rgt" <= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (13.4ms) Completed 200 OK in 28ms (Views: 21.5ms | ActiveRecord: 3.6ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 23:50:58 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fasdfdsafasdfasdfasdf", "slug"=>"fasdfsaf", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdfsaf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.6ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Thu, 30 Aug 2012 23:50:58 CST +08:00], ["lft", 27], ["parent_id", nil], ["path", "fasdfsaf"], ["rgt", 28], ["slug", "fasdfsaf"], ["title", "fasdfdsafasdfasdfasdf"], ["updated_at", Thu, 30 Aug 2012 23:50:58 CST +08:00]]  (1.8ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.3ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 27 AND "pages"."rgt" <= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (20.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (22.0ms) Completed 200 OK in 39ms (Views: 31.8ms | ActiveRecord: 3.0ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 23:51:03 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fasfsdafsafsadfaf", "slug"=>"fasfasf", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfasf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.6ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Thu, 30 Aug 2012 23:51:03 CST +08:00], ["lft", 29], ["parent_id", nil], ["path", "fasfasf"], ["rgt", 30], ["slug", "fasfasf"], ["title", "fasfsdafsafsadfaf"], ["updated_at", Thu, 30 Aug 2012 23:51:03 CST +08:00]]  (2.6ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 29 AND "pages"."rgt" <= 30) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (13.6ms) Completed 200 OK in 28ms (Views: 20.3ms | ActiveRecord: 3.6ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 23:51:10 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fasdfasdfasdfasdfasf", "slug"=>"fafsdfsfsdffsfsf", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fafsdfsfsdffsfsf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Thu, 30 Aug 2012 23:51:10 CST +08:00], ["lft", 31], ["parent_id", nil], ["path", "fafsdfsfsdffsfsf"], ["rgt", 32], ["slug", "fafsdfsfsdffsfsf"], ["title", "fasdfasdfasdfasdfasf"], ["updated_at", Thu, 30 Aug 2012 23:51:10 CST +08:00]]  (2.5ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 31 AND "pages"."rgt" <= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (13.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (15.3ms) Completed 200 OK in 29ms (Views: 21.6ms | ActiveRecord: 3.5ms) Started DELETE "/amalgam/admin/pages/24" for 127.0.0.1 at 2012-08-30 23:51:15 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"24"} Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "24"]]  (0.1ms) begin transaction Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 24]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 31 AND "pages"."rgt" <= 32) AND ("pages"."id" != 24) ORDER BY lft ASC, "pages"."lft" SQL (0.2ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 32) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 32) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 24]]  (3.1ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (1.2ms) Completed 200 OK in 18ms (Views: 9.3ms | ActiveRecord: 4.1ms) Started DELETE "/amalgam/admin/pages/23" for 127.0.0.1 at 2012-08-30 23:51:18 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"23"} Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "23"]]  (0.1ms) begin transaction Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 23]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 29 AND "pages"."rgt" <= 30) AND ("pages"."id" != 23) ORDER BY lft ASC, "pages"."lft" SQL (0.3ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 30) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 30) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 23]]  (2.5ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (1.1ms) Completed 200 OK in 59ms (Views: 51.3ms | ActiveRecord: 3.7ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 23:59:40 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (35.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (163.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (177.1ms) Compiled jquery.scrollto.js (0ms) (pid 91338) Compiled amalgam/admin.js (17ms) (pid 91338) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.1ms) Completed 200 OK in 460ms (Views: 449.1ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-30 23:59:41 +0800 Served asset /bootstrap.css - 304 Not Modified (12ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-30 23:59:41 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-30 23:59:41 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-30 23:59:41 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-30 23:59:41 +0800 Served asset /amalgam/admin.css - 304 Not Modified (19ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-30 23:59:41 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-30 23:59:41 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-30 23:59:41 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-30 23:59:41 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-30 23:59:41 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-30 23:59:41 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (14ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-30 23:59:41 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (3ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-30 23:59:41 +0800 Served asset /jquery.scrollto.js - 200 OK (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-30 23:59:41 +0800 Served asset /jquery_ujs.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-30 23:59:41 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-30 23:59:41 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-30 23:59:41 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (10ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-30 23:59:41 +0800 Served asset /bootstrap-button.js - 304 Not Modified (38ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-30 23:59:41 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-30 23:59:41 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-30 23:59:41 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-30 23:59:41 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-08-30 23:59:41 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-08-30 23:59:41 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-08-30 23:59:41 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (8ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-08-30 23:59:41 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-08-30 23:59:41 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-30 23:59:42 +0800 Processing by Amalgam::Admin::PagesController#new as JS Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (7.0ms) Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.0ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-30 23:59:50 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"的事发生的发生大幅", "slug"=>"112321eweqwewqe", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = '112321eweqwewqe' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (1.8ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Thu, 30 Aug 2012 23:59:50 CST +08:00], ["lft", 29], ["parent_id", nil], ["path", "112321eweqwewqe"], ["rgt", 30], ["slug", "112321eweqwewqe"], ["title", "的事发生的发生大幅"], ["updated_at", Thu, 30 Aug 2012 23:59:50 CST +08:00]]  (2.8ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 29 AND "pages"."rgt" <= 30) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (20.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (21.5ms) Completed 200 OK in 90ms (Views: 29.9ms | ActiveRecord: 5.3ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:00:20 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (31.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (47.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (50.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (198.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (209.7ms) Compiled jquery.scrollto.js (0ms) (pid 91351) Compiled amalgam/admin.js (17ms) (pid 91351) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (4.2ms) Completed 200 OK in 468ms (Views: 454.1ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 00:00:21 +0800 Served asset /bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 00:00:21 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 00:00:21 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 00:00:21 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 00:00:21 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:21 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:21 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:21 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:21 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:21 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (42ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:21 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:21 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:21 +0800 Served asset /jquery.scrollto.js - 200 OK (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:21 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:21 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:21 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:21 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:21 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:21 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:21 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:21 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:21 +0800 Served asset /amalgam/admin.js - 304 Not Modified (21ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-31 00:00:22 +0800 Processing by Amalgam::Admin::PagesController#new as JS Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (7.1ms) Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.0ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:00:28 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fsdfsfsdfsdaf", "slug"=>"ewqeqiuyiyui", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'ewqeqiuyiyui' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (1.8ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 31 Aug 2012 00:00:28 CST +08:00], ["lft", 31], ["parent_id", nil], ["path", "ewqeqiuyiyui"], ["rgt", 32], ["slug", "ewqeqiuyiyui"], ["title", "fsdfsfsdfsdaf"], ["updated_at", Fri, 31 Aug 2012 00:00:28 CST +08:00]]  (3.7ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 31 AND "pages"."rgt" <= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (22.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (23.8ms) Completed 200 OK in 91ms (Views: 33.1ms | ActiveRecord: 6.1ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:00:53 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (34.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (167.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (169.6ms) Compiled jquery.scrollto.js (0ms) (pid 91351) Compiled amalgam/admin.js (15ms) (pid 91351) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.2ms) Completed 200 OK in 268ms (Views: 266.4ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 00:00:54 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 00:00:54 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 00:00:54 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 00:00:54 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 00:00:54 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:54 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:54 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:54 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:54 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:54 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:54 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:54 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:54 +0800 Served asset /jquery.scrollto.js - 200 OK (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:54 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:54 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:54 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:54 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:54 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:54 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:54 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:54 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 00:00:54 +0800 Served asset /amalgam/admin.js - 304 Not Modified (19ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-31 00:01:04 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#new as JS Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (12.6ms) Completed 200 OK in 31ms (Views: 21.3ms | ActiveRecord: 0.1ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:01:09 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"ssssss", "slug"=>"trrtytuu", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'trrtytuu' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (1.9ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 31 Aug 2012 00:01:09 CST +08:00], ["lft", 33], ["parent_id", nil], ["path", "trrtytuu"], ["rgt", 34], ["slug", "trrtytuu"], ["title", "ssssss"], ["updated_at", Fri, 31 Aug 2012 00:01:09 CST +08:00]]  (0.8ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 33 AND "pages"."rgt" <= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (19.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (20.8ms) Completed 200 OK in 82ms (Views: 31.1ms | ActiveRecord: 3.3ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:01:47 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (32.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (38.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (188.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (192.8ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (4.9ms) Completed 200 OK in 377ms (Views: 375.1ms | ActiveRecord: 0.3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 00:01:47 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 00:01:47 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 00:01:47 +0800 Served asset /amalgam/admin.css - 304 Not Modified (45ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 00:01:47 +0800 Served asset /bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 00:01:47 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 00:01:47 +0800 Served asset /modernizr.js - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 00:01:47 +0800 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 00:01:47 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 00:01:47 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 00:01:47 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 00:01:47 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (14ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 00:01:47 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 00:01:47 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 00:01:47 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 00:01:47 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 00:01:47 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (35ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 00:01:48 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 00:01:48 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 00:01:48 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 00:01:48 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 00:01:48 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 00:01:48 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started PUT "/amalgam/admin/pages/14" for 127.0.0.1 at 2012-08-31 00:01:49 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5"}, "id"=>"14"} Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "14"]]  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdf' AND "pages"."id" != 14 AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "parent_id" = 5, "path" = 'test4/fasdf', "updated_at" = '2012-08-30 16:01:49.712392', "body" = '--- {} ' WHERE "pages"."id" = 14 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 5]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 14 THEN 5 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) AND ("pages"."id" != 14) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.6ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (15.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (16.8ms) Completed 200 OK in 58ms (Views: 23.6ms | ActiveRecord: 2.7ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-31 00:01:53 +0800 Processing by Amalgam::Admin::PagesController#new as JS Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (4.2ms) Completed 200 OK in 38ms (Views: 37.7ms | ActiveRecord: 0.0ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:01:57 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fdsafsdfdsafsdafads", "slug"=>"fdsfsdf", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fdsfsdf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 31 Aug 2012 00:01:57 CST +08:00], ["lft", 35], ["parent_id", nil], ["path", "fdsfsdf"], ["rgt", 36], ["slug", "fdsfsdf"], ["title", "fdsafsdfdsafsdafads"], ["updated_at", Fri, 31 Aug 2012 00:01:57 CST +08:00]]  (2.3ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 35 AND "pages"."rgt" <= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (13.5ms) Completed 200 OK in 27ms (Views: 19.9ms | ActiveRecord: 3.2ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:02:00 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fdsafsdfdsafsdafads", "slug"=>"fdsfsdf1212", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fdsfsdf1212' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.6ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 31 Aug 2012 00:02:01 CST +08:00], ["lft", 37], ["parent_id", nil], ["path", "fdsfsdf1212"], ["rgt", 38], ["slug", "fdsfsdf1212"], ["title", "fdsafsdfdsafsdafads"], ["updated_at", Fri, 31 Aug 2012 00:02:01 CST +08:00]]  (2.5ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 37 AND "pages"."rgt" <= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (12.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (13.9ms) Completed 200 OK in 29ms (Views: 21.2ms | ActiveRecord: 3.7ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:02:02 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fdsafsdfdsafsdafads", "slug"=>"fdsfsdf1212", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fdsfsdf1212' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.0ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (1.7ms) Completed 200 OK in 11ms (Views: 8.6ms | ActiveRecord: 0.2ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:02:02 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fdsafsdfdsafsdafads", "slug"=>"fdsfsdf1212", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fdsfsdf1212' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.0ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (1.5ms) Completed 200 OK in 11ms (Views: 7.9ms | ActiveRecord: 0.2ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:02:02 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fdsafsdfdsafsdafads", "slug"=>"fdsfsdf1212", "parent_id"=>""}, "commit"=>"Create Page"}  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fdsfsdf1212' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.0ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (0.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (1.3ms) Completed 200 OK in 10ms (Views: 7.4ms | ActiveRecord: 0.2ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:02:02 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fdsafsdfdsafsdafads", "slug"=>"fdsfsdf1212", "parent_id"=>""}, "commit"=>"Create Page"}  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fdsfsdf1212' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.0ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (0.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (1.4ms) Completed 200 OK in 10ms (Views: 7.7ms | ActiveRecord: 0.2ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:02:02 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fdsafsdfdsafsdafads", "slug"=>"fdsfsdf1212", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fdsfsdf1212' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.0ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (0.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (1.5ms) Completed 200 OK in 11ms (Views: 7.7ms | ActiveRecord: 0.3ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:02:03 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fdsafsdfdsafsdafads", "slug"=>"fdsfsdf1212", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fdsfsdf1212' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (1.6ms) Completed 200 OK in 11ms (Views: 8.3ms | ActiveRecord: 0.3ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:02:03 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fdsafsdfdsafsdafads", "slug"=>"fdsfsdf1212", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fdsfsdf1212' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.0ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (1.6ms) Completed 200 OK in 12ms (Views: 9.7ms | ActiveRecord: 0.2ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:02:10 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fdsafsdfdsafsdafads", "slug"=>"fdsfsdf1212232", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fdsfsdf1212232' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 31 Aug 2012 00:02:10 CST +08:00], ["lft", 39], ["parent_id", nil], ["path", "fdsfsdf1212232"], ["rgt", 40], ["slug", "fdsfsdf1212232"], ["title", "fdsafsdfdsafsdafads"], ["updated_at", Fri, 31 Aug 2012 00:02:10 CST +08:00]]  (2.1ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 39 AND "pages"."rgt" <= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (13.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (14.2ms) Completed 200 OK in 28ms (Views: 22.5ms | ActiveRecord: 3.1ms) Started DELETE "/amalgam/admin/pages/28" for 127.0.0.1 at 2012-08-31 00:02:14 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"28"} Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "28"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 28]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 35 AND "pages"."rgt" <= 36) AND ("pages"."id" != 28) ORDER BY lft ASC, "pages"."lft" SQL (0.4ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 36) ORDER BY lft ASC, "pages"."lft") SQL (0.4ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 36) ORDER BY lft ASC, "pages"."lft") SQL (0.1ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 28]]  (0.5ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (2.8ms) Completed 200 OK in 20ms (Views: 11.1ms | ActiveRecord: 2.0ms) Started DELETE "/amalgam/admin/pages/29" for 127.0.0.1 at 2012-08-31 00:02:16 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"29"} Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "29"]]  (0.1ms) begin transaction Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 29]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 35 AND "pages"."rgt" <= 36) AND ("pages"."id" != 29) ORDER BY lft ASC, "pages"."lft" SQL (0.5ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 36) ORDER BY lft ASC, "pages"."lft") SQL (0.7ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 36) ORDER BY lft ASC, "pages"."lft") SQL (0.1ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 29]]  (2.8ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (1.1ms) Completed 200 OK in 21ms (Views: 10.9ms | ActiveRecord: 4.6ms) Started DELETE "/amalgam/admin/pages/30" for 127.0.0.1 at 2012-08-31 00:02:18 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"30"} Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "30"]]  (0.1ms) begin transaction Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 30]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 35 AND "pages"."rgt" <= 36) AND ("pages"."id" != 30) ORDER BY lft ASC, "pages"."lft" SQL (0.2ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 36) ORDER BY lft ASC, "pages"."lft") SQL (0.3ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 36) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 30]]  (2.7ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (1.4ms) Completed 200 OK in 18ms (Views: 9.3ms | ActiveRecord: 3.9ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:02:30 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (39.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (196.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (233.1ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.1ms) Completed 200 OK in 434ms (Views: 418.4ms | ActiveRecord: 0.6ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 00:02:31 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 00:02:31 +0800 Served asset /bootstrap.css - 304 Not Modified (14ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 00:02:31 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 00:02:31 +0800 Served asset /amalgam/admin.css - 304 Not Modified (15ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 00:02:31 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 00:02:31 +0800 Served asset /jquery.js - 304 Not Modified (34ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 00:02:31 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 00:02:31 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 00:02:31 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 00:02:31 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 00:02:31 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 00:02:31 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (12ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 00:02:31 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 00:02:31 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 00:02:31 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 00:02:31 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 00:02:31 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 00:02:31 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 00:02:31 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 00:02:32 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 00:02:32 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 00:02:32 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-31 00:02:33 +0800 Processing by Amalgam::Admin::PagesController#new as JS Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (8.2ms) Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.0ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:02:39 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fsdfsdfsfsdf", "slug"=>"treteyeyer", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'treteyeyer' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (2.0ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 31 Aug 2012 00:02:39 CST +08:00], ["lft", 35], ["parent_id", nil], ["path", "treteyeyer"], ["rgt", 36], ["slug", "treteyeyer"], ["title", "fsdfsdfsfsdf"], ["updated_at", Fri, 31 Aug 2012 00:02:39 CST +08:00]]  (3.1ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 35 AND "pages"."rgt" <= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (18.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (19.8ms) Completed 200 OK in 50ms (Views: 26.2ms | ActiveRecord: 5.7ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:04:37 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fsdfdsfsdf", "slug"=>"iuytoiuyoupo", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'iuytoiuyoupo' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.6ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 31 Aug 2012 00:04:37 CST +08:00], ["lft", 37], ["parent_id", nil], ["path", "iuytoiuyoupo"], ["rgt", 38], ["slug", "iuytoiuyoupo"], ["title", "fsdfdsfsdf"], ["updated_at", Fri, 31 Aug 2012 00:04:37 CST +08:00]]  (2.8ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 37 AND "pages"."rgt" <= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (12.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (13.9ms) Completed 200 OK in 28ms (Views: 20.4ms | ActiveRecord: 4.0ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:06:34 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fsdfdsfsdf", "slug"=>"iuytoiuyoupo", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'iuytoiuyoupo' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (3.0ms) Completed 200 OK in 18ms (Views: 14.5ms | ActiveRecord: 0.3ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:06:44 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fsdfdsfsdf", "slug"=>"iuytoiuyoupod", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'iuytoiuyoupod' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.7ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 31 Aug 2012 00:06:44 CST +08:00], ["lft", 39], ["parent_id", nil], ["path", "iuytoiuyoupod"], ["rgt", 40], ["slug", "iuytoiuyoupod"], ["title", "fsdfdsfsdf"], ["updated_at", Fri, 31 Aug 2012 00:06:44 CST +08:00]]  (2.2ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 39 AND "pages"."rgt" <= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (13.4ms) Completed 200 OK in 32ms (Views: 24.3ms | ActiveRecord: 3.5ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:09:42 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fsdfdsfsdf", "slug"=>"iuytoiuyoupoda", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'iuytoiuyoupoda' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 31 Aug 2012 00:09:42 CST +08:00], ["lft", 41], ["parent_id", nil], ["path", "iuytoiuyoupoda"], ["rgt", 42], ["slug", "iuytoiuyoupoda"], ["title", "fsdfdsfsdf"], ["updated_at", Fri, 31 Aug 2012 00:09:42 CST +08:00]]  (3.0ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (35.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 41 AND "pages"."rgt" <= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (39.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (40.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (41.6ms) Completed 200 OK in 57ms (Views: 48.3ms | ActiveRecord: 4.0ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:09:47 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fsdfdsfsdf", "slug"=>"iuytoiuyoupodaa", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'iuytoiuyoupodaa' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 31 Aug 2012 00:09:47 CST +08:00], ["lft", 43], ["parent_id", nil], ["path", "iuytoiuyoupodaa"], ["rgt", 44], ["slug", "iuytoiuyoupodaa"], ["title", "fsdfdsfsdf"], ["updated_at", Fri, 31 Aug 2012 00:09:47 CST +08:00]]  (3.1ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 43 AND "pages"."rgt" <= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (13.0ms) Completed 200 OK in 27ms (Views: 19.3ms | ActiveRecord: 4.1ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:09:49 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (235.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (238.4ms) Compiled jquery.scrollto.js (0ms) (pid 91371) Compiled amalgam/admin.js (17ms) (pid 91371) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (35.3ms) Completed 200 OK in 331ms (Views: 328.5ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 00:09:49 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 00:09:49 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 00:09:49 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 00:09:49 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 00:09:49 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 00:09:49 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 00:09:49 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 00:09:49 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 00:09:49 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 00:09:49 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 00:09:49 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 00:09:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 00:09:49 +0800 Served asset /jquery.scrollto.js - 200 OK (5ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 00:09:50 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 00:09:50 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 00:09:50 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 00:09:50 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 00:09:50 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 00:09:50 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 00:09:50 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 00:09:50 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 00:09:50 +0800 Served asset /amalgam/admin.js - 304 Not Modified (21ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-08-31 00:09:50 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-08-31 00:09:50 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-08-31 00:09:50 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (7ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-08-31 00:09:50 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-08-31 00:09:50 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-31 00:09:59 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#new as JS Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (12.9ms) Completed 200 OK in 31ms (Views: 21.7ms | ActiveRecord: 0.1ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:10:04 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"sfsdf", "slug"=>"fsdfsdfsdfsdf", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fsdfsdfsdfsdf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (1.9ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 31 Aug 2012 00:10:04 CST +08:00], ["lft", 45], ["parent_id", nil], ["path", "fsdfsdfsdfsdf"], ["rgt", 46], ["slug", "fsdfsdfsdfsdf"], ["title", "sfsdf"], ["updated_at", Fri, 31 Aug 2012 00:10:04 CST +08:00]]  (2.3ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 45 AND "pages"."rgt" <= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (18.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (20.2ms) Completed 200 OK in 85ms (Views: 31.0ms | ActiveRecord: 4.9ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:11:24 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (33.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (297.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (313.0ms) Compiled jquery.scrollto.js (0ms) (pid 91438) Compiled amalgam/admin.js (14ms) (pid 91438) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (4.6ms) Completed 200 OK in 626ms (Views: 580.7ms | ActiveRecord: 0.6ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 00:11:25 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 00:11:25 +0800 Served asset /bootstrap.css - 304 Not Modified (11ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 00:11:25 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 00:11:25 +0800 Served asset /amalgam/admin.css - 304 Not Modified (40ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 00:11:25 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 00:11:25 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 00:11:25 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 00:11:25 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 00:11:25 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 00:11:25 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 00:11:25 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 00:11:25 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 00:11:25 +0800 Served asset /jquery.scrollto.js - 200 OK (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 00:11:25 +0800 Served asset /jquery_ujs.js - 304 Not Modified (7ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 00:11:25 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 00:11:25 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 00:11:25 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 00:11:25 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 00:11:25 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 00:11:25 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 00:11:25 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 00:11:25 +0800 Served asset /amalgam/admin.js - 304 Not Modified (13ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-31 00:11:26 +0800 Processing by Amalgam::Admin::PagesController#new as JS Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (48.8ms) Completed 200 OK in 51ms (Views: 50.5ms | ActiveRecord: 0.0ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:11:30 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fsafasdfadsf", "slug"=>"fasdfadsfasdfsafsa", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdfadsfasdfsafsa' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (1.8ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 31 Aug 2012 00:11:30 CST +08:00], ["lft", 47], ["parent_id", nil], ["path", "fasdfadsfasdfsafsa"], ["rgt", 48], ["slug", "fasdfadsfasdfsafsa"], ["title", "fsafasdfadsf"], ["updated_at", Fri, 31 Aug 2012 00:11:30 CST +08:00]]  (3.6ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 47 AND "pages"."rgt" <= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (17.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (18.4ms) Completed 200 OK in 52ms (Views: 27.0ms | ActiveRecord: 6.1ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:11:37 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fsafsadfsaf", "slug"=>"fsdfsdf", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fsdfsdf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 31 Aug 2012 00:11:37 CST +08:00], ["lft", 49], ["parent_id", nil], ["path", "fsdfsdf"], ["rgt", 50], ["slug", "fsdfsdf"], ["title", "fsafsadfsaf"], ["updated_at", Fri, 31 Aug 2012 00:11:37 CST +08:00]]  (3.1ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 49 AND "pages"."rgt" <= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (13.2ms) Completed 200 OK in 28ms (Views: 20.7ms | ActiveRecord: 4.0ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:11:56 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fdsafdsafdsfsdf", "slug"=>"fsfsf", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fsfsf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 31 Aug 2012 00:11:56 CST +08:00], ["lft", 51], ["parent_id", nil], ["path", "fsfsf"], ["rgt", 52], ["slug", "fsfsf"], ["title", "fdsafdsafdsfsdf"], ["updated_at", Fri, 31 Aug 2012 00:11:56 CST +08:00]]  (2.8ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 51 AND "pages"."rgt" <= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (12.5ms) Completed 200 OK in 27ms (Views: 19.9ms | ActiveRecord: 3.7ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:12:58 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (31.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (33.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (38.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (286.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (298.3ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (4.8ms) Completed 200 OK in 472ms (Views: 459.1ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 00:12:58 +0800 Served asset /bootstrap.css - 304 Not Modified (44ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 00:12:59 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 00:12:59 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 00:12:59 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 00:12:59 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 00:12:59 +0800 Served asset /jquery.js - 304 Not Modified (33ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 00:12:59 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 00:12:59 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 00:12:59 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 00:12:59 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 00:12:59 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 00:12:59 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 00:12:59 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 00:12:59 +0800 Served asset /jquery_ujs.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 00:12:59 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 00:12:59 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 00:12:59 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 00:12:59 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 00:12:59 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 00:12:59 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 00:12:59 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 00:12:59 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-31 00:13:00 +0800 Processing by Amalgam::Admin::PagesController#new as JS Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (7.9ms) Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:13:04 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fasfsadfasfasdf", "slug"=>"fasfsdfasfasfsadfdsaf", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfsdfasfasfsadfdsaf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (2.0ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 31 Aug 2012 00:13:05 CST +08:00], ["lft", 53], ["parent_id", nil], ["path", "fasfsdfasfasfsadfdsaf"], ["rgt", 54], ["slug", "fasfsdfasfasfsadfdsaf"], ["title", "fasfsadfasfasdf"], ["updated_at", Fri, 31 Aug 2012 00:13:05 CST +08:00]]  (2.0ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 53 AND "pages"."rgt" <= 54) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (17.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (19.2ms) Completed 200 OK in 86ms (Views: 26.2ms | ActiveRecord: 4.6ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:15:43 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"发生发生的发生大", "slug"=>"rqewrqerewqrqwe", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'rqewrqerewqrqwe' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 31 Aug 2012 00:15:43 CST +08:00], ["lft", 55], ["parent_id", nil], ["path", "rqewrqerewqrqwe"], ["rgt", 56], ["slug", "rqewrqerewqrqwe"], ["title", "发生发生的发生大"], ["updated_at", Fri, 31 Aug 2012 00:15:43 CST +08:00]]  (2.2ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Page Load (0.7ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 55 AND "pages"."rgt" <= 56) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (13.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (14.5ms) Completed 200 OK in 28ms (Views: 21.2ms | ActiveRecord: 3.5ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:16:32 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"ffsafsadfsdf", "slug"=>"rwerrwerewrwer", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'rwerrwerewrwer' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 31 Aug 2012 00:16:32 CST +08:00], ["lft", 57], ["parent_id", nil], ["path", "rwerrwerewrwer"], ["rgt", 58], ["slug", "rwerrwerewrwer"], ["title", "ffsafsadfsdf"], ["updated_at", Fri, 31 Aug 2012 00:16:32 CST +08:00]]  (3.3ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 57 AND "pages"."rgt" <= 58) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (13.5ms) Completed 200 OK in 29ms (Views: 20.4ms | ActiveRecord: 4.3ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:16:49 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fsafsafsadfsda", "slug"=>"fsadfsfsafsdfsfsfs", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fsadfsfsafsdfsfsfs' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 31 Aug 2012 00:16:49 CST +08:00], ["lft", 59], ["parent_id", nil], ["path", "fsadfsfsafsdfsfsfs"], ["rgt", 60], ["slug", "fsadfsfsafsdfsfsfs"], ["title", "fsafsafsadfsda"], ["updated_at", Fri, 31 Aug 2012 00:16:49 CST +08:00]]  (2.6ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 59 AND "pages"."rgt" <= 60) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (13.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (14.5ms) Completed 200 OK in 29ms (Views: 22.3ms | ActiveRecord: 3.6ms) Started DELETE "/amalgam/admin/pages/43" for 127.0.0.1 at 2012-08-31 00:17:23 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"43"} Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "43"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 43]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 59 AND "pages"."rgt" <= 60) AND ("pages"."id" != 43) ORDER BY lft ASC, "pages"."lft" SQL (0.3ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 60) ORDER BY lft ASC, "pages"."lft") SQL (0.3ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 60) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 43]]  (1.8ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (2.8ms) Completed 200 OK in 21ms (Views: 10.6ms | ActiveRecord: 3.3ms) Started DELETE "/amalgam/admin/pages/42" for 127.0.0.1 at 2012-08-31 00:17:26 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"42"} Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "42"]]  (0.1ms) begin transaction Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 42]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 57 AND "pages"."rgt" <= 58) AND ("pages"."id" != 42) ORDER BY lft ASC, "pages"."lft" SQL (0.3ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 58) ORDER BY lft ASC, "pages"."lft") SQL (0.3ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 58) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 42]]  (2.0ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (1.5ms) Completed 200 OK in 21ms (Views: 11.4ms | ActiveRecord: 3.3ms) Started DELETE "/amalgam/admin/pages/41" for 127.0.0.1 at 2012-08-31 00:17:28 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"41"} Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "41"]]  (0.0ms) begin transaction Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 41]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 55 AND "pages"."rgt" <= 56) AND ("pages"."id" != 41) ORDER BY lft ASC, "pages"."lft" SQL (0.3ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 56) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 56) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 41]]  (2.8ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (1.6ms) Completed 200 OK in 17ms (Views: 8.4ms | ActiveRecord: 4.0ms) Started DELETE "/amalgam/admin/pages/40" for 127.0.0.1 at 2012-08-31 00:17:30 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"40"} Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "40"]]  (0.0ms) begin transaction Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 40]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 53 AND "pages"."rgt" <= 54) AND ("pages"."id" != 40) ORDER BY lft ASC, "pages"."lft" SQL (0.2ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 54) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 54) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 40]]  (2.7ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (1.2ms) Completed 200 OK in 20ms (Views: 12.3ms | ActiveRecord: 3.7ms) Started DELETE "/amalgam/admin/pages/39" for 127.0.0.1 at 2012-08-31 00:17:32 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"39"} Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "39"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 39]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 51 AND "pages"."rgt" <= 52) AND ("pages"."id" != 39) ORDER BY lft ASC, "pages"."lft" SQL (0.2ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 52) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 52) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 39]]  (2.6ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (1.8ms) Completed 200 OK in 23ms (Views: 13.0ms | ActiveRecord: 3.9ms) Started DELETE "/amalgam/admin/pages/38" for 127.0.0.1 at 2012-08-31 00:17:35 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"38"} Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "38"]]  (0.1ms) begin transaction Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 38]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 49 AND "pages"."rgt" <= 50) AND ("pages"."id" != 38) ORDER BY lft ASC, "pages"."lft" SQL (0.2ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 50) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 50) ORDER BY lft ASC, "pages"."lft") SQL (0.3ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 38]]  (3.1ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (1.7ms) Completed 200 OK in 22ms (Views: 13.3ms | ActiveRecord: 4.2ms) Started DELETE "/amalgam/admin/pages/37" for 127.0.0.1 at 2012-08-31 00:17:37 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"37"} Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "37"]]  (0.1ms) begin transaction Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 37]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 47 AND "pages"."rgt" <= 48) AND ("pages"."id" != 37) ORDER BY lft ASC, "pages"."lft" SQL (0.2ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 48) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 48) ORDER BY lft ASC, "pages"."lft") SQL (0.3ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 37]]  (2.4ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (1.6ms) Completed 200 OK in 21ms (Views: 12.1ms | ActiveRecord: 3.8ms) Started DELETE "/amalgam/admin/pages/36" for 127.0.0.1 at 2012-08-31 00:17:40 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"36"} Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "36"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 36]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 45 AND "pages"."rgt" <= 46) AND ("pages"."id" != 36) ORDER BY lft ASC, "pages"."lft" SQL (0.2ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 46) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 46) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 36]]  (2.5ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (1.7ms) Completed 200 OK in 18ms (Views: 8.8ms | ActiveRecord: 3.8ms) Started DELETE "/amalgam/admin/pages/35" for 127.0.0.1 at 2012-08-31 00:17:42 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"35"} Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "35"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 35]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 43 AND "pages"."rgt" <= 44) AND ("pages"."id" != 35) ORDER BY lft ASC, "pages"."lft" SQL (0.2ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 44) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 44) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 35]]  (3.0ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (1.1ms) Completed 200 OK in 22ms (Views: 12.0ms | ActiveRecord: 4.4ms) Started DELETE "/amalgam/admin/pages/34" for 127.0.0.1 at 2012-08-31 00:17:45 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"34"} Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "34"]]  (0.1ms) begin transaction Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 34]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 41 AND "pages"."rgt" <= 42) AND ("pages"."id" != 34) ORDER BY lft ASC, "pages"."lft" SQL (0.3ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 42) ORDER BY lft ASC, "pages"."lft") SQL (0.3ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 42) ORDER BY lft ASC, "pages"."lft") SQL (0.3ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 34]]  (2.9ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (1.6ms) Completed 200 OK in 23ms (Views: 13.0ms | ActiveRecord: 4.3ms) Started DELETE "/amalgam/admin/pages/33" for 127.0.0.1 at 2012-08-31 00:17:47 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"33"} Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "33"]]  (0.0ms) begin transaction Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 33]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 39 AND "pages"."rgt" <= 40) AND ("pages"."id" != 33) ORDER BY lft ASC, "pages"."lft" SQL (0.2ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 40) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 40) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 33]]  (2.6ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (1.1ms) Completed 200 OK in 19ms (Views: 11.3ms | ActiveRecord: 3.7ms) Started DELETE "/amalgam/admin/pages/32" for 127.0.0.1 at 2012-08-31 00:17:49 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"32"} Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "32"]]  (0.1ms) begin transaction Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 32]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 37 AND "pages"."rgt" <= 38) AND ("pages"."id" != 32) ORDER BY lft ASC, "pages"."lft" SQL (0.2ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 38) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 38) ORDER BY lft ASC, "pages"."lft") SQL (0.3ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 32]]  (2.4ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (1.8ms) Completed 200 OK in 18ms (Views: 10.2ms | ActiveRecord: 3.6ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:17:57 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"dasdsdsa", "slug"=>"dasdadadad", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'dasdadadad' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 31 Aug 2012 00:17:57 CST +08:00], ["lft", 37], ["parent_id", nil], ["path", "dasdadadad"], ["rgt", 38], ["slug", "dasdadadad"], ["title", "dasdsdsa"], ["updated_at", Fri, 31 Aug 2012 00:17:57 CST +08:00]]  (1.7ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 37 AND "pages"."rgt" <= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (12.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (13.2ms) Completed 200 OK in 26ms (Views: 19.5ms | ActiveRecord: 2.7ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:19:49 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (37.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (39.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (198.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (231.6ms) Compiled jquery.scrollto.js (0ms) (pid 91486) Compiled amalgam/admin.js (15ms) (pid 91486) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (4.2ms) Completed 200 OK in 452ms (Views: 440.3ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 00:19:50 +0800 Served asset /bootstrap.css - 304 Not Modified (45ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 00:19:50 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 00:19:50 +0800 Served asset /amalgam/admin.css - 304 Not Modified (13ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 00:19:50 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 00:19:50 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 00:19:50 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 00:19:50 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 00:19:50 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 00:19:50 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 00:19:50 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 00:19:50 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (13ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 00:19:50 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 00:19:50 +0800 Served asset /jquery.scrollto.js - 200 OK (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 00:19:50 +0800 Served asset /jquery_ujs.js - 304 Not Modified (9ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 00:19:50 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 00:19:50 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 00:19:50 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 00:19:50 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 00:19:50 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 00:19:50 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 00:19:50 +0800 Served asset /amalgam/admin.js - 304 Not Modified (46ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 00:19:50 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-08-31 00:19:50 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-08-31 00:19:50 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-08-31 00:19:50 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-08-31 00:19:50 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (3ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-08-31 00:19:50 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (5ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-31 00:19:52 +0800 Processing by Amalgam::Admin::PagesController#new as JS Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (7.2ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.0ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:19:55 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fasfsafsadf", "slug"=>"fasfsafsdfsaf", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfsafsdfsaf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (2.0ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 31 Aug 2012 00:19:55 CST +08:00], ["lft", 39], ["parent_id", nil], ["path", "fasfsafsdfsaf"], ["rgt", 40], ["slug", "fasfsafsdfsaf"], ["title", "fasfsafsadf"], ["updated_at", Fri, 31 Aug 2012 00:19:55 CST +08:00]]  (2.6ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 39 AND "pages"."rgt" <= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (47.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (49.3ms) Completed 200 OK in 78ms (Views: 56.3ms | ActiveRecord: 5.1ms) Started DELETE "/amalgam/admin/pages/45" for 127.0.0.1 at 2012-08-31 00:20:00 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"45"} Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "45"]]  (0.0ms) begin transaction Page Load (0.2ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 45]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 39 AND "pages"."rgt" <= 40) AND ("pages"."id" != 45) ORDER BY lft ASC, "pages"."lft" SQL (0.3ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 40) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 40) ORDER BY lft ASC, "pages"."lft") SQL (0.3ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 45]]  (2.2ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (2.2ms) Completed 200 OK in 20ms (Views: 10.4ms | ActiveRecord: 3.5ms) Started DELETE "/amalgam/admin/pages/44" for 127.0.0.1 at 2012-08-31 00:20:04 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"44"} Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "44"]]  (0.1ms) begin transaction Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 44]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 37 AND "pages"."rgt" <= 38) AND ("pages"."id" != 44) ORDER BY lft ASC, "pages"."lft" SQL (0.2ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 38) ORDER BY lft ASC, "pages"."lft") SQL (0.3ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 38) ORDER BY lft ASC, "pages"."lft") SQL (0.3ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 44]]  (2.8ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (1.5ms) Completed 200 OK in 21ms (Views: 12.4ms | ActiveRecord: 4.0ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:20:09 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fasfsdf", "slug"=>"fafasfsfsdff", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fafasfsfsdff' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 31 Aug 2012 00:20:09 CST +08:00], ["lft", 37], ["parent_id", nil], ["path", "fafasfsfsdff"], ["rgt", 38], ["slug", "fafasfsfsdff"], ["title", "fasfsdf"], ["updated_at", Fri, 31 Aug 2012 00:20:09 CST +08:00]]  (3.1ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 37 AND "pages"."rgt" <= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (12.6ms) Completed 200 OK in 26ms (Views: 18.9ms | ActiveRecord: 4.0ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:20:19 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fasfasfsadfa", "slug"=>"fasdfsafsf", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdfsafsf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 31 Aug 2012 00:20:19 CST +08:00], ["lft", 39], ["parent_id", nil], ["path", "fasdfsafsf"], ["rgt", 40], ["slug", "fasdfsafsf"], ["title", "fasfasfsadfa"], ["updated_at", Fri, 31 Aug 2012 00:20:19 CST +08:00]]  (2.5ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 39 AND "pages"."rgt" <= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (13.9ms) Completed 200 OK in 28ms (Views: 20.2ms | ActiveRecord: 3.5ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:21:28 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (35.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (197.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (232.1ms) Compiled jquery.scrollto.js (0ms) (pid 91511) Compiled amalgam/admin.js (15ms) (pid 91511) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (4.1ms) Completed 200 OK in 453ms (Views: 441.7ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 00:21:29 +0800 Served asset /bootstrap.css - 304 Not Modified (47ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 00:21:29 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 00:21:29 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 00:21:29 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 00:21:29 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 00:21:29 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 00:21:29 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (5ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 00:21:29 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 00:21:29 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 00:21:29 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 00:21:29 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 00:21:29 +0800 Served asset /jquery.scrollto.js - 200 OK (5ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 00:21:29 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 00:21:29 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 00:21:29 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 00:21:29 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (33ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 00:21:29 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 00:21:29 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 00:21:29 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 00:21:29 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 00:21:29 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 00:21:29 +0800 Served asset /amalgam/admin.js - 304 Not Modified (13ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-31 00:21:31 +0800 Processing by Amalgam::Admin::PagesController#new as JS Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (7.3ms) Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 00:21:35 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"fasfsafsadf", "slug"=>"fsafsafsadfasf", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fsafsafsadfasf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (1.9ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 31 Aug 2012 00:21:35 CST +08:00], ["lft", 41], ["parent_id", nil], ["path", "fsafsafsadfasf"], ["rgt", 42], ["slug", "fsafsafsadfasf"], ["title", "fasfsafsadf"], ["updated_at", Fri, 31 Aug 2012 00:21:35 CST +08:00]]  (11.1ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 41 AND "pages"."rgt" <= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (17.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (18.9ms) Completed 200 OK in 94ms (Views: 26.4ms | ActiveRecord: 13.7ms) Started GET "/" for 127.0.0.1 at 2012-08-31 10:20:37 +0800 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-31 10:20:42 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (32.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (38.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (218.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (221.7ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.4ms) Completed 200 OK in 244ms (Views: 241.8ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 10:20:42 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 10:20:42 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 10:20:42 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 10:20:42 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 10:20:42 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 10:20:42 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 10:20:42 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 10:20:42 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 10:20:42 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 10:20:42 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 10:20:42 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 10:20:42 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 10:20:42 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 10:20:42 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 10:20:42 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 10:20:42 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 10:20:42 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 10:20:42 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 10:20:42 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 10:20:42 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 10:20:42 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 10:20:42 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-08-31 10:20:43 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-08-31 10:20:43 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-08-31 10:20:43 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (3ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-08-31 10:20:43 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-08-31 10:20:43 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-31 10:20:45 +0800 Processing by Amalgam::Admin::PagesController#new as JS Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (6.3ms) Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 10:20:49 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"twretrterwtw", "slug"=>"trewtweyiyi", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'trewtweyiyi' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 31 Aug 2012 10:20:49 CST +08:00], ["lft", 43], ["parent_id", nil], ["path", "trewtweyiyi"], ["rgt", 44], ["slug", "trewtweyiyi"], ["title", "twretrterwtw"], ["updated_at", Fri, 31 Aug 2012 10:20:49 CST +08:00]]  (2.5ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 43 AND "pages"."rgt" <= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (13.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (14.7ms) Completed 200 OK in 30ms (Views: 23.6ms | ActiveRecord: 3.5ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 10:21:02 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"yretuyiuo", "slug"=>"piopiopiop", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'piopiopiop' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 31 Aug 2012 10:21:02 CST +08:00], ["lft", 45], ["parent_id", nil], ["path", "piopiopiop"], ["rgt", 46], ["slug", "piopiopiop"], ["title", "yretuyiuo"], ["updated_at", Fri, 31 Aug 2012 10:21:02 CST +08:00]]  (1.1ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 45 AND "pages"."rgt" <= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (12.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (13.3ms) Completed 200 OK in 26ms (Views: 19.8ms | ActiveRecord: 2.1ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 10:21:17 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"1234677", "slug"=>"fdgsgsdggs", "parent_id"=>""}, "commit"=>"Create Page"}  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fdgsgsdggs' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 31 Aug 2012 10:21:17 CST +08:00], ["lft", 47], ["parent_id", nil], ["path", "fdgsgsdggs"], ["rgt", 48], ["slug", "fdgsgsdggs"], ["title", "1234677"], ["updated_at", Fri, 31 Aug 2012 10:21:17 CST +08:00]]  (2.5ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 47 AND "pages"."rgt" <= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (12.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (13.8ms) Completed 200 OK in 27ms (Views: 20.0ms | ActiveRecord: 3.6ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-31 10:38:03 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (223.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (227.1ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.6ms) Completed 200 OK in 245ms (Views: 242.5ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 10:38:03 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 10:38:03 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 10:38:03 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 10:38:03 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 10:38:04 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 10:38:04 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 10:38:04 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 10:38:04 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 10:38:04 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 10:38:04 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 10:38:04 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 10:38:04 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 10:38:04 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 10:38:04 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 10:38:04 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 10:38:04 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 10:38:04 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 10:38:04 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 10:38:04 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 10:38:04 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 10:38:04 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 10:38:04 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-31 10:40:05 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (35.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (225.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (260.4ms) Compiled amalgam/admin/layout.css (84ms) (pid 91931) Compiled amalgam/admin.css (4ms) (pid 91931) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (28.0ms) Completed 200 OK in 587ms (Views: 575.8ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 10:40:06 +0800 Served asset /bootstrap.css - 304 Not Modified (19ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 10:40:06 +0800 Served asset /amalgam/admin/layout.css - 200 OK (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 10:40:06 +0800 Served asset /amalgam/admin.css - 304 Not Modified (13ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 10:40:06 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (29ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 10:40:06 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 10:40:06 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 10:40:06 +0800 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 10:40:06 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 10:40:06 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 10:40:06 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 10:40:06 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (11ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 10:40:06 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 10:40:06 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 10:40:06 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 10:40:06 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 10:40:06 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 10:40:06 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 10:40:06 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 10:40:06 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 10:40:06 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 10:40:06 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 10:40:06 +0800 Served asset /amalgam/admin.js - 304 Not Modified (46ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-08-31 10:40:06 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-08-31 10:40:06 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-08-31 10:40:06 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-08-31 11:31:59 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (51.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (267.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (275.9ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (4.2ms) Completed 200 OK in 306ms (Views: 295.4ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:00 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:00 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:00 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:00 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:00 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:00 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:00 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:00 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:00 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:00 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:00 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:00 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:00 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:00 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:00 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:00 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:00 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:00 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:00 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:00 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:00 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:00 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 11:32:03 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (233.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (235.8ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.5ms) Completed 200 OK in 254ms (Views: 251.4ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:03 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:03 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:03 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:03 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:03 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:03 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:03 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:03 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:03 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:03 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:03 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:03 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:03 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:03 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:03 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:03 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:03 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:03 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:03 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:03 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:03 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:03 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-31 11:32:07 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 17 AND "pages"."rgt" <= 18) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 19 AND "pages"."rgt" <= 20) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 21 AND "pages"."rgt" <= 22) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 24) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 25 AND "pages"."rgt" <= 26) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 27 AND "pages"."rgt" <= 28) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 29 AND "pages"."rgt" <= 30) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 31 AND "pages"."rgt" <= 32) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 33 AND "pages"."rgt" <= 34) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 35 AND "pages"."rgt" <= 36) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 37 AND "pages"."rgt" <= 38) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 39 AND "pages"."rgt" <= 40) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 41 AND "pages"."rgt" <= 42) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 43 AND "pages"."rgt" <= 44) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 45 AND "pages"."rgt" <= 46) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 47 AND "pages"."rgt" <= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (38.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (40.4ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.1ms) Completed 200 OK in 56ms (Views: 51.2ms | ActiveRecord: 4.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:08 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:08 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:08 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:08 +0800 Served asset /amalgam/admin.css - 304 Not Modified (36ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:08 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:08 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:08 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:08 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:08 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:08 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:08 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:08 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:08 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:08 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:08 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:08 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:08 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:08 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:08 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:08 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:08 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:08 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 11:32:25 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (35.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (246.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (280.0ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (4.7ms) Completed 200 OK in 494ms (Views: 482.9ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:26 +0800 Served asset /bootstrap.css - 304 Not Modified (17ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:26 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:26 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:26 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:26 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:26 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:26 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:26 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:26 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:26 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:26 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:26 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:26 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:26 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:26 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:26 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:26 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:26 +0800 Served asset /bootstrap-button.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:26 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:26 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:26 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:26 +0800 Served asset /amalgam/admin.js - 304 Not Modified (49ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 11:32:28 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (45.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (243.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (245.4ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.4ms) Completed 200 OK in 263ms (Views: 261.1ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:29 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:29 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:29 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:29 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:29 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:29 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:29 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:29 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:29 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:29 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:29 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:29 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:29 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:29 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:29 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:29 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:29 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:29 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:29 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:29 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:29 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:29 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-31 11:32:32 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 17 AND "pages"."rgt" <= 18) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 19 AND "pages"."rgt" <= 20) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 21 AND "pages"."rgt" <= 22) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 24) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 25 AND "pages"."rgt" <= 26) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 27 AND "pages"."rgt" <= 28) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 29 AND "pages"."rgt" <= 30) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 31 AND "pages"."rgt" <= 32) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 33 AND "pages"."rgt" <= 34) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 35 AND "pages"."rgt" <= 36) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 37 AND "pages"."rgt" <= 38) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 39 AND "pages"."rgt" <= 40) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 41 AND "pages"."rgt" <= 42) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 43 AND "pages"."rgt" <= 44) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 45 AND "pages"."rgt" <= 46) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 47 AND "pages"."rgt" <= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (64.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (66.8ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.1ms) Completed 200 OK in 83ms (Views: 77.9ms | ActiveRecord: 4.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:32 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:32 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:32 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:32 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:32 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 11:32:32 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:32 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:32 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:32 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:32 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:32 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:32 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:32 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:32 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:32 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:32 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:32 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:32 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:32 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:32 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:32 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 11:32:32 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-31 11:35:05 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 17 AND "pages"."rgt" <= 18) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 19 AND "pages"."rgt" <= 20) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 21 AND "pages"."rgt" <= 22) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 24) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 25 AND "pages"."rgt" <= 26) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 27 AND "pages"."rgt" <= 28) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 29 AND "pages"."rgt" <= 30) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 31 AND "pages"."rgt" <= 32) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 33 AND "pages"."rgt" <= 34) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 35 AND "pages"."rgt" <= 36) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 37 AND "pages"."rgt" <= 38) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 39 AND "pages"."rgt" <= 40) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 41 AND "pages"."rgt" <= 42) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 43 AND "pages"."rgt" <= 44) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 45 AND "pages"."rgt" <= 46) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 47 AND "pages"."rgt" <= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (21.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (23.2ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.2ms) Completed 200 OK in 40ms (Views: 35.6ms | ActiveRecord: 3.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 11:35:05 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 11:35:05 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 11:35:05 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 11:35:05 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 11:35:05 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 11:35:05 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 11:35:05 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 11:35:05 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 11:35:05 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 11:35:05 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:35:05 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 11:35:05 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:35:05 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 11:35:05 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 11:35:05 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 11:35:05 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 11:35:05 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 11:35:05 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 11:35:05 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 11:35:05 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 11:35:05 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 11:35:05 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-31 11:42:15 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#new as HTML Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 17 AND "pages"."rgt" <= 18) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 19 AND "pages"."rgt" <= 20) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 21 AND "pages"."rgt" <= 22) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 24) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 25 AND "pages"."rgt" <= 26) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 27 AND "pages"."rgt" <= 28) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 29 AND "pages"."rgt" <= 30) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 31 AND "pages"."rgt" <= 32) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 33 AND "pages"."rgt" <= 34) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 35 AND "pages"."rgt" <= 36) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 37 AND "pages"."rgt" <= 38) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 39 AND "pages"."rgt" <= 40) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 41 AND "pages"."rgt" <= 42) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 43 AND "pages"."rgt" <= 44) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 45 AND "pages"."rgt" <= 46) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 47 AND "pages"."rgt" <= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (58.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (67.9ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (29.7ms) Completed 200 OK in 264ms (Views: 250.6ms | ActiveRecord: 4.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 11:42:16 +0800 Served asset /bootstrap.css - 304 Not Modified (17ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 11:42:16 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 11:42:16 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 11:42:16 +0800 Served asset /amalgam/admin.css - 304 Not Modified (15ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 11:42:16 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:16 +0800 Served asset /modernizr.js - 304 Not Modified (40ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:16 +0800 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:16 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:16 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:16 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:16 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:16 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:16 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:16 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:16 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:16 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:16 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:16 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:16 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:16 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:16 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:16 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-08-31 11:42:16 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-31 11:42:17 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 17 AND "pages"."rgt" <= 18) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 19 AND "pages"."rgt" <= 20) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 21 AND "pages"."rgt" <= 22) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 24) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 25 AND "pages"."rgt" <= 26) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 27 AND "pages"."rgt" <= 28) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 29 AND "pages"."rgt" <= 30) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 31 AND "pages"."rgt" <= 32) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 33 AND "pages"."rgt" <= 34) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 35 AND "pages"."rgt" <= 36) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 37 AND "pages"."rgt" <= 38) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 39 AND "pages"."rgt" <= 40) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 41 AND "pages"."rgt" <= 42) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 43 AND "pages"."rgt" <= 44) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 45 AND "pages"."rgt" <= 46) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 47 AND "pages"."rgt" <= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (19.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (21.2ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.1ms) Completed 200 OK in 37ms (Views: 32.6ms | ActiveRecord: 3.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 11:42:18 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 11:42:18 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:18 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 11:42:18 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 11:42:18 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:18 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 11:42:18 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:18 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:18 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:18 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:18 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:18 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:18 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:18 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:18 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:18 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:18 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:18 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:18 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:18 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 11:42:18 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-31 11:45:33 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#new as HTML Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 17 AND "pages"."rgt" <= 18) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 19 AND "pages"."rgt" <= 20) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 21 AND "pages"."rgt" <= 22) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 24) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 25 AND "pages"."rgt" <= 26) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 27 AND "pages"."rgt" <= 28) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 29 AND "pages"."rgt" <= 30) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 31 AND "pages"."rgt" <= 32) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 33 AND "pages"."rgt" <= 34) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 35 AND "pages"."rgt" <= 36) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 37 AND "pages"."rgt" <= 38) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 39 AND "pages"."rgt" <= 40) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 41 AND "pages"."rgt" <= 42) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 43 AND "pages"."rgt" <= 44) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 45 AND "pages"."rgt" <= 46) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 47 AND "pages"."rgt" <= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (61.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (70.8ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (4.8ms) Completed 200 OK in 263ms (Views: 250.4ms | ActiveRecord: 4.1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:34 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:34 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:34 +0800 Served asset /bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:34 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:34 +0800 Served asset /amalgam/admin.css - 304 Not Modified (14ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:34 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:34 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:34 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:34 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:34 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:34 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:34 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:34 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:34 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:34 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:34 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:34 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:34 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:34 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:34 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:34 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:34 +0800 Served asset /amalgam/admin.js - 304 Not Modified (21ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-31 11:45:38 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 17 AND "pages"."rgt" <= 18) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 19 AND "pages"."rgt" <= 20) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 21 AND "pages"."rgt" <= 22) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 24) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 25 AND "pages"."rgt" <= 26) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 27 AND "pages"."rgt" <= 28) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 29 AND "pages"."rgt" <= 30) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 31 AND "pages"."rgt" <= 32) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 33 AND "pages"."rgt" <= 34) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 35 AND "pages"."rgt" <= 36) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 37 AND "pages"."rgt" <= 38) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 39 AND "pages"."rgt" <= 40) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 41 AND "pages"."rgt" <= 42) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 43 AND "pages"."rgt" <= 44) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 45 AND "pages"."rgt" <= 46) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 47 AND "pages"."rgt" <= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (20.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (22.4ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.5ms) Completed 200 OK in 71ms (Views: 66.7ms | ActiveRecord: 4.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:38 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:38 +0800 Served asset /amalgam/admin.css - 304 Not Modified (7ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:38 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:38 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:38 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:38 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:38 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:38 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:38 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:38 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:38 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:38 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:38 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:38 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:38 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:38 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:38 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:38 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:38 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:38 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:38 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:38 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-31 11:45:40 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 17 AND "pages"."rgt" <= 18) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 19 AND "pages"."rgt" <= 20) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 21 AND "pages"."rgt" <= 22) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 24) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 25 AND "pages"."rgt" <= 26) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 27 AND "pages"."rgt" <= 28) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 29 AND "pages"."rgt" <= 30) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 31 AND "pages"."rgt" <= 32) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 33 AND "pages"."rgt" <= 34) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 35 AND "pages"."rgt" <= 36) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 37 AND "pages"."rgt" <= 38) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 39 AND "pages"."rgt" <= 40) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 41 AND "pages"."rgt" <= 42) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 43 AND "pages"."rgt" <= 44) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 45 AND "pages"."rgt" <= 46) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 47 AND "pages"."rgt" <= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (32.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (34.3ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.4ms) Completed 200 OK in 56ms (Views: 49.1ms | ActiveRecord: 5.8ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:40 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:40 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:40 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:40 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:40 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:40 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:40 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:40 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:40 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:40 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:40 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:40 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:40 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:40 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:40 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:40 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:40 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:40 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:40 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:40 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:40 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-31 11:45:42 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 17 AND "pages"."rgt" <= 18) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 19 AND "pages"."rgt" <= 20) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 21 AND "pages"."rgt" <= 22) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 24) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 25 AND "pages"."rgt" <= 26) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 27 AND "pages"."rgt" <= 28) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 29 AND "pages"."rgt" <= 30) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 31 AND "pages"."rgt" <= 32) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 33 AND "pages"."rgt" <= 34) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 35 AND "pages"."rgt" <= 36) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 37 AND "pages"."rgt" <= 38) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 39 AND "pages"."rgt" <= 40) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 41 AND "pages"."rgt" <= 42) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 43 AND "pages"."rgt" <= 44) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 45 AND "pages"."rgt" <= 46) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 47 AND "pages"."rgt" <= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (25.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (27.2ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (3.0ms) Completed 200 OK in 96ms (Views: 90.6ms | ActiveRecord: 4.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:42 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:42 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:42 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:42 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:42 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:42 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:42 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:42 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:42 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:42 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:42 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:42 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:42 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:42 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:42 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:42 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:42 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:42 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:42 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:42 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:42 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:42 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-31 11:45:44 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 17 AND "pages"."rgt" <= 18) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 19 AND "pages"."rgt" <= 20) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 21 AND "pages"."rgt" <= 22) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 24) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 25 AND "pages"."rgt" <= 26) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 27 AND "pages"."rgt" <= 28) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 29 AND "pages"."rgt" <= 30) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 31 AND "pages"."rgt" <= 32) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 33 AND "pages"."rgt" <= 34) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 35 AND "pages"."rgt" <= 36) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 37 AND "pages"."rgt" <= 38) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 39 AND "pages"."rgt" <= 40) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 41 AND "pages"."rgt" <= 42) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 43 AND "pages"."rgt" <= 44) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 45 AND "pages"."rgt" <= 46) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 47 AND "pages"."rgt" <= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (22.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (23.1ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.5ms) Completed 200 OK in 40ms (Views: 34.8ms | ActiveRecord: 4.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:44 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:44 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:44 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:44 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:44 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:44 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:44 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:44 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:44 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:44 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:44 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:44 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:44 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:44 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:44 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:44 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:44 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:44 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:44 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:44 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:44 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:44 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-31 11:45:46 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 17 AND "pages"."rgt" <= 18) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 19 AND "pages"."rgt" <= 20) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 21 AND "pages"."rgt" <= 22) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 24) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 25 AND "pages"."rgt" <= 26) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 27 AND "pages"."rgt" <= 28) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 29 AND "pages"."rgt" <= 30) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 31 AND "pages"."rgt" <= 32) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 33 AND "pages"."rgt" <= 34) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 35 AND "pages"."rgt" <= 36) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 37 AND "pages"."rgt" <= 38) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 39 AND "pages"."rgt" <= 40) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 41 AND "pages"."rgt" <= 42) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 43 AND "pages"."rgt" <= 44) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 45 AND "pages"."rgt" <= 46) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 47 AND "pages"."rgt" <= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (20.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (22.2ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.1ms) Completed 200 OK in 38ms (Views: 33.2ms | ActiveRecord: 4.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:46 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:46 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:46 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:46 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:46 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 11:45:46 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:46 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:46 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:46 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:46 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:46 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:46 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:46 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:46 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:46 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:46 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:46 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:46 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:46 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:46 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:46 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 11:45:46 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-31 11:46:12 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#new as HTML Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 17 AND "pages"."rgt" <= 18) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 19 AND "pages"."rgt" <= 20) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 21 AND "pages"."rgt" <= 22) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 24) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 25 AND "pages"."rgt" <= 26) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 27 AND "pages"."rgt" <= 28) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 29 AND "pages"."rgt" <= 30) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 31 AND "pages"."rgt" <= 32) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 33 AND "pages"."rgt" <= 34) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 35 AND "pages"."rgt" <= 36) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 37 AND "pages"."rgt" <= 38) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 39 AND "pages"."rgt" <= 40) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 41 AND "pages"."rgt" <= 42) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 43 AND "pages"."rgt" <= 44) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 45 AND "pages"."rgt" <= 46) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 47 AND "pages"."rgt" <= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (60.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (70.1ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (4.7ms) Completed 200 OK in 265ms (Views: 252.2ms | ActiveRecord: 3.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 11:46:12 +0800 Served asset /bootstrap.css - 304 Not Modified (19ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 11:46:12 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (27ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 11:46:12 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 11:46:12 +0800 Served asset /amalgam/admin.css - 304 Not Modified (13ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 11:46:12 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 11:46:12 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 11:46:12 +0800 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 11:46:12 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 11:46:13 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 11:46:13 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:46:13 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:46:13 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 11:46:13 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 11:46:13 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 11:46:13 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (7ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 11:46:13 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 11:46:13 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 11:46:13 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 11:46:13 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 11:46:13 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 11:46:13 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 11:46:13 +0800 Served asset /amalgam/admin.js - 304 Not Modified (47ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-31 11:51:37 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#new as HTML Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 17 AND "pages"."rgt" <= 18) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 19 AND "pages"."rgt" <= 20) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 21 AND "pages"."rgt" <= 22) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 24) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 25 AND "pages"."rgt" <= 26) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 27 AND "pages"."rgt" <= 28) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 29 AND "pages"."rgt" <= 30) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 31 AND "pages"."rgt" <= 32) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 33 AND "pages"."rgt" <= 34) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 35 AND "pages"."rgt" <= 36) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 37 AND "pages"."rgt" <= 38) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 39 AND "pages"."rgt" <= 40) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 41 AND "pages"."rgt" <= 42) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 43 AND "pages"."rgt" <= 44) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 45 AND "pages"."rgt" <= 46) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 47 AND "pages"."rgt" <= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (35.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (69.3ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.0ms) Completed 200 OK in 273ms (Views: 257.7ms | ActiveRecord: 4.4ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 11:51:38 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 11:51:38 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 11:51:38 +0800 Served asset /bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 11:51:38 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 11:51:38 +0800 Served asset /amalgam/admin.css - 304 Not Modified (13ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 11:51:38 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 11:51:38 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 11:51:38 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 11:51:38 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:51:38 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:51:38 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 11:51:38 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 11:51:38 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 11:51:38 +0800 Served asset /jquery_ujs.js - 304 Not Modified (34ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 11:51:38 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 11:51:38 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 11:51:38 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 11:51:38 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 11:51:38 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 11:51:38 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 11:51:38 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 11:51:38 +0800 Served asset /amalgam/admin.js - 304 Not Modified (13ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-31 11:53:22 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#new as HTML Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 17 AND "pages"."rgt" <= 18) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 19 AND "pages"."rgt" <= 20) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 21 AND "pages"."rgt" <= 22) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 24) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 25 AND "pages"."rgt" <= 26) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 27 AND "pages"."rgt" <= 28) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 29 AND "pages"."rgt" <= 30) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 31 AND "pages"."rgt" <= 32) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 33 AND "pages"."rgt" <= 34) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 35 AND "pages"."rgt" <= 36) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 37 AND "pages"."rgt" <= 38) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 39 AND "pages"."rgt" <= 40) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 41 AND "pages"."rgt" <= 42) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 43 AND "pages"."rgt" <= 44) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 45 AND "pages"."rgt" <= 46) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 47 AND "pages"."rgt" <= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (38.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (73.4ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (4.8ms) Completed 200 OK in 280ms (Views: 266.1ms | ActiveRecord: 4.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 11:53:23 +0800 Served asset /bootstrap.css - 304 Not Modified (44ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 11:53:23 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 11:53:23 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 11:53:23 +0800 Served asset /amalgam/admin.css - 304 Not Modified (13ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 11:53:23 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:23 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:23 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:23 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:23 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:23 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:23 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:23 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:23 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:23 +0800 Served asset /jquery_ujs.js - 304 Not Modified (7ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:23 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:23 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:23 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:23 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:23 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:23 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:23 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:23 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-31 11:53:32 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 17 AND "pages"."rgt" <= 18) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 19 AND "pages"."rgt" <= 20) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 21 AND "pages"."rgt" <= 22) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 24) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 25 AND "pages"."rgt" <= 26) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 27 AND "pages"."rgt" <= 28) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 29 AND "pages"."rgt" <= 30) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 31 AND "pages"."rgt" <= 32) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 33 AND "pages"."rgt" <= 34) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 35 AND "pages"."rgt" <= 36) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 37 AND "pages"."rgt" <= 38) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 39 AND "pages"."rgt" <= 40) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 41 AND "pages"."rgt" <= 42) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 43 AND "pages"."rgt" <= 44) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 45 AND "pages"."rgt" <= 46) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 47 AND "pages"."rgt" <= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (20.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (27.4ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.6ms) Completed 200 OK in 86ms (Views: 73.2ms | ActiveRecord: 3.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 11:53:33 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 11:53:33 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 11:53:33 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 11:53:33 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:33 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 11:53:33 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:33 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:33 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:33 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:33 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:33 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:33 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:33 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:33 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:33 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:33 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:33 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:33 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:33 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:33 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:33 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:33 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-08-31 11:53:34 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 17 AND "pages"."rgt" <= 18) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 19 AND "pages"."rgt" <= 20) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 21 AND "pages"."rgt" <= 22) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 24) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 25 AND "pages"."rgt" <= 26) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 27 AND "pages"."rgt" <= 28) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 29 AND "pages"."rgt" <= 30) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 31 AND "pages"."rgt" <= 32) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 33 AND "pages"."rgt" <= 34) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 35 AND "pages"."rgt" <= 36) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 37 AND "pages"."rgt" <= 38) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 39 AND "pages"."rgt" <= 40) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 41 AND "pages"."rgt" <= 42) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 43 AND "pages"."rgt" <= 44) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 45 AND "pages"."rgt" <= 46) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 47 AND "pages"."rgt" <= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (20.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (22.6ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.4ms) Completed 200 OK in 39ms (Views: 34.7ms | ActiveRecord: 3.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 11:53:34 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 11:53:34 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 11:53:34 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 11:53:34 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 11:53:34 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:34 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:34 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:34 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:34 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:34 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:34 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:34 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:34 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:34 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:34 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:34 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:34 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:34 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:34 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:34 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:35 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 11:53:35 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 11:55:38 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (43.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (49.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (52.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (270.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (274.6ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (3.6ms) Completed 200 OK in 298ms (Views: 295.2ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 11:55:38 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 11:55:38 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 11:55:38 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 11:55:38 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 11:55:38 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 11:55:38 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 11:55:38 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 11:55:38 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 11:55:38 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 11:55:38 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:55:38 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 11:55:38 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 11:55:38 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 11:55:38 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 11:55:38 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 11:55:38 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 11:55:38 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 11:55:38 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 11:55:38 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 11:55:38 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 11:55:38 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 11:55:38 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/pages/test" for 127.0.0.1 at 2012-08-31 11:55:40 +0800 ActionController::RoutingError (uninitialized constant Amalgam::PagesController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2200961301821475739__call__2318169611102353091__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started DELETE "/amalgam/admin/pages/3" for 127.0.0.1 at 2012-08-31 12:01:20 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"3"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "3"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 3]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) AND ("pages"."id" != 3) ORDER BY lft ASC, "pages"."lft" SQL (0.6ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 6) ORDER BY lft ASC, "pages"."lft") SQL (0.7ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 6) ORDER BY lft ASC, "pages"."lft") SQL (0.1ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 3]]  (3.1ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (2.9ms) Completed 200 OK in 28ms (Views: 13.4ms | ActiveRecord: 5.4ms) Started PUT "/amalgam/admin/pages/4" for 127.0.0.1 at 2012-08-31 12:01:21 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "prev_id"=>"2"}, "id"=>"4"} Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 4 AND 4 THEN "lft" + 6 - 4 WHEN "lft" BETWEEN 5 AND 6 THEN "lft" + 4 - 5 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 4 AND 4 THEN "rgt" + 6 - 4 WHEN "rgt" BETWEEN 5 AND 6 THEN "rgt" + 4 - 5 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "path" = 'test/test3', "updated_at" = '2012-08-31 04:01:22.074479', "body" = '--- {} ' WHERE "pages"."id" = 4 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 4 AND "pages"."rgt" <= 5) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.2ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.7ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 4 AND "pages"."rgt" <= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (18.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (19.9ms) Completed 200 OK in 70ms (Views: 27.3ms | ActiveRecord: 3.1ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 12:01:24 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (216.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (218.8ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.5ms) Completed 200 OK in 265ms (Views: 235.0ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 12:01:24 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 12:01:24 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 12:01:24 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:24 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 12:01:24 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 12:01:24 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:24 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:24 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:24 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:24 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:24 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:24 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:24 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:24 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:24 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:24 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:24 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:24 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:24 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:24 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:24 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:24 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started PUT "/amalgam/admin/pages/1" for 127.0.0.1 at 2012-08-31 12:01:27 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"16", "next_id"=>"17"}, "id"=>"1"} Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "16"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 16]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 1 AND 6 THEN "lft" + 14 - 6 WHEN "lft" BETWEEN 7 AND 14 THEN "lft" + 1 - 7 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 1 AND 6 THEN "rgt" + 14 - 6 WHEN "rgt" BETWEEN 7 AND 14 THEN "rgt" + 1 - 7 ELSE "rgt" END, "parent_id" = CASE WHEN id = 1 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 16]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) UPDATE "pages" SET "updated_at" = '2012-08-31 04:01:27.564805', "body" = '--- {} ' WHERE "pages"."id" = 1  (2.4ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (22.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (32.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (34.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (36.8ms) Completed 200 OK in 60ms (Views: 45.2ms | ActiveRecord: 4.6ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 12:01:29 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (52.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (59.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (214.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (217.9ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.3ms) Completed 200 OK in 237ms (Views: 234.9ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 12:01:29 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 12:01:29 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 12:01:29 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 12:01:29 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:29 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 12:01:29 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:29 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:29 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:29 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:29 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:29 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:30 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:30 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:30 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:30 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:30 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:30 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:30 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:30 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:30 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:30 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:30 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/amalgam/admin/pages/25" for 127.0.0.1 at 2012-08-31 12:01:41 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"50", "next_id"=>"51"}, "id"=>"25"} Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "25"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = '112321eweqwewqe' AND "pages"."id" != 25 AND "pages"."parent_id" IS NULL) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "50"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 50]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 25]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 27 AND 28 THEN "lft" + 44 - 28 WHEN "lft" BETWEEN 29 AND 44 THEN "lft" + 27 - 29 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 27 AND 28 THEN "rgt" + 44 - 28 WHEN "rgt" BETWEEN 29 AND 44 THEN "rgt" + 27 - 29 ELSE "rgt" END, "parent_id" = CASE WHEN id = 25 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 50]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 25]]  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-08-31 04:01:41.927332', "body" = '--- {} ' WHERE "pages"."id" = 25  (3.2ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 43 AND "pages"."rgt" <= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (12.5ms) Completed 200 OK in 33ms (Views: 20.5ms | ActiveRecord: 4.8ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 12:01:43 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (224.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (226.2ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.2ms) Completed 200 OK in 244ms (Views: 242.3ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 12:01:43 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 12:01:43 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 12:01:43 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 12:01:43 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 12:01:43 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:43 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:43 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:43 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:43 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:43 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:43 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:43 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:43 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:43 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:43 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:43 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:43 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:43 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:43 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:43 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:43 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 12:01:43 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/amalgam/admin/pages/17" for 127.0.0.1 at 2012-08-31 12:02:04 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"4"}, "id"=>"17"} Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "17"]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfsa' AND "pages"."id" != 17 AND "pages"."parent_id" = 4) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 4 ORDER BY lft ASC LIMIT 1  (0.3ms) UPDATE "pages" SET "parent_id" = 4, "path" = 'test/test3/fasfsa', "updated_at" = '2012-08-31 04:02:04.924051', "body" = '--- {} ' WHERE "pages"."id" = 17 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 4]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 13 AND 14 THEN "lft" + 16 - 14 WHEN "lft" BETWEEN 15 AND 16 THEN "lft" + 13 - 15 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 13 AND 14 THEN "rgt" + 16 - 14 WHEN "rgt" BETWEEN 15 AND 16 THEN "rgt" + 13 - 15 ELSE "rgt" END, "parent_id" = CASE WHEN id = 17 THEN 4 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) AND ("pages"."id" != 17) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.8ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (51.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (56.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (57.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (58.2ms) Completed 200 OK in 82ms (Views: 65.7ms | ActiveRecord: 4.9ms) Started PUT "/amalgam/admin/pages/18" for 127.0.0.1 at 2012-08-31 12:02:06 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"26"}, "id"=>"18"} Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "18"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfasdfsaf' AND "pages"."id" != 18 AND "pages"."parent_id" = 26) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1  (0.2ms) UPDATE "pages" SET "parent_id" = 26, "path" = 'ewqeqiuyiyui/fasfasdfsaf', "updated_at" = '2012-08-31 04:02:06.993795', "body" = '--- {} ' WHERE "pages"."id" = 18 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 26]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 18]] SQL (0.7ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 17 AND 18 THEN "lft" + 27 - 18 WHEN "lft" BETWEEN 19 AND 27 THEN "lft" + 17 - 19 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 17 AND 18 THEN "rgt" + 27 - 18 WHEN "rgt" BETWEEN 19 AND 27 THEN "rgt" + 17 - 19 ELSE "rgt" END, "parent_id" = CASE WHEN id = 18 THEN 26 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 26]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 18]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 26 AND "pages"."rgt" <= 27) AND ("pages"."id" != 18) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.0ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 26 AND "pages"."rgt" <= 27) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (13.8ms) Completed 200 OK in 35ms (Views: 21.6ms | ActiveRecord: 3.9ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 12:02:10 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (23.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (30.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (247.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (250.7ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.6ms) Completed 200 OK in 270ms (Views: 268.2ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 12:02:10 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 12:02:10 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 12:02:10 +0800 Served asset /amalgam/admin.css - 304 Not Modified (11ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 12:02:10 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 12:02:10 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 12:02:10 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 12:02:10 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 12:02:10 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 12:02:10 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 12:02:10 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 12:02:10 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 12:02:10 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 12:02:10 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 12:02:10 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 12:02:10 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 12:02:10 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 12:02:10 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 12:02:10 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 12:02:10 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 12:02:10 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 12:02:10 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 12:02:10 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new?parent_id=17" for 127.0.0.1 at 2012-08-31 12:02:14 +0800 Processing by Amalgam::Admin::PagesController#new as JS Parameters: {"parent_id"=>"17"} Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "17"]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (5.7ms) Completed 200 OK in 21ms (Views: 7.3ms | ActiveRecord: 0.2ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 12:02:21 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"发达发达省份三大", "slug"=>"agagsdgsadgsdg", "parent_id"=>"17"}, "commit"=>"添加页面"}  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."parent_id" = 17) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 17 ORDER BY lft ASC LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.6ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 31 Aug 2012 12:02:21 CST +08:00], ["lft", 47], ["parent_id", 17], ["path", "test/test3/fasfsa/agagsdgsadgsdg"], ["rgt", 48], ["slug", "agagsdgsadgsdg"], ["title", "发达发达省份三大"], ["updated_at", Fri, 31 Aug 2012 12:02:21 CST +08:00]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 17]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 14 AND 46 THEN "lft" + 48 - 46 WHEN "lft" BETWEEN 47 AND 48 THEN "lft" + 14 - 47 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 14 AND 46 THEN "rgt" + 48 - 46 WHEN "rgt" BETWEEN 47 AND 48 THEN "rgt" + 14 - 47 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN 17 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 14 AND "pages"."rgt" <= 15) AND ("pages"."id" != 52) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.2ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 14 AND "pages"."rgt" <= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (12.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (14.3ms) Completed 200 OK in 73ms (Views: 21.7ms | ActiveRecord: 4.4ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 13:09:11 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (33.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (35.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (29.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (36.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (272.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (291.0ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (4.6ms) Completed 200 OK in 503ms (Views: 488.1ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 13:09:12 +0800 Served asset /bootstrap.css - 304 Not Modified (41ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 13:09:12 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 13:09:12 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 13:09:12 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 13:09:12 +0800 Served asset /amalgam/admin.css - 304 Not Modified (14ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 13:09:12 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 13:09:12 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 13:09:12 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 13:09:12 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 13:09:12 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (49ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 13:09:12 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 13:09:12 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 13:09:12 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 13:09:12 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 13:09:12 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 13:09:12 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 13:09:12 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 13:09:12 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 13:09:12 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 13:09:12 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 13:09:12 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 13:09:12 +0800 Served asset /amalgam/admin.js - 304 Not Modified (16ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-08-31 13:09:12 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (7ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-08-31 13:09:12 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-08-31 13:09:12 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-08-31 13:09:12 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-08-31 13:09:12 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 13:58:03 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (50.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (52.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (54.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (92.9ms) Completed 500 Internal Server Error in 117ms ActionView::Template::Error (undefined method `page_path' for #<#:0x007f81cbbc0fd0>): 8: = form_for([:admin,node],:remote => true,:html => {:data => {:loading => t('amalgam.admin.message.loading'), :done => t('amalgam.admin.message.done'), :error => t('amalgam.admin.message.error')},:class => 'basic'}) do |f| 9: = f.label :path 10: %pre 11: = link_to node.path , page_path(node.path) ,:target => '_blank' 12: = render :partial => 'fields', :locals => {:af => f} 13: 14: %p /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:11:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___4540210928382231971_70097746745000' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.6) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.6) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.6) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___4540210928382231971_70097746745000' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml___2694601353252028824_70097730155880' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___546131758014080856_70097746447960' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___546131758014080856_70097746447960' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__2997605170626585461_70097724498800' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2797336636582917572__process_action__3788792919621517276__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3512909029487390779__call__1030876917559333870__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.1ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-08-31 14:01:06 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (30.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (32.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (56.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (63.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (214.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (225.9ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (4.1ms) Completed 200 OK in 470ms (Views: 434.5ms | ActiveRecord: 0.4ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-08-31 14:01:07 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-08-31 14:01:07 +0800 Served asset /bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-08-31 14:01:07 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-08-31 14:01:07 +0800 Served asset /amalgam/admin.css - 304 Not Modified (13ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-08-31 14:01:07 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-08-31 14:01:07 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 14:01:07 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-08-31 14:01:07 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (46ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-08-31 14:01:07 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-08-31 14:01:07 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-08-31 14:01:07 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-08-31 14:01:07 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (3ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-08-31 14:01:07 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 14:01:07 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-08-31 14:01:07 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-08-31 14:01:07 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-08-31 14:01:07 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-08-31 14:01:07 +0800 Served asset /bootstrap-button.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-08-31 14:01:07 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-08-31 14:01:07 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-08-31 14:01:07 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-08-31 14:01:07 +0800 Served asset /amalgam/admin.js - 304 Not Modified (16ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-08-31 14:01:07 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-08-31 14:01:07 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-08-31 14:01:07 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-08-31 14:01:07 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-08-31 14:01:07 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (5ms) Started GET "/page/test/test3/fasfsa" for 127.0.0.1 at 2012-08-31 14:01:11 +0800 ActionController::RoutingError (No route matches [GET] "/page/test/test3/fasfsa"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/page/test/test3/fasfsa" for 127.0.0.1 at 2012-08-31 14:02:02 +0800 Connecting to database specified by database.yml ActionController::RoutingError (No route matches [GET] "/page/test/test3/fasfsa"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-08-31 14:02:21 +0800 ActionController::RoutingError (uninitialized constant Amalgam::TemplateFinder): app/controllers/pages_controller.rb:2:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-08-31 14:04:06 +0800 Connecting to database specified by database.yml ActionController::RoutingError (uninitialized constant Amalgam::TemplateFinder): app/controllers/pages_controller.rb:2:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-08-31 14:04:09 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/application (0.6ms) Compiled application.css (0ms) (pid 98606) Compiled application.js (29ms) (pid 98606) Completed 200 OK in 62ms (Views: 61.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-31 14:04:09 +0800 Served asset /application.css - 200 OK (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-31 14:04:09 +0800 Served asset /application.js - 200 OK (7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 14:04:09 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 14:04:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-08-31 14:04:27 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/application (0.1ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-31 14:04:27 +0800 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-31 14:04:27 +0800 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 14:04:27 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 14:04:27 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-08-31 14:04:53 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/application (0.8ms) Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-31 14:04:53 +0800 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-31 14:04:53 +0800 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 14:04:53 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 14:04:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-08-31 14:39:13 +0800 Connecting to database specified by database.yml ActionController::RoutingError (uninitialized constant Amalgam::TemplateFinder): app/controllers/pages_controller.rb:2:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-08-31 14:40:06 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/application (1.2ms) Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-31 14:40:06 +0800 Served asset /application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 14:40:06 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 14:40:06 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-31 14:40:06 +0800 Served asset /application.js - 304 Not Modified (3ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-08-31 14:40:07 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/application (0.1ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-31 14:40:07 +0800 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 14:40:07 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-31 14:40:07 +0800 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 14:40:07 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-08-31 14:40:08 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/application (0.1ms) Completed 200 OK in 4ms (Views: 4.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-31 14:40:08 +0800 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 14:40:08 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 14:40:08 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-31 14:40:08 +0800 Served asset /application.js - 304 Not Modified (0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-08-31 14:40:09 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 5.2ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 14:40:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-31 14:40:09 +0800 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-31 14:40:09 +0800 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 14:40:09 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-08-31 14:40:12 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/application (0.1ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-31 14:40:12 +0800 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 14:40:12 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 14:40:12 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-31 14:40:12 +0800 Served asset /application.js - 304 Not Modified (0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-08-31 14:40:13 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/application (0.1ms) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-31 14:40:13 +0800 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 14:40:13 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 14:40:13 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-31 14:40:13 +0800 Served asset /application.js - 304 Not Modified (0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-08-31 14:42:03 +0800 Connecting to database specified by database.yml ActionController::RoutingError (uninitialized constant Amalgam::TemplateFinder): app/controllers/pages_controller.rb:2:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-08-31 14:42:07 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/application (0.9ms) Completed 200 OK in 38ms (Views: 37.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-31 14:42:07 +0800 Served asset /application.css - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-31 14:42:07 +0800 Served asset /application.js - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 14:42:07 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 14:42:07 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-08-31 14:42:09 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/application (0.1ms) Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-31 14:42:09 +0800 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-31 14:42:09 +0800 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 14:42:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 14:42:09 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-08-31 14:42:10 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/application (0.1ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-31 14:42:10 +0800 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 14:42:10 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 14:42:10 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-31 14:42:10 +0800 Served asset /application.js - 304 Not Modified (0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-08-31 14:42:11 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/application (0.1ms) Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-31 14:42:12 +0800 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 14:42:12 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-31 14:42:12 +0800 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 14:42:12 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-08-31 14:42:14 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/application (0.1ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-31 14:42:14 +0800 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 14:42:14 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-31 14:42:14 +0800 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 14:42:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-08-31 14:42:15 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/application (0.1ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-31 14:42:15 +0800 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 14:42:15 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-31 14:42:15 +0800 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 14:42:15 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-08-31 14:42:25 +0800 Connecting to database specified by database.yml ActionController::RoutingError (uninitialized constant Amalgam::TemplateFinder): app/controllers/pages_controller.rb:2:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-08-31 14:42:45 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/application (0.8ms) Completed 200 OK in 36ms (Views: 36.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-31 14:42:45 +0800 Served asset /application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-31 14:42:45 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-31 14:42:45 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-31 14:42:45 +0800 Served asset /application.js - 304 Not Modified (4ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 14:50:51 +0800 ActionController::RoutingError (uninitialized constant Amalgam::TemplateFinder): app/controllers/pages_controller.rb:2:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 14:50:53 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Completed 500 Internal Server Error in 6ms NoMethodError (Could not render layout: undefined method `admin_signed_in?' for #): actionpack (3.2.8) lib/abstract_controller/layouts.rb:408:in `rescue in _default_layout' actionpack (3.2.8) lib/abstract_controller/layouts.rb:405:in `_default_layout' actionpack (3.2.8) lib/abstract_controller/layouts.rb:383:in `block in _layout_for_option' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:86:in `call' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:86:in `resolve_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:69:in `block in find_layout' actionpack (3.2.8) lib/action_view/lookup_context.rb:228:in `with_layout_format' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `with_layout_format' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:69:in `find_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:53:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__1721235336391801896__process_action__2422731203531413651__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1858758045209572113__call__3768241874276927817__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.9ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 14:50:54 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Completed 500 Internal Server Error in 5ms NoMethodError (Could not render layout: undefined method `admin_signed_in?' for #): actionpack (3.2.8) lib/abstract_controller/layouts.rb:408:in `rescue in _default_layout' actionpack (3.2.8) lib/abstract_controller/layouts.rb:405:in `_default_layout' actionpack (3.2.8) lib/abstract_controller/layouts.rb:383:in `block in _layout_for_option' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:86:in `call' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:86:in `resolve_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:69:in `block in find_layout' actionpack (3.2.8) lib/action_view/lookup_context.rb:228:in `with_layout_format' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `with_layout_format' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:69:in `find_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:53:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__1721235336391801896__process_action__2422731203531413651__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1858758045209572113__call__3768241874276927817__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.8ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 14:51:17 +0800 ActionController::RoutingError (uninitialized constant Amalgam::TemplateFinder): app/controllers/pages_controller.rb:2:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 14:51:18 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Settings): 3: %head 4: %meta{:content => "width=device-width, maximum-scale=1.0, initial-scale=1.0", :name => "viewport"} 5: = csrf_meta_tags 6: %title= Settings.site_title 7: = stylesheet_link_tag 'editor' 8: = javascript_include_tag 'editor' 9: %body /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml__854759781090509278_70128272115440' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__1721235336391801896__process_action__2422731203531413651__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1858758045209572113__call__3768241874276927817__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.1ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 14:51:20 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Settings): 3: %head 4: %meta{:content => "width=device-width, maximum-scale=1.0, initial-scale=1.0", :name => "viewport"} 5: = csrf_meta_tags 6: %title= Settings.site_title 7: = stylesheet_link_tag 'editor' 8: = javascript_include_tag 'editor' 9: %body /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml__854759781090509278_70128272115440' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__1721235336391801896__process_action__2422731203531413651__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1858758045209572113__call__3768241874276927817__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.3ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 14:52:06 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.2ms) Completed 500 Internal Server Error in 60ms ActionView::Template::Error (Missing partial admin/navbar with {:locale=>[:"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): 7: = stylesheet_link_tag 'editor' 8: = javascript_include_tag 'editor' 9: %body 10: = render :partial => 'admin/navbar', :locals => {:editor => true} actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:339:in `find_template' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:333:in `find_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:222:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml__854759781090509278_70128246385080' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__1721235336391801896__process_action__2422731203531413651__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1858758045209572113__call__3768241874276927817__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 14:52:08 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (Missing partial admin/navbar with {:locale=>[:"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): 7: = stylesheet_link_tag 'editor' 8: = javascript_include_tag 'editor' 9: %body 10: = render :partial => 'admin/navbar', :locals => {:editor => true} actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:339:in `find_template' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:333:in `find_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:222:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml__854759781090509278_70128246385080' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__1721235336391801896__process_action__2422731203531413651__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1858758045209572113__call__3768241874276927817__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 14:53:54 +0800 Connecting to database specified by database.yml ActionController::RoutingError (uninitialized constant Amalgam::TemplateFinder): app/controllers/pages_controller.rb:2:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 14:53:57 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.8ms) Completed 500 Internal Server Error in 50ms ActionView::Template::Error (Missing partial admin/navbar with {:locale=>[:"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): 7: = stylesheet_link_tag 'editor' 8: = javascript_include_tag 'editor' 9: %body 10: = render :partial => 'admin/navbar', :locals => {:editor => true} actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:339:in `find_template' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:333:in `find_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:222:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml__4485262870405288606_70185981994160' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__901450605292937145__process_action__623136791140219357__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1836412793849144502__call__690931451978444628__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.3ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 14:54:24 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 20ms ActionView::Template::Error (Missing partial amalgam/admin/navbar with {:locale=>[:"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): 7: = stylesheet_link_tag 'editor' 8: = javascript_include_tag 'editor' 9: %body 10: = render :partial => 'amalgam/admin/navbar', :locals => {:editor => true} actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:339:in `find_template' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:333:in `find_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:222:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml__4485262870405288606_70186010281780' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__901450605292937145__process_action__623136791140219357__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1836412793849144502__call__690931451978444628__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.9ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 14:54:28 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.2ms) Completed 500 Internal Server Error in 46ms ActionView::Template::Error (Missing partial amalgam/admin/navbar with {:locale=>[:"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): 7: = stylesheet_link_tag 'editor' 8: = javascript_include_tag 'editor' 9: %body 10: = render :partial => 'amalgam/admin/navbar', :locals => {:editor => true} actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:339:in `find_template' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:333:in `find_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:222:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml__4485262870405288606_70186010281780' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__901450605292937145__process_action__623136791140219357__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1836412793849144502__call__690931451978444628__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.8ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 14:54:42 +0800 Connecting to database specified by database.yml ActionController::RoutingError (uninitialized constant Amalgam::TemplateFinder): app/controllers/pages_controller.rb:2:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 14:54:43 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.8ms) Completed 500 Internal Server Error in 24ms ActionView::Template::Error (Missing partial amalgam/admin/navbar with {:locale=>[:"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): 7: = stylesheet_link_tag 'editor' 8: = javascript_include_tag 'editor' 9: %body 10: = render :partial => 'amalgam/admin/navbar', :locals => {:editor => true} actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:339:in `find_template' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:333:in `find_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:222:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml__1020347673936700769_70214270342580' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__2397491215315823602__process_action__1246172560043781092__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__727164755075227065__call__1592072906316859536__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.7ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 14:54:44 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (Missing partial amalgam/admin/navbar with {:locale=>[:"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): 7: = stylesheet_link_tag 'editor' 8: = javascript_include_tag 'editor' 9: %body 10: = render :partial => 'amalgam/admin/navbar', :locals => {:editor => true} actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:339:in `find_template' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:333:in `find_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:222:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml__1020347673936700769_70214270342580' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__2397491215315823602__process_action__1246172560043781092__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__727164755075227065__call__1592072906316859536__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.1ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 14:54:59 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (24.4ms) Completed 500 Internal Server Error in 74ms ActionView::Template::Error (undefined local variable or method `admin_pages_path' for #<#:0x007fb8130d39a0>): 6: = 'Amalgam' 7: %ul.nav 8: = drop_down(Page.model_name.human,'#', :controller => 'admin/pages') do 9: = dropdown_item(t('amalgam.admin.actions.index'), admin_pages_path) 10: = dropdown_item(t('amalgam.admin.actions.new'), new_admin_page_path) /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:9:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml__4597065928714934641_70214286121440' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:93:in `block in capture_with_haml' haml (3.1.6) lib/haml/helpers.rb:345:in `call' haml (3.1.6) lib/haml/helpers.rb:345:in `block in capture_haml' haml (3.1.6) lib/haml/helpers.rb:569:in `with_haml_buffer' haml (3.1.6) lib/haml/helpers.rb:341:in `capture_haml' haml (3.1.6) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:93:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:49:in `drop_down_list' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:17:in `block in drop_down' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.6) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml__4597065928714934641_70214286121440' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml__1020347673936700769_70214271717040' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__2397491215315823602__process_action__1246172560043781092__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__727164755075227065__call__1592072906316859536__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.1ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 14:55:01 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (50.1ms) Completed 500 Internal Server Error in 67ms ActionView::Template::Error (undefined local variable or method `admin_pages_path' for #<#:0x007fb814d6b658>): 6: = 'Amalgam' 7: %ul.nav 8: = drop_down(Page.model_name.human,'#', :controller => 'admin/pages') do 9: = dropdown_item(t('amalgam.admin.actions.index'), admin_pages_path) 10: = dropdown_item(t('amalgam.admin.actions.new'), new_admin_page_path) /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:9:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml__4597065928714934641_70214286121440' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:93:in `block in capture_with_haml' haml (3.1.6) lib/haml/helpers.rb:345:in `call' haml (3.1.6) lib/haml/helpers.rb:345:in `block in capture_haml' haml (3.1.6) lib/haml/helpers.rb:569:in `with_haml_buffer' haml (3.1.6) lib/haml/helpers.rb:341:in `capture_haml' haml (3.1.6) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:93:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:49:in `drop_down_list' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:17:in `block in drop_down' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.6) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml__4597065928714934641_70214286121440' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml__1020347673936700769_70214271717040' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__2397491215315823602__process_action__1246172560043781092__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__727164755075227065__call__1592072906316859536__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.4ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 14:55:43 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.9ms) Completed 200 OK in 28ms (Views: 28.1ms | ActiveRecord: 0.0ms) Started GET "/assets/editor.css" for 127.0.0.1 at 2012-09-03 14:55:43 +0800 Served asset /editor.css - 404 Not Found (6ms) ActionController::RoutingError (No route matches [GET] "/assets/editor.css"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/editor.js" for 127.0.0.1 at 2012-09-03 14:55:43 +0800 Served asset /editor.js - 404 Not Found (5ms) ActionController::RoutingError (No route matches [GET] "/assets/editor.js"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 14:55:44 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.3ms) Completed 200 OK in 20ms (Views: 19.6ms | ActiveRecord: 0.0ms) Started GET "/assets/editor.css" for 127.0.0.1 at 2012-09-03 14:55:44 +0800 Served asset /editor.css - 404 Not Found (7ms) ActionController::RoutingError (No route matches [GET] "/assets/editor.css"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/editor.js" for 127.0.0.1 at 2012-09-03 14:55:44 +0800 Served asset /editor.js - 404 Not Found (5ms) ActionController::RoutingError (No route matches [GET] "/assets/editor.js"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 14:55:46 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (29.4ms) Completed 200 OK in 48ms (Views: 48.2ms | ActiveRecord: 0.0ms) Started GET "/assets/editor.css" for 127.0.0.1 at 2012-09-03 14:55:46 +0800 Served asset /editor.css - 404 Not Found (7ms) ActionController::RoutingError (No route matches [GET] "/assets/editor.css"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/editor.js" for 127.0.0.1 at 2012-09-03 14:55:46 +0800 Served asset /editor.js - 404 Not Found (6ms) ActionController::RoutingError (No route matches [GET] "/assets/editor.js"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 14:55:47 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.6ms) Completed 200 OK in 20ms (Views: 20.1ms | ActiveRecord: 0.0ms) Started GET "/assets/editor.css" for 127.0.0.1 at 2012-09-03 14:55:47 +0800 Served asset /editor.css - 404 Not Found (7ms) ActionController::RoutingError (No route matches [GET] "/assets/editor.css"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/assets/editor.js" for 127.0.0.1 at 2012-09-03 14:55:47 +0800 Served asset /editor.js - 404 Not Found (7ms) ActionController::RoutingError (No route matches [GET] "/assets/editor.js"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 14:55:48 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.4ms) Completed 200 OK in 47ms (Views: 47.1ms | ActiveRecord: 0.0ms) Started GET "/assets/editor.css" for 127.0.0.1 at 2012-09-03 14:55:49 +0800 Served asset /editor.css - 404 Not Found (7ms) ActionController::RoutingError (No route matches [GET] "/assets/editor.css"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/editor.js" for 127.0.0.1 at 2012-09-03 14:55:49 +0800 Served asset /editor.js - 404 Not Found (5ms) ActionController::RoutingError (No route matches [GET] "/assets/editor.js"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 14:55:50 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.3ms) Completed 200 OK in 21ms (Views: 20.5ms | ActiveRecord: 0.0ms) Started GET "/assets/editor.css" for 127.0.0.1 at 2012-09-03 14:55:50 +0800 Served asset /editor.css - 404 Not Found (6ms) ActionController::RoutingError (No route matches [GET] "/assets/editor.css"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/editor.js" for 127.0.0.1 at 2012-09-03 14:55:50 +0800 Served asset /editor.js - 404 Not Found (5ms) ActionController::RoutingError (No route matches [GET] "/assets/editor.js"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 14:59:24 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Compiled responsive.css (171ms) (pid 7240) Compiled mercury/bootstrap-ish.css (0ms) (pid 7240) Compiled mercury/bootstrap-overrides.css (0ms) (pid 7240) Compiled mercury/dialog.css (0ms) (pid 7240) Compiled mercury/lightview.css (0ms) (pid 7240) Compiled mercury/modal.css (0ms) (pid 7240) Compiled mercury/statusbar.css (0ms) (pid 7240) Compiled mercury/toolbar.css (0ms) (pid 7240) Compiled mercury/tooltip.css (0ms) (pid 7240) Compiled mercury/uploader.css (0ms) (pid 7240) Compiled mercury/all_images.css (4ms) (pid 7240) Compiled mercury/mercury.css (167ms) (pid 7240) Compiled mercury.css (214ms) (pid 7240) Compiled amalgam/editor.css (462ms) (pid 7240) Completed 500 Internal Server Error in 562ms ActionView::Template::Error (couldn't find file 'jquery.remotipart' (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/editor.js.coffee:4)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/context.rb:100:in `resolve' sprockets (2.1.3) lib/sprockets/context.rb:140:in `require_asset' sprockets (2.1.3) lib/sprockets/directive_processor.rb:215:in `process_require_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:244:in `new' sprockets (2.1.3) lib/sprockets/base.rb:244:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml__1020347673936700769_70214271439140' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__2397491215315823602__process_action__1246172560043781092__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__727164755075227065__call__1592072906316859536__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 14:59:36 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.2ms) Completed 500 Internal Server Error in 41ms ActionView::Template::Error (couldn't find file 'jquery.remotipart' (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/editor.js.coffee:4)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/context.rb:100:in `resolve' sprockets (2.1.3) lib/sprockets/context.rb:140:in `require_asset' sprockets (2.1.3) lib/sprockets/directive_processor.rb:215:in `process_require_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:244:in `new' sprockets (2.1.3) lib/sprockets/base.rb:244:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml__1020347673936700769_70214271439140' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__2397491215315823602__process_action__1246172560043781092__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__727164755075227065__call__1592072906316859536__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (37.5ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:02:42 +0800 Connecting to database specified by database.yml ActionController::RoutingError (uninitialized constant Amalgam::TemplateFinder): app/controllers/pages_controller.rb:2:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:02:44 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.8ms) Compiled mercury/dependencies/jquery-ui-1.8.13.custom.js (1ms) (pid 7655) Compiled mercury/dependencies/jquery.additions.js (0ms) (pid 7655) Compiled mercury/dependencies/jquery.htmlClean.js (0ms) (pid 7655) Compiled mercury/dependencies/liquidmetal.js (0ms) (pid 7655) Compiled mercury/dependencies/showdown.js (0ms) (pid 7655) Compiled mercury/native_extensions.js (99ms) (pid 7655) Compiled mercury/page_editor.js (480ms) (pid 7655) Compiled mercury/history_buffer.js (82ms) (pid 7655) Compiled mercury/table_editor.js (579ms) (pid 7655) Compiled mercury/dialog.js (166ms) (pid 7655) Compiled mercury/palette.js (90ms) (pid 7655) Compiled mercury/select.js (129ms) (pid 7655) Compiled mercury/panel.js (164ms) (pid 7655) Compiled mercury/modal.js (352ms) (pid 7655) Compiled mercury/lightview.js (384ms) (pid 7655) Compiled mercury/statusbar.js (101ms) (pid 7655) Compiled mercury/toolbar.js (142ms) (pid 7655) Compiled mercury/toolbar.button.js (323ms) (pid 7655) Compiled mercury/toolbar.button_group.js (99ms) (pid 7655) Compiled mercury/toolbar.expander.js (155ms) (pid 7655) Compiled mercury/tooltip.js (111ms) (pid 7655) Compiled mercury/snippet.js (184ms) (pid 7655) Compiled mercury/snippet_toolbar.js (129ms) (pid 7655) Compiled mercury/region.js (181ms) (pid 7655) Compiled mercury/uploader.js (410ms) (pid 7655) Compiled mercury/regions/full.js (1746ms) (pid 7655) Compiled mercury/regions/image.js (155ms) (pid 7655) Compiled mercury/regions/markdown.js (835ms) (pid 7655) Compiled mercury/regions/simple.js (453ms) (pid 7655) Compiled mercury/regions/snippets.js (161ms) (pid 7655) Compiled mercury/dialogs/backcolor.js (113ms) (pid 7655) Compiled mercury/dialogs/forecolor.js (82ms) (pid 7655) Compiled mercury/dialogs/formatblock.js (74ms) (pid 7655) Compiled mercury/dialogs/snippetpanel.js (117ms) (pid 7655) Compiled mercury/dialogs/style.js (73ms) (pid 7655) Compiled mercury/modals/htmleditor.js (79ms) (pid 7655) Compiled mercury/modals/insertcharacter.js (75ms) (pid 7655) Compiled mercury/modals/insertlink.js (226ms) (pid 7655) Compiled mercury/modals/insertmedia.js (271ms) (pid 7655) Compiled mercury/modals/insertsnippet.js (82ms) (pid 7655) Compiled mercury/modals/inserttable.js (111ms) (pid 7655) Compiled mercury/finalize.js (107ms) (pid 7655) Compiled mercury/mercury.js (9941ms) (pid 7655) Compiled mercury.js (9959ms) (pid 7655) Compiled jquery.iframe-transport.js (0ms) (pid 7655) Compiled jquery.remotipart.js (6ms) (pid 7655) Compiled amalgam/editor.js (10228ms) (pid 7655) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.2ms) Completed 200 OK in 10721ms (Views: 10721.1ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /bootstrap.css - 304 Not Modified (13ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury.css - 200 OK (14ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury/bootstrap-ish.css - 200 OK (4ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /responsive.css - 200 OK (5ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury/bootstrap-overrides.css - 200 OK (4ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury/mercury.css - 200 OK (13ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury/dialog.css - 200 OK (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury/lightview.css - 200 OK (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury/modal.css - 200 OK (5ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury/statusbar.css - 200 OK (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury/toolbar.css - 200 OK (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury/tooltip.css - 200 OK (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury/uploader.css - 200 OK (5ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury/all_images.css - 200 OK (4ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /amalgam/editor.css - 200 OK (21ms) Started GET "/assets/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury.js - 200 OK (51ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 200 OK (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury/dependencies/jquery.additions.js - 200 OK (6ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 200 OK (3ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury/dependencies/liquidmetal.js - 200 OK (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury/dependencies/showdown.js - 200 OK (43ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury/mercury.js - 200 OK (36ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury/native_extensions.js - 200 OK (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury/page_editor.js - 200 OK (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury/history_buffer.js - 200 OK (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury/table_editor.js - 200 OK (6ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury/dialog.js - 200 OK (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury/palette.js - 200 OK (4ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury/select.js - 200 OK (6ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury/panel.js - 200 OK (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury/modal.js - 200 OK (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury/lightview.js - 200 OK (6ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury/toolbar.js - 200 OK (6ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:55 +0800 Served asset /mercury/statusbar.js - 200 OK (46ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /mercury/toolbar.button.js - 200 OK (5ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /mercury/toolbar.button_group.js - 200 OK (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /mercury/toolbar.expander.js - 200 OK (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /mercury/tooltip.js - 200 OK (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /mercury/snippet.js - 200 OK (4ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /mercury/snippet_toolbar.js - 200 OK (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /mercury/region.js - 200 OK (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /mercury/uploader.js - 200 OK (6ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /mercury/regions/full.js - 200 OK (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /mercury/regions/image.js - 200 OK (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /mercury/regions/markdown.js - 200 OK (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /mercury/regions/simple.js - 200 OK (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /mercury/regions/snippets.js - 200 OK (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /mercury/dialogs/backcolor.js - 200 OK (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /mercury/dialogs/forecolor.js - 200 OK (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /mercury/dialogs/formatblock.js - 200 OK (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /mercury/dialogs/snippetpanel.js - 200 OK (6ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /mercury/dialogs/style.js - 200 OK (4ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /mercury/modals/htmleditor.js - 200 OK (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /mercury/modals/insertcharacter.js - 200 OK (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /mercury/modals/insertlink.js - 200 OK (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /mercury/modals/insertmedia.js - 200 OK (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /mercury/modals/insertsnippet.js - 200 OK (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /mercury/modals/inserttable.js - 200 OK (4ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /mercury/finalize.js - 200 OK (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /jquery.iframe-transport.js - 200 OK (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /jquery.remotipart.js - 200 OK (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /amalgam/editor.js - 200 OK (47ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 ActionController::RoutingError (No route matches [GET] "/mercury/selects/style.html"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 ActionController::RoutingError (No route matches [GET] "/mercury/palettes/backcolor.html"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 ActionController::RoutingError (No route matches [GET] "/mercury/selects/formatblock.html"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 ActionController::RoutingError (No route matches [GET] "/mercury/palettes/forecolor.html"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /mercury/loading-dark.gif - 200 OK (12ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Served asset /mercury/toolbar/primary/_expander.png - 200 OK (53ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346655776427" for 127.0.0.1 at 2012-09-03 15:02:56 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346655776427", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/loading-light.gif" for 127.0.0.1 at 2012-09-03 15:03:00 +0800 Served asset /mercury/loading-light.gif - 200 OK (12ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:03:09 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.7ms) Completed 200 OK in 36ms (Views: 35.6ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-03 15:03:09 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-03 15:03:09 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:03:09 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:03:09 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-03 15:03:09 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-03 15:03:09 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Served asset /amalgam/editor.js - 304 Not Modified (1ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 ActionController::RoutingError (No route matches [GET] "/mercury/selects/style.html"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 ActionController::RoutingError (No route matches [GET] "/mercury/selects/formatblock.html"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 ActionController::RoutingError (No route matches [GET] "/mercury/palettes/backcolor.html"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 ActionController::RoutingError (No route matches [GET] "/mercury/palettes/forecolor.html"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346655790472" for 127.0.0.1 at 2012-09-03 15:03:10 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346655790472", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-03 15:04:11 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (48.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (30.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (81.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (240.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (244.9ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.4ms) Completed 200 OK in 462ms (Views: 450.6ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-03 15:04:11 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-03 15:04:11 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-03 15:04:11 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-03 15:04:11 +0800 Served asset /amalgam/admin.css - 304 Not Modified (12ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-03 15:04:11 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-03 15:04:11 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-03 15:04:11 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-03 15:04:11 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-03 15:04:11 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-03 15:04:11 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-03 15:04:11 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-03 15:04:11 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-03 15:04:11 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-03 15:04:11 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:04:11 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-03 15:04:11 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-03 15:04:12 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (11ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-03 15:04:12 +0800 Served asset /bootstrap-button.js - 304 Not Modified (46ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-03 15:04:12 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-03 15:04:12 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-03 15:04:12 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-03 15:04:12 +0800 Served asset /amalgam/admin.js - 304 Not Modified (18ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-09-03 15:04:14 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (9ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-09-03 15:04:14 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-09-03 15:04:14 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-09-03 15:04:14 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-09-03 15:04:14 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (3ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346655856834" for 127.0.0.1 at 2012-09-03 15:04:16 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346655856834", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:06:38 +0800 Connecting to database specified by database.yml ActionController::RoutingError (uninitialized constant Amalgam::TemplateFinder): app/controllers/pages_controller.rb:2:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:06:40 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.9ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (19.2ms) Completed 200 OK in 325ms (Views: 325.1ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:06:40 +0800 Served asset /mercury.css - 304 Not Modified (20ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-03 15:06:40 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-03 15:06:40 +0800 Served asset /bootstrap.css - 304 Not Modified (12ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:06:40 +0800 Served asset /mercury/mercury.css - 304 Not Modified (11ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-03 15:06:40 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-03 15:06:40 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-03 15:06:40 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-03 15:06:40 +0800 Served asset /mercury/lightview.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-03 15:06:40 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:06:40 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:06:40 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-03 15:06:40 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-03 15:06:40 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-03 15:06:40 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-03 15:06:40 +0800 Served asset /amalgam/editor.css - 304 Not Modified (24ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:40 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:40 +0800 Served asset /mercury.js - 304 Not Modified (53ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:40 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:40 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:40 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:40 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (37ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:40 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:40 +0800 Served asset /mercury/mercury.js - 304 Not Modified (38ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:40 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:40 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:40 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/dialog.js - 304 Not Modified (4ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (39ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Served asset /amalgam/editor.js - 304 Not Modified (46ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.6ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346656001531" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346656001531", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.1ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-03 15:06:41 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:08:02 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.4ms) Completed 200 OK in 41ms (Views: 40.4ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-03 15:08:02 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:08:02 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-03 15:08:02 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:08:02 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-03 15:08:02 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-03 15:08:02 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-03 15:08:02 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-03 15:08:02 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-03 15:08:02 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:08:02 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:08:02 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-03 15:08:02 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-03 15:08:02 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-03 15:08:02 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-03 15:08:02 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:02 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:02 +0800 Served asset /mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346656083412" for 127.0.0.1 at 2012-09-03 15:08:03 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346656083412", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-09-03 15:08:05 +0800 Served asset /mercury/toolbar/primary/save.png - 200 OK (11ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-09-03 15:08:05 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 200 OK (8ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-09-03 15:08:05 +0800 Served asset /mercury/toolbar/primary/preview.png - 200 OK (9ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-09-03 15:08:05 +0800 Served asset /mercury/toolbar/primary/undo.png - 200 OK (8ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-09-03 15:08:05 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 200 OK (11ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-09-03 15:08:05 +0800 Served asset /mercury/toolbar/primary/redo.png - 200 OK (11ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-09-03 15:08:05 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 200 OK (56ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-09-03 15:08:05 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 200 OK (12ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-09-03 15:08:05 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 200 OK (8ms) Started GET "/assets/mercury/toolbar/primary/snippetpanel.png" for 127.0.0.1 at 2012-09-03 15:08:05 +0800 Served asset /mercury/toolbar/primary/snippetpanel.png - 200 OK (8ms) Started GET "/assets/mercury/toolbar/primary/historypanel.png" for 127.0.0.1 at 2012-09-03 15:08:05 +0800 Served asset /mercury/toolbar/primary/historypanel.png - 200 OK (10ms) Started GET "/assets/mercury/toolbar/primary/notespanel.png" for 127.0.0.1 at 2012-09-03 15:08:05 +0800 Served asset /mercury/toolbar/primary/notespanel.png - 200 OK (6ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-09-03 15:08:05 +0800 Served asset /mercury/toolbar/editable/buttons.png - 200 OK (8ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-09-03 15:08:05 +0800 Served asset /mercury/close.png - 200 OK (11ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:09:48 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 383ms ActionView::Template::Error (couldn't find file 'mercury/locales/zh-CN.locale' (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury.js:19)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/context.rb:100:in `resolve' sprockets (2.1.3) lib/sprockets/context.rb:140:in `require_asset' sprockets (2.1.3) lib/sprockets/directive_processor.rb:215:in `process_require_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml__250871460613111786_70236860993580' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__1893644829448794444__process_action__1456070048766936991__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4264547869573928260__call__950198597120749867__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.2ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:10:53 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Compiled amalgam/mercury/locales/zh-CN.locale.js (184ms) (pid 7916) Compiled amalgam/mercury.js (243ms) (pid 7916) Compiled amalgam/editor.js (483ms) (pid 7916) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (4.0ms) Completed 200 OK in 652ms (Views: 652.2ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-03 15:10:53 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:10:53 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-03 15:10:53 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-03 15:10:53 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-03 15:10:53 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:10:53 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-03 15:10:53 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /amalgam/mercury.js - 200 OK (47ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 200 OK (2ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /amalgam/editor.js - 304 Not Modified (50ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Completed 500 Internal Server Error in 2ms ActionView::MissingTemplate (Missing template mercury/panels/properties with {:locale=>[:"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' mercury-rails (0.8.0) app/controllers/mercury_controller.rb:13:in `resource' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__1152664878238405578__process_action__901177324994395157__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4264547869573928260__call__950198597120749867__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (5ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346656254619" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346656254619", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-03 15:10:54 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-09-03 15:11:02 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 200 OK (9ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:11:14 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.8ms) Completed 200 OK in 38ms (Views: 37.5ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-03 15:11:14 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:11:14 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-03 15:11:14 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:11:14 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-03 15:11:14 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-03 15:11:14 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-03 15:11:14 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-03 15:11:14 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-03 15:11:14 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:11:14 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:11:14 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-03 15:11:14 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-03 15:11:14 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Completed 500 Internal Server Error in 2ms ActionView::MissingTemplate (Missing template mercury/panels/properties with {:locale=>[:"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' mercury-rails (0.8.0) app/controllers/mercury_controller.rb:13:in `resource' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__1152664878238405578__process_action__901177324994395157__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4264547869573928260__call__950198597120749867__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346656275479" for 127.0.0.1 at 2012-09-03 15:11:15 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346656275479", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (4.1ms) Completed 200 OK in 42ms (Views: 42.2ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:13 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346656454376" for 127.0.0.1 at 2012-09-03 15:14:14 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346656454376", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-09-03 15:14:17 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.7ms) Completed 200 OK in 37ms (Views: 36.4ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /amalgam/editor.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:52 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346656793284" for 127.0.0.1 at 2012-09-03 15:19:53 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346656793284", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.1ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-09-03 15:19:54 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.9ms) Completed 200 OK in 42ms (Views: 41.8ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /bootstrap.css - 304 Not Modified (4ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:27 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:28 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:28 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:28 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:28 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:28 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:28 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:28 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:28 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:28 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:28 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:28 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:28 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:28 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:28 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:28 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:28 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:28 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:28 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:28 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:28 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:28 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:28 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:28 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:28 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:28 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:28 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:28 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:28 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:30:28 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-03 15:30:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-03 15:30:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-03 15:30:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-03 15:30:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-03 15:30:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-03 15:30:29 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-03 15:30:29 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346657429649" for 127.0.0.1 at 2012-09-03 15:30:29 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346657429649", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-09-03 15:30:32 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (0ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-09-03 15:30:32 +0800 Served asset /mercury/close.png - 304 Not Modified (0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:31:57 +0800 Connecting to database specified by database.yml ActionController::RoutingError (uninitialized constant Amalgam::TemplateFinder): app/controllers/pages_controller.rb:2:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:31:59 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.9ms) Compiled amalgam/editor.js (258ms) (pid 8075) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (50.0ms) Completed 200 OK in 613ms (Views: 613.0ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /bootstrap.css - 304 Not Modified (14ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /responsive.css - 304 Not Modified (7ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury.css - 304 Not Modified (41ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/mercury.css - 304 Not Modified (15ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /amalgam/editor.css - 304 Not Modified (31ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /jquery.js - 304 Not Modified (39ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/lightview.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (63ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/mercury.js - 304 Not Modified (68ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/panel.js - 304 Not Modified (7ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/lightview.js - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (38ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:00 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (37ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:01 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:01 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (7ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:01 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:01 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:01 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:01 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:01 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:01 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:01 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:01 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:32:01 +0800 Served asset /amalgam/editor.js - 200 OK (48ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-03 15:32:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.3ms) Completed 200 OK in 47ms (Views: 46.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-03 15:32:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-03 15:32:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-03 15:32:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346657521228" for 127.0.0.1 at 2012-09-03 15:32:01 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346657521228", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-03 15:32:01 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (3ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-03 15:32:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-03 15:32:01 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-09-03 15:32:03 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (4ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-09-03 15:32:03 +0800 Served asset /mercury/close.png - 304 Not Modified (3ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:34:06 +0800 Connecting to database specified by database.yml ActionController::RoutingError (uninitialized constant Amalgam::TemplateFinder): app/controllers/pages_controller.rb:2:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:34:08 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (1.2ms) Compiled amalgam/editor.js (260ms) (pid 8100) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (48.6ms) Completed 200 OK in 597ms (Views: 596.6ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:09 +0800 Served asset /bootstrap.css - 304 Not Modified (19ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:09 +0800 Served asset /responsive.css - 304 Not Modified (39ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:09 +0800 Served asset /mercury.css - 304 Not Modified (15ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:09 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:09 +0800 Served asset /mercury/mercury.css - 304 Not Modified (12ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:09 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:09 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:09 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:09 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:09 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:09 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:09 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:09 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:09 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:09 +0800 Served asset /amalgam/editor.css - 304 Not Modified (58ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:09 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:09 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (62ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:09 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:09 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:09 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:09 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (8ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:09 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:09 +0800 Served asset /mercury/mercury.js - 304 Not Modified (70ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:09 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:09 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:09 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:09 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/dialog.js - 304 Not Modified (4ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/select.js - 304 Not Modified (4ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/modal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (7ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/snippet.js - 304 Not Modified (39ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (7ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (38ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /amalgam/editor.js - 200 OK (48ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.3ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.4ms) Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346657650634" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346657650634", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.3ms) Completed 200 OK in 41ms (Views: 40.9ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (3ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-03 15:34:10 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (3ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:34:36 +0800 Connecting to database specified by database.yml ActionController::RoutingError (uninitialized constant Amalgam::TemplateFinder): app/controllers/pages_controller.rb:2:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:34:38 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.8ms) Compiled amalgam/editor.js (233ms) (pid 8108) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.2ms) Completed 200 OK in 567ms (Views: 566.8ms | ActiveRecord: 0.0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /responsive.css - 304 Not Modified (48ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/mercury.css - 304 Not Modified (12ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury.css - 304 Not Modified (18ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /amalgam/editor.css - 304 Not Modified (54ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (54ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (7ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/mercury.js - 304 Not Modified (70ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/dialog.js - 304 Not Modified (4ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/lightview.js - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (38ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:39 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (8ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (35ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/finalize.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /amalgam/editor.js - 200 OK (48ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (5ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346657680874" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346657680874", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-03 15:34:40 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (2ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-09-03 15:34:43 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (4ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-09-03 15:34:43 +0800 Served asset /mercury/close.png - 304 Not Modified (3ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:36:41 +0800 Connecting to database specified by database.yml ActionController::RoutingError (uninitialized constant Amalgam::TemplateFinder): app/controllers/pages_controller.rb:2:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:36:44 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.8ms) Compiled amalgam/editor.js (263ms) (pid 8116) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (56.0ms) Completed 200 OK in 612ms (Views: 612.0ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-03 15:36:44 +0800 Served asset /bootstrap.css - 304 Not Modified (11ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:36:44 +0800 Served asset /mercury.css - 304 Not Modified (54ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-03 15:36:44 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-03 15:36:44 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:36:44 +0800 Served asset /mercury/mercury.css - 304 Not Modified (15ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-03 15:36:44 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-03 15:36:44 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (6ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-03 15:36:44 +0800 Served asset /mercury/lightview.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-03 15:36:44 +0800 Served asset /mercury/modal.css - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:36:44 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:36:44 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-03 15:36:44 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-03 15:36:44 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-03 15:36:44 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-03 15:36:44 +0800 Served asset /amalgam/editor.css - 304 Not Modified (29ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:44 +0800 Served asset /jquery.js - 304 Not Modified (49ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (67ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (9ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/mercury.js - 304 Not Modified (72ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/dialog.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (36ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/region.js - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/uploader.js - 304 Not Modified (7ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (7ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (37ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /amalgam/editor.js - 200 OK (48ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (54.8ms) Completed 200 OK in 57ms (Views: 57.1ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346657805901" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346657805901", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-03 15:36:45 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-09-03 15:36:57 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (3ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-09-03 15:36:57 +0800 Served asset /mercury/close.png - 304 Not Modified (3ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:37:40 +0800 Connecting to database specified by database.yml ActionController::RoutingError (uninitialized constant Amalgam::TemplateFinder): app/controllers/pages_controller.rb:2:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:37:42 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.8ms) Compiled amalgam/editor.js (273ms) (pid 8133) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (56.8ms) Completed 200 OK in 606ms (Views: 605.9ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-03 15:37:42 +0800 Served asset /bootstrap.css - 304 Not Modified (13ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:37:42 +0800 Served asset /mercury/mercury.css - 304 Not Modified (54ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:37:42 +0800 Served asset /mercury.css - 304 Not Modified (14ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (6ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/lightview.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /amalgam/editor.css - 304 Not Modified (62ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (53ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/mercury.js - 304 Not Modified (73ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/lightview.js - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (37ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (8ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (37ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Served asset /amalgam/editor.js - 200 OK (48ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-03 15:37:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-03 15:37:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-03 15:37:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-03 15:37:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.9ms) Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-03 15:37:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.7ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-03 15:37:44 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (4ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-03 15:37:44 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (5ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346657864058" for 127.0.0.1 at 2012-09-03 15:37:44 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346657864058", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-09-03 15:37:46 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (3ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-09-03 15:37:47 +0800 Served asset /mercury/close.png - 304 Not Modified (4ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:40:08 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Compiled amalgam/editor.js (258ms) (pid 8133) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (3.4ms) Completed 200 OK in 396ms (Views: 395.5ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:08 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:08 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:08 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:08 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:08 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:08 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:08 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:08 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:08 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:08 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /amalgam/editor.js - 200 OK (86ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346658009628" for 127.0.0.1 at 2012-09-03 15:40:09 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346658009628", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:40:24 +0800 Connecting to database specified by database.yml ActionController::RoutingError (uninitialized constant Amalgam::TemplateFinder): app/controllers/pages_controller.rb:2:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:40:25 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.9ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.7ms) Completed 200 OK in 270ms (Views: 269.2ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /bootstrap.css - 304 Not Modified (15ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury.css - 304 Not Modified (44ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/mercury.css - 304 Not Modified (16ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (8ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/dialog.css - 304 Not Modified (6ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/lightview.css - 304 Not Modified (6ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/modal.css - 304 Not Modified (6ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /amalgam/editor.css - 304 Not Modified (26ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (88ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (7ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/mercury.js - 304 Not Modified (41ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (34ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/dialog.js - 304 Not Modified (4ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/select.js - 304 Not Modified (4ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:26 +0800 Served asset /mercury/uploader.js - 304 Not Modified (42ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:27 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:27 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:27 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:27 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:27 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:27 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:27 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:27 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:27 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:27 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:27 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:27 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:27 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:27 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:27 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:27 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:27 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (36ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:27 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:27 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:27 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (7ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:27 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:27 +0800 Served asset /amalgam/editor.js - 304 Not Modified (45ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-03 15:40:27 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-03 15:40:27 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.3ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-03 15:40:27 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-03 15:40:27 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-03 15:40:27 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.4ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-03 15:40:27 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346658027421" for 127.0.0.1 at 2012-09-03 15:40:27 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346658027421", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-09-03 15:40:29 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (3ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-09-03 15:40:29 +0800 Served asset /mercury/close.png - 304 Not Modified (3ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:41:26 +0800 Connecting to database specified by database.yml ActionController::RoutingError (uninitialized constant Amalgam::TemplateFinder): app/controllers/pages_controller.rb:2:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:41:28 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (1.0ms) Compiled amalgam/editor.js (262ms) (pid 8165) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (46.2ms) Completed 200 OK in 591ms (Views: 590.7ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /bootstrap.css - 304 Not Modified (15ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /mercury.css - 304 Not Modified (48ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /mercury/dialog.css - 304 Not Modified (6ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /responsive.css - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /mercury/mercury.css - 304 Not Modified (13ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /mercury/all_images.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /amalgam/editor.css - 304 Not Modified (26ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /jquery.js - 304 Not Modified (44ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (58ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /mercury/mercury.js - 304 Not Modified (70ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /mercury/select.js - 304 Not Modified (4ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:29 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (36ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (39ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Served asset /amalgam/editor.js - 200 OK (58ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (50.7ms) Completed 200 OK in 53ms (Views: 52.3ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346658090568" for 127.0.0.1 at 2012-09-03 15:41:30 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346658090568", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.7ms) Completed 200 OK in 37ms (Views: 37.0ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:01 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:02 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:02 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:02 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:02 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:02 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:02 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:02 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:02 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:02 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:02 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:02 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:02 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:02 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:02 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:02 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:02 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:02 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:02 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:02 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-03 15:42:02 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-03 15:42:02 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-03 15:42:02 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-03 15:42:02 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-03 15:42:02 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346658122894" for 127.0.0.1 at 2012-09-03 15:42:02 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346658122894", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Compiled amalgam/editor.js (258ms) (pid 8165) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (4.5ms) Completed 200 OK in 400ms (Views: 399.6ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:19 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:20 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:20 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:20 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:20 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:20 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:20 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:20 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:20 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:20 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:20 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:20 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:20 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:20 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:20 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:20 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:20 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:20 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:20 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:20 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:20 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:20 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:20 +0800 Served asset /amalgam/editor.js - 200 OK (86ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-03 15:42:20 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-03 15:42:20 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-03 15:42:20 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-03 15:42:20 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-03 15:42:20 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346658140343" for 127.0.0.1 at 2012-09-03 15:42:20 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346658140343", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:42:49 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Compiled amalgam/editor.js (232ms) (pid 8165) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (3.3ms) Completed 200 OK in 406ms (Views: 406.0ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /amalgam/editor.js - 200 OK (93ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346658170891" for 127.0.0.1 at 2012-09-03 15:42:50 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346658170891", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:43:16 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Compiled amalgam/editor.js (231ms) (pid 8165) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (3.7ms) Completed 200 OK in 401ms (Views: 401.2ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-03 15:43:16 +0800 Served asset /bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:43:16 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-03 15:43:16 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:43:16 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-03 15:43:16 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-03 15:43:16 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Served asset /amalgam/editor.js - 200 OK (89ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346658197619" for 127.0.0.1 at 2012-09-03 15:43:17 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346658197619", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:44:51 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.2ms) Compiled amalgam/editor.js (235ms) (pid 8165) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (3.8ms) Completed 200 OK in 373ms (Views: 372.3ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-03 15:44:51 +0800 Served asset /bootstrap.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-03 15:44:51 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:44:51 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-03 15:44:51 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:44:51 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Served asset /amalgam/editor.js - 304 Not Modified (51ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.8ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346658292666" for 127.0.0.1 at 2012-09-03 15:44:52 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346658292666", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Compiled amalgam/editor.js (259ms) (pid 8165) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (3.4ms) Completed 200 OK in 454ms (Views: 453.9ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:14 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:15 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:15 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:15 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:15 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:15 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:15 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:15 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:15 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:15 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:15 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:15 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:15 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:15 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:15 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:15 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:15 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:15 +0800 Served asset /amalgam/editor.js - 200 OK (48ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-03 15:45:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-03 15:45:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-03 15:45:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-03 15:45:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-03 15:45:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346658315310" for 127.0.0.1 at 2012-09-03 15:45:15 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346658315310", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 15:45:43 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.2ms) Compiled amalgam/editor.js (227ms) (pid 8165) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (3.4ms) Completed 200 OK in 422ms (Views: 421.7ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Served asset /amalgam/editor.js - 200 OK (68ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346658344807" for 127.0.0.1 at 2012-09-03 15:45:44 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346658344807", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:02:29 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Compiled amalgam/editor.js (226ms) (pid 8165) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (4.0ms) Completed 200 OK in 412ms (Views: 412.0ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-03 16:02:30 +0800 Served asset /amalgam/editor.js - 200 OK (87ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-03 16:02:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-03 16:02:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-03 16:02:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-03 16:02:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-03 16:02:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-03 16:02:31 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (5ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-03 16:02:31 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (4ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346659351066" for 127.0.0.1 at 2012-09-03 16:02:31 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346659351066", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-09-03 16:05:29 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (4ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:32:05 +0800 Connecting to database specified by database.yml ActionController::RoutingError (uninitialized constant Amalgam::TemplateFinder): app/controllers/pages_controller.rb:2:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:32:07 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.8ms) Completed 500 Internal Server Error in 166ms ActionView::Template::Error (couldn't find file 'nercury/tooltip' (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:24)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/context.rb:100:in `resolve' sprockets (2.1.3) lib/sprockets/context.rb:140:in `require_asset' sprockets (2.1.3) lib/sprockets/directive_processor.rb:215:in `process_require_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml___2110491357729284421_70340396146700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3998864070990655973__process_action__729929483866465963__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1233201674419100183__call__3626609600567251440__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.6ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:33:19 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 121ms ActionView::Template::Error (require_tree argument must be a relative path (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:308:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml___2110491357729284421_70340396146700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3998864070990655973__process_action__729929483866465963__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1233201674419100183__call__3626609600567251440__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (31.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (39.1ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:33:21 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 120ms ActionView::Template::Error (require_tree argument must be a relative path (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:308:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml___2110491357729284421_70340396146700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3998864070990655973__process_action__729929483866465963__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1233201674419100183__call__3626609600567251440__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.2ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:41:37 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.2ms) Completed 500 Internal Server Error in 123ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml___2110491357729284421_70340396146700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3998864070990655973__process_action__729929483866465963__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1233201674419100183__call__3626609600567251440__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.3ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:41:40 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 138ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml___2110491357729284421_70340396146700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3998864070990655973__process_action__729929483866465963__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1233201674419100183__call__3626609600567251440__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.4ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:42:23 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.2ms) Completed 500 Internal Server Error in 121ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml___2110491357729284421_70340396146700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3998864070990655973__process_action__729929483866465963__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1233201674419100183__call__3626609600567251440__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.4ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:42:25 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 119ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml___2110491357729284421_70340396146700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3998864070990655973__process_action__729929483866465963__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1233201674419100183__call__3626609600567251440__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.4ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:42:44 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 127ms ActionView::Template::Error (require_tree argument must be a relative path (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:308:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml___2110491357729284421_70340396146700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3998864070990655973__process_action__729929483866465963__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1233201674419100183__call__3626609600567251440__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (29.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (37.2ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:44:27 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 123ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml___2110491357729284421_70340396146700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3998864070990655973__process_action__729929483866465963__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1233201674419100183__call__3626609600567251440__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:44:29 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 127ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml___2110491357729284421_70340396146700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3998864070990655973__process_action__729929483866465963__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1233201674419100183__call__3626609600567251440__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.1ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:44:42 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 135ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml___2110491357729284421_70340396146700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3998864070990655973__process_action__729929483866465963__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1233201674419100183__call__3626609600567251440__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.2ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:44:44 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 117ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml___2110491357729284421_70340396146700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3998864070990655973__process_action__729929483866465963__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1233201674419100183__call__3626609600567251440__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.7ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:45:05 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 127ms ActionView::Template::Error (require_tree argument must be a relative path (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:308:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml___2110491357729284421_70340396146700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3998864070990655973__process_action__729929483866465963__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1233201674419100183__call__3626609600567251440__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.2ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:48:21 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.2ms) Completed 500 Internal Server Error in 124ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml___2110491357729284421_70340396146700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3998864070990655973__process_action__729929483866465963__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1233201674419100183__call__3626609600567251440__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (30.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (38.3ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:48:23 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 123ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml___2110491357729284421_70340396146700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3998864070990655973__process_action__729929483866465963__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1233201674419100183__call__3626609600567251440__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.8ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:48:25 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 122ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml___2110491357729284421_70340396146700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3998864070990655973__process_action__729929483866465963__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1233201674419100183__call__3626609600567251440__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.4ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:48:51 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.3ms) Completed 500 Internal Server Error in 121ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml___2110491357729284421_70340396146700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3998864070990655973__process_action__729929483866465963__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1233201674419100183__call__3626609600567251440__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.1ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:49:04 +0800 Connecting to database specified by database.yml ActionController::RoutingError (uninitialized constant Amalgam::TemplateFinder): app/controllers/pages_controller.rb:2:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:49:06 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (1.3ms) Completed 500 Internal Server Error in 198ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml___4107404393198411794_70185182067100' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3790332180523132606__process_action__1692211444001542868__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1141274056191332611__call__3460838429273388567__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.2ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:49:59 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 124ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml___4107404393198411794_70185182067100' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3790332180523132606__process_action__1692211444001542868__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1141274056191332611__call__3460838429273388567__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.8ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:50:02 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 124ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml___4107404393198411794_70185182067100' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3790332180523132606__process_action__1692211444001542868__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1141274056191332611__call__3460838429273388567__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.2ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:50:10 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 134ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml___4107404393198411794_70185182067100' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3790332180523132606__process_action__1692211444001542868__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1141274056191332611__call__3460838429273388567__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.5ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:50:12 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 149ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml___4107404393198411794_70185182067100' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3790332180523132606__process_action__1692211444001542868__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1141274056191332611__call__3460838429273388567__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (30.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (39.6ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:50:37 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 119ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml___4107404393198411794_70185182067100' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3790332180523132606__process_action__1692211444001542868__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1141274056191332611__call__3460838429273388567__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.5ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:50:39 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 127ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml___4107404393198411794_70185182067100' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3790332180523132606__process_action__1692211444001542868__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1141274056191332611__call__3460838429273388567__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.3ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:51:38 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.2ms) Completed 500 Internal Server Error in 139ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml___4107404393198411794_70185182067100' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3790332180523132606__process_action__1692211444001542868__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1141274056191332611__call__3460838429273388567__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.6ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:52:45 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 125ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml___4107404393198411794_70185182067100' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3790332180523132606__process_action__1692211444001542868__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1141274056191332611__call__3460838429273388567__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.2ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:52:47 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 123ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml___4107404393198411794_70185182067100' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3790332180523132606__process_action__1692211444001542868__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1141274056191332611__call__3460838429273388567__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.8ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:54:28 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 126ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml___4107404393198411794_70185182067100' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3790332180523132606__process_action__1692211444001542868__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1141274056191332611__call__3460838429273388567__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (30.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (38.4ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:54:30 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 122ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml___4107404393198411794_70185182067100' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3790332180523132606__process_action__1692211444001542868__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1141274056191332611__call__3460838429273388567__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:55:34 +0800 Connecting to database specified by database.yml ActionController::RoutingError (uninitialized constant Amalgam::TemplateFinder): app/controllers/pages_controller.rb:2:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:55:36 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.8ms) Completed 500 Internal Server Error in 186ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml__4603377801803415549_70161011207280' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3754089100227718505__process_action__740677933778571419__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1321909576264246933__call__2533306664769771139__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.1ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:55:38 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 122ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml__4603377801803415549_70161011207280' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3754089100227718505__process_action__740677933778571419__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1321909576264246933__call__2533306664769771139__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.2ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:55:39 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 121ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml__4603377801803415549_70161011207280' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3754089100227718505__process_action__740677933778571419__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1321909576264246933__call__2533306664769771139__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.3ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:56:36 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.2ms) Completed 500 Internal Server Error in 123ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml__4603377801803415549_70161011207280' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3754089100227718505__process_action__740677933778571419__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1321909576264246933__call__2533306664769771139__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.2ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:56:39 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 124ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml__4603377801803415549_70161011207280' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3754089100227718505__process_action__740677933778571419__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1321909576264246933__call__2533306664769771139__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.4ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-03 16:56:49 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 127ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury/mercury.js.coffee:29)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/directive_processor.rb:292:in `process_require_tree_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each' sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets' sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml__4603377801803415549_70161011207280' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3754089100227718505__process_action__740677933778571419__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1321909576264246933__call__2533306664769771139__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.2ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-04 10:25:33 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.2ms) Completed 500 Internal Server Error in 69ms ActionView::Template::Error (couldn't find file 'amalgam/mercury/mercury' (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury.js:15)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} sprockets (2.1.3) lib/sprockets/context.rb:100:in `resolve' sprockets (2.1.3) lib/sprockets/context.rb:140:in `require_asset' sprockets (2.1.3) lib/sprockets/directive_processor.rb:215:in `process_require_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.1.3) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml__4603377801803415549_70161011207280' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3754089100227718505__process_action__740677933778571419__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1321909576264246933__call__2533306664769771139__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.4ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-04 10:59:04 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Compiled jquery.ui.position.js (0ms) (pid 8525) Compiled jquery.ui.draggable.js (3ms) (pid 8525) Compiled amalgam/mercury.js (63ms) (pid 8525) Compiled amalgam/editor.js (236ms) (pid 8525) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (19.1ms) Completed 200 OK in 610ms (Views: 609.4ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:04 +0800 Served asset /bootstrap.css - 304 Not Modified (12ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:04 +0800 Served asset /mercury/mercury.css - 304 Not Modified (14ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:04 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:04 +0800 Served asset /mercury.css - 304 Not Modified (14ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:04 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:04 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (6ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:04 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:04 +0800 Served asset /mercury/lightview.css - 304 Not Modified (40ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:04 +0800 Served asset /mercury/modal.css - 304 Not Modified (6ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /amalgam/editor.css - 304 Not Modified (25ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /amalgam/mercury.js - 200 OK (89ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (8ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /jquery.ui.position.js - 200 OK (2ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/mercury.js - 304 Not Modified (38ms) Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /jquery.ui.draggable.js - 200 OK (8ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (37ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (7ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/region.js - 304 Not Modified (40ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/uploader.js - 304 Not Modified (7ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /mercury/finalize.js - 304 Not Modified (40ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (8ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Served asset /amalgam/editor.js - 200 OK (56ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.3ms) Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-04 10:59:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-04 10:59:06 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.7ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-04 10:59:06 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (42ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-04 10:59:06 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (3ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346727545991" for 127.0.0.1 at 2012-09-04 10:59:06 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346727545991", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-09-04 10:59:06 +0800 Served asset /mercury/toolbar/primary/save.png - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-09-04 10:59:06 +0800 Served asset /mercury/toolbar/primary/redo.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-09-04 10:59:06 +0800 Served asset /mercury/toolbar/primary/preview.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-09-04 10:59:06 +0800 Served asset /mercury/toolbar/primary/undo.png - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-09-04 10:59:06 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-09-04 10:59:06 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-09-04 10:59:06 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-09-04 10:59:06 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-09-04 10:59:06 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (2ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-09-04 10:59:06 +0800 Served asset /mercury/toolbar/editable/buttons.png - 304 Not Modified (4ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-09-04 10:59:08 +0800 Served asset /mercury/close.png - 304 Not Modified (4ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-04 10:59:31 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Compiled amalgam/editor.js (224ms) (pid 8525) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (3.3ms) Completed 200 OK in 405ms (Views: 404.9ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /jquery.ui.position.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /jquery.ui.draggable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:32 +0800 Served asset /amalgam/editor.js - 200 OK (70ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-04 10:59:33 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-04 10:59:33 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-04 10:59:33 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-04 10:59:33 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-04 10:59:33 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-04 10:59:33 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346727573101" for 127.0.0.1 at 2012-09-04 10:59:33 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346727573101", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-04 11:03:12 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 321ms ActionView::Template::Error (Error: Parse error on line 81: Unexpected 'CALL_END' (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/editor.js.coffee)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result' execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec' execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile' execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec' execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval' execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call' coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile' tilt (1.3.3) lib/tilt/coffee.rb:46:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/editor.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_editor_html_haml__4603377801803415549_70161011207280' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3754089100227718505__process_action__740677933778571419__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1321909576264246933__call__2533306664769771139__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.7ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.3ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-04 11:03:55 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.2ms) Compiled amalgam/editor.js (232ms) (pid 8525) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (3.3ms) Completed 200 OK in 431ms (Views: 430.5ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /jquery.ui.draggable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /jquery.ui.position.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Served asset /amalgam/editor.js - 200 OK (59ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-04 11:03:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346727836980" for 127.0.0.1 at 2012-09-04 11:03:57 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346727836980", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.7ms) Completed 200 OK in 78ms (Views: 77.6ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:48 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Served asset /jquery.ui.position.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Served asset /jquery.ui.draggable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 4ms (Views: 4.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346727889315" for 127.0.0.1 at 2012-09-04 11:04:49 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346727889315", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-09-04 11:04:50 +0800 Served asset /mercury/toolbar/primary/save.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-09-04 11:04:50 +0800 Served asset /mercury/toolbar/primary/preview.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-09-04 11:04:50 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-09-04 11:04:50 +0800 Served asset /mercury/toolbar/primary/redo.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-09-04 11:04:50 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-09-04 11:04:50 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-09-04 11:04:50 +0800 Served asset /mercury/toolbar/primary/undo.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-09-04 11:04:50 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-09-04 11:04:50 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-09-04 11:04:50 +0800 Served asset /mercury/toolbar/editable/buttons.png - 304 Not Modified (0ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-09-04 11:04:50 +0800 Served asset /mercury/close.png - 304 Not Modified (0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-04 11:06:54 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) Compiled amalgam/mercury.js (42ms) (pid 8525) Compiled amalgam/editor.js (245ms) (pid 8525) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (3.3ms) Completed 200 OK in 447ms (Views: 446.5ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /amalgam/mercury.js - 200 OK (53ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /amalgam/editor.js - 304 Not Modified (54ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346728015959" for 127.0.0.1 at 2012-09-04 11:06:55 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346728015959", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-09-04 11:06:57 +0800 Served asset /mercury/toolbar/primary/save.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-09-04 11:06:57 +0800 Served asset /mercury/toolbar/primary/preview.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-09-04 11:06:57 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-09-04 11:06:57 +0800 Served asset /mercury/toolbar/primary/undo.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-09-04 11:06:57 +0800 Served asset /mercury/toolbar/primary/redo.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-09-04 11:06:57 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-09-04 11:06:57 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-09-04 11:06:57 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-09-04 11:06:57 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-09-04 11:06:57 +0800 Served asset /mercury/toolbar/editable/buttons.png - 304 Not Modified (0ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-09-04 11:06:57 +0800 Served asset /mercury/close.png - 304 Not Modified (0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (4.0ms) Completed 200 OK in 76ms (Views: 76.0ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /amalgam/editor.css - 304 Not Modified (1ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-04 11:09:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-04 11:09:06 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-04 11:09:06 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346728146022" for 127.0.0.1 at 2012-09-04 11:09:06 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346728146022", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.8ms) Completed 200 OK in 81ms (Views: 80.5ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346728147706" for 127.0.0.1 at 2012-09-04 11:09:07 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346728147706", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-04 11:09:19 +0800 Connecting to database specified by database.yml ActionController::RoutingError (uninitialized constant Amalgam::TemplateFinder): app/controllers/pages_controller.rb:2:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-04 11:09:24 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.8ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.9ms) Completed 200 OK in 288ms (Views: 287.5ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /bootstrap.css - 304 Not Modified (13ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury.css - 304 Not Modified (15ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/mercury.css - 304 Not Modified (16ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/lightview.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /amalgam/editor.css - 304 Not Modified (27ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (43ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (34ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/mercury.js - 304 Not Modified (37ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/panel.js - 304 Not Modified (37ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:25 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (38ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (7ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Served asset /amalgam/editor.js - 304 Not Modified (79ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 4ms (Views: 4.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.4ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.8ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346728166400" for 127.0.0.1 at 2012-09-04 11:09:26 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346728166400", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.6ms) Completed 200 OK in 38ms (Views: 38.2ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (51ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346728243814" for 127.0.0.1 at 2012-09-04 11:10:43 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346728243814", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-04 11:10:56 +0800 Connecting to database specified by database.yml ActionController::RoutingError (uninitialized constant Amalgam::TemplateFinder): app/controllers/pages_controller.rb:2:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-04 11:10:58 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.8ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (19.8ms) Completed 200 OK in 317ms (Views: 316.5ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /bootstrap.css - 304 Not Modified (39ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/mercury.css - 304 Not Modified (13ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /responsive.css - 304 Not Modified (6ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury.css - 304 Not Modified (13ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /amalgam/editor.css - 304 Not Modified (55ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (47ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (7ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/mercury.js - 304 Not Modified (72ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/palette.js - 304 Not Modified (4ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/lightview.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (36ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/snippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (7ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/uploader.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-04 11:10:59 +0800 Served asset /amalgam/editor.js - 304 Not Modified (46ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-04 11:11:00 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.3ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-04 11:11:00 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-04 11:11:00 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-04 11:11:00 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-04 11:11:00 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.8ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346728260060" for 127.0.0.1 at 2012-09-04 11:11:00 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346728260060", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 50ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-04 11:12:23 +0800 Connecting to database specified by database.yml ActionController::RoutingError (uninitialized constant Amalgam::TemplateFinder): app/controllers/pages_controller.rb:2:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-04 11:12:27 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.8ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.0ms) Completed 200 OK in 300ms (Views: 299.5ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /bootstrap.css - 304 Not Modified (39ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /responsive.css - 304 Not Modified (6ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury.css - 304 Not Modified (15ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/mercury.css - 304 Not Modified (14ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/uploader.css - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /amalgam/editor.css - 304 Not Modified (56ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (54ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/mercury.js - 304 Not Modified (68ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/snippet.js - 304 Not Modified (6ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/uploader.js - 304 Not Modified (9ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (7ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (7ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (37ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-04 11:12:28 +0800 Served asset /amalgam/editor.js - 304 Not Modified (70ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-04 11:12:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-04 11:12:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-04 11:12:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.7ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-04 11:12:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346728349082" for 127.0.0.1 at 2012-09-04 11:12:29 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346728349082", "path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-04 11:12:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-09-04 15:32:39 +0800 Connecting to database specified by database.yml ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/" for 127.0.0.1 at 2012-09-04 15:32:41 +0800 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-04 15:32:47 +0800 ActionController::RoutingError (uninitialized constant Amalgam::TemplateFinder): app/controllers/pages_controller.rb:2:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-04 15:35:34 +0800 Connecting to database specified by database.yml Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.7ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml within layouts/amalgam/admin/editor (1.2ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.4ms) Completed 200 OK in 411ms (Views: 391.2ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-04 15:35:35 +0800 Served asset /bootstrap.css - 304 Not Modified (16ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-04 15:35:35 +0800 Served asset /mercury/mercury.css - 304 Not Modified (20ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-04 15:35:35 +0800 Served asset /mercury.css - 304 Not Modified (17ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-04 15:35:35 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-04 15:35:35 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-04 15:35:35 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (7ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-04 15:35:35 +0800 Served asset /mercury/dialog.css - 304 Not Modified (39ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/modal.css - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (8ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /amalgam/editor.css - 304 Not Modified (26ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (107ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (8ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/mercury.js - 304 Not Modified (47ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (46ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/dialog.js - 304 Not Modified (4ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/panel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/modal.js - 304 Not Modified (7ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (7ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/snippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (41ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (40ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-04 15:35:36 +0800 Served asset /amalgam/editor.js - 304 Not Modified (51ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-04 15:35:37 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-04 15:35:37 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.4ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-04 15:35:37 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-04 15:35:37 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (1.2ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-04 15:35:37 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-04 15:35:37 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (6ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346744137070" for 127.0.0.1 at 2012-09-04 15:35:37 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346744137070", "path"=>"test/test3/fasfsa"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml (0.1ms) Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.3ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-04 15:35:37 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-09-04 15:35:40 +0800 Served asset /mercury/toolbar/primary/save.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-09-04 15:35:40 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 304 Not Modified (7ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-09-04 15:35:40 +0800 Served asset /mercury/toolbar/primary/preview.png - 304 Not Modified (45ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-09-04 15:35:40 +0800 Served asset /mercury/toolbar/primary/undo.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-09-04 15:35:40 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-09-04 15:35:40 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-09-04 15:35:40 +0800 Served asset /mercury/toolbar/primary/redo.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-09-04 15:35:40 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-09-04 15:35:40 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-09-04 15:35:40 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-09-04 15:35:40 +0800 Served asset /mercury/toolbar/editable/buttons.png - 304 Not Modified (3ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-09-04 15:35:40 +0800 Served asset /mercury/close.png - 304 Not Modified (4ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-04 15:38:33 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (39.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (31.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (39.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (259.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (298.9ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.5ms) Completed 200 OK in 510ms (Views: 507.8ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-04 15:38:34 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-04 15:38:34 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-04 15:38:34 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-04 15:38:34 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-04 15:38:34 +0800 Served asset /amalgam/admin.css - 304 Not Modified (17ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-04 15:38:34 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-04 15:38:34 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-04 15:38:34 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (50ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-04 15:38:34 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-04 15:38:34 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-04 15:38:34 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-04 15:38:34 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-04 15:38:34 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-04 15:38:34 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-04 15:38:34 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-04 15:38:34 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (8ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-04 15:38:34 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-04 15:38:34 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-04 15:38:34 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-04 15:38:34 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-04 15:38:34 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-04 15:38:34 +0800 Served asset /amalgam/admin.js - 304 Not Modified (19ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-09-04 15:38:34 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (4ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-09-04 15:38:34 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-09-04 15:38:34 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-09-04 15:38:34 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-09-04 15:38:34 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (4ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-04 15:38:35 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-04 15:38:35 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-04 15:38:35 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-04 15:38:35 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-04 15:38:35 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346744315796" for 127.0.0.1 at 2012-09-04 15:38:35 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346744315796", "path"=>"test/test3/fasfsa"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml (0.2ms) Completed 200 OK in 7ms (Views: 4.0ms | ActiveRecord: 0.5ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-09-04 17:40:13 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (37.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (38.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (260.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (276.6ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.1ms) Completed 200 OK in 537ms (Views: 517.0ms | ActiveRecord: 0.5ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-04 17:40:14 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-04 17:40:14 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-04 17:40:14 +0800 Served asset /bootstrap.css - 304 Not Modified (11ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-04 17:40:14 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:14 +0800 Served asset /modernizr.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-04 17:40:14 +0800 Served asset /amalgam/admin.css - 304 Not Modified (15ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:14 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:14 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:14 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:14 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:14 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:14 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:14 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:14 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:14 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:14 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:14 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:14 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (36ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:14 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:14 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:14 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-09-04 17:40:17 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (34.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (51.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (247.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (249.7ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.4ms) Completed 200 OK in 268ms (Views: 266.3ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-04 17:40:17 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-04 17:40:17 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-04 17:40:17 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-04 17:40:17 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-04 17:40:17 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:17 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:17 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:17 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:17 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:17 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:17 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:17 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:17 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:17 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:17 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:17 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:17 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:17 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:17 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:17 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:17 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:17 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-09-04 17:40:19 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 18) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 19 AND "pages"."rgt" <= 20) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 21 AND "pages"."rgt" <= 22) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 24) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 25 AND "pages"."rgt" <= 26) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 27 AND "pages"."rgt" <= 30) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 31 AND "pages"."rgt" <= 32) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 33 AND "pages"."rgt" <= 34) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 35 AND "pages"."rgt" <= 36) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 37 AND "pages"."rgt" <= 38) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 39 AND "pages"."rgt" <= 40) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 41 AND "pages"."rgt" <= 42) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 43 AND "pages"."rgt" <= 44) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 45 AND "pages"."rgt" <= 46) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 47 AND "pages"."rgt" <= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (78.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (81.9ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.6ms) Completed 200 OK in 100ms (Views: 95.3ms | ActiveRecord: 4.2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-04 17:40:20 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-04 17:40:20 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-04 17:40:20 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-04 17:40:20 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:20 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-04 17:40:20 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:20 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:20 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:20 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:20 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:20 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:20 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:20 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:20 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:20 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:20 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:20 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:20 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:20 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:20 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:20 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:20 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-09-04 17:40:25 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (48.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (51.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (38.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (51.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (317.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (319.9ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (2.2ms) Completed 200 OK in 340ms (Views: 337.5ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-04 17:40:25 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-04 17:40:25 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-04 17:40:25 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-04 17:40:25 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-04 17:40:25 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:25 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:25 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:25 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:25 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:25 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:25 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:25 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:25 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:25 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:25 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:25 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:25 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:25 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:25 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:25 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:25 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-04 17:40:25 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/" for 127.0.0.1 at 2012-09-05 10:53:27 +0800 Connecting to database specified by database.yml ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-05 10:53:31 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (30.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (33.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (39.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (37.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (39.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (264.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (304.5ms) ["amalgam/admin/pages"] [] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.8ms) Completed 500 Internal Server Error in 536ms ActionController::RoutingError (No route matches {:controller=>"amalgam/admin/posts"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:597:in `current_page?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:47:in `is_active?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:35:in `block in controllers_link' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controllers_link' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:16:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___2122968077809268089_70271949104080' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__810046995481801936_70271965107000' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2601089521689552799__process_action__3074188536444634143__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2609576375871142467__call__3067031447860099516__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/admin" for 127.0.0.1 at 2012-09-05 10:53:36 +0800 ActionController::RoutingError (No route matches [GET] "/admin"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-05 10:53:42 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (31.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (38.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (41.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (229.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (232.1ms) ["amalgam/admin/pages"] [] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.8ms) Completed 500 Internal Server Error in 262ms ActionController::RoutingError (No route matches {:controller=>"amalgam/admin/posts"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:597:in `current_page?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:47:in `is_active?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:35:in `block in controllers_link' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controllers_link' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:16:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___2122968077809268089_70271949104080' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__810046995481801936_70271965107000' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2601089521689552799__process_action__3074188536444634143__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2609576375871142467__call__3067031447860099516__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-05 10:53:45 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (68.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (69.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (75.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (84.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (90.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (246.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (249.3ms) ["amalgam/admin/pages"] [] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (3.5ms) Completed 500 Internal Server Error in 268ms ActionController::RoutingError (No route matches {:controller=>"amalgam/admin/posts"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:597:in `current_page?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:47:in `is_active?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:35:in `block in controllers_link' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controllers_link' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:16:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___2122968077809268089_70271949104080' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__810046995481801936_70271965107000' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2601089521689552799__process_action__3074188536444634143__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2609576375871142467__call__3067031447860099516__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-05 11:00:22 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (35.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (37.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (39.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (238.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (278.7ms) ["amalgam/admin/pages"] [] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (31.8ms) Completed 500 Internal Server Error in 485ms ActionController::RoutingError (No route matches {:controller=>"amalgam/admin/posts"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:597:in `current_page?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:47:in `is_active?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:35:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:16:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___866710095177317415_70139968038900' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__3624400914247099144_70139938782880' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3952343964074945763__process_action__638827356785554718__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3684448524281958008__call__1799213000242176880__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-05 11:04:08 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (38.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (65.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (72.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (226.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (229.1ms) ["amalgam/admin/pages"] [] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (40.7ms) Completed 500 Internal Server Error in 294ms ActionController::RoutingError (No route matches {:controller=>"amalgam/admin/posts"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:597:in `current_page?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:47:in `is_active?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:35:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:16:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___866710095177317415_70139968038900' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__3624400914247099144_70139938782880' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3952343964074945763__process_action__638827356785554718__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3684448524281958008__call__1799213000242176880__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-05 11:04:11 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (29.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (246.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (248.4ms) ["amalgam/admin/pages"] [] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (3.2ms) Completed 500 Internal Server Error in 267ms ActionController::RoutingError (No route matches {:controller=>"amalgam/admin/posts"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:597:in `current_page?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:47:in `is_active?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:35:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:16:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___866710095177317415_70139968038900' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__3624400914247099144_70139938782880' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3952343964074945763__process_action__638827356785554718__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3684448524281958008__call__1799213000242176880__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Connecting to database specified by database.yml Started GET "/amalgam/admin.posts" for 127.0.0.1 at 2012-09-05 11:04:49 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Completed 406 Not Acceptable in 11ms (ActiveRecord: 0.4ms) Started GET "/amalgam/admin/posts" for 127.0.0.1 at 2012-09-05 11:04:54 +0800 LoadError (Expected /Users/brownjohn/code/amalgam/spec/dummy/app/controllers/amalgam/admin/posts_controller.rb to define Amalgam::Admin::PostsController): activesupport (3.2.8) lib/active_support/dependencies.rb:503:in `load_missing_constant' activesupport (3.2.8) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/dependencies.rb:554:in `get' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__845194223969075007__call__1673669780783300306__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.7ms) Started GET "/amalgam/admin/posts" for 127.0.0.1 at 2012-09-05 11:05:39 +0800 Processing by Amalgam::Admin::PostsController#index as HTML Completed 500 Internal Server Error in 3ms ActionView::MissingTemplate (Missing template amalgam/admin/posts/index, amalgam/admin/base/index, amalgam/application/index with {:locale=>[:"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2270732658442399202__process_action__3135852816791244863__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__845194223969075007__call__1673669780783300306__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-05 11:05:59 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (30.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (34.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (36.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (236.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (249.2ms) ["amalgam/admin/pages"] [] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.8ms) Completed 500 Internal Server Error in 486ms ActionController::RoutingError (No route matches {:controller=>"amalgam/admin/posts"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:597:in `current_page?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:47:in `is_active?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:35:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:16:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___248566456984605715_70205116536540' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__3218480170456151291_70205080496680' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2814572326751436985__process_action__754662290721078353__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2573134326148732224__call__3647548017200103465__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-05 11:42:07 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (33.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (236.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (239.3ms) ["amalgam/admin/pages"] [] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (3.6ms) Completed 500 Internal Server Error in 268ms ActionController::RoutingError (No route matches {:controller=>"amalgam/admin/posts"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:597:in `current_page?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:47:in `is_active?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:35:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:16:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___248566456984605715_70205116536540' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__3218480170456151291_70205080496680' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2814572326751436985__process_action__754662290721078353__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2573134326148732224__call__3647548017200103465__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-05 11:42:10 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (39.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (42.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (49.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (50.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (58.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (67.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (73.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (229.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (232.1ms) ["amalgam/admin/pages"] [] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (4.0ms) Completed 500 Internal Server Error in 251ms ActionController::RoutingError (No route matches {:controller=>"amalgam/admin/posts"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:597:in `current_page?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:47:in `is_active?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:35:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:16:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___248566456984605715_70205116536540' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__3218480170456151291_70205080496680' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2814572326751436985__process_action__754662290721078353__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2573134326148732224__call__3647548017200103465__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-05 11:43:02 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (49.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (34.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (273.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (275.9ms) ["amalgam/admin/pages"] [] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (3.8ms) Completed 500 Internal Server Error in 294ms ActionController::RoutingError (No route matches {:controller=>"amalgam/admin/posts"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:597:in `current_page?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:47:in `is_active?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:35:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:16:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___248566456984605715_70205116536540' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__3218480170456151291_70205080496680' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2814572326751436985__process_action__754662290721078353__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2573134326148732224__call__3647548017200103465__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-05 11:55:40 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (31.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (47.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (50.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (253.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (256.0ms) ["amalgam/admin/pages"] [] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (3.5ms) Completed 500 Internal Server Error in 317ms ActionController::RoutingError (No route matches {:controller=>"amalgam/admin/posts"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:597:in `current_page?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:47:in `is_active?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:35:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:16:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___248566456984605715_70205116536540' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__3218480170456151291_70205080496680' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2814572326751436985__process_action__754662290721078353__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2573134326148732224__call__3647548017200103465__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-05 11:55:43 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (33.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (39.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (229.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (231.6ms) ["amalgam/admin/pages"] [] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (3.2ms) Completed 500 Internal Server Error in 251ms ActionController::RoutingError (No route matches {:controller=>"amalgam/admin/posts"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:597:in `current_page?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:47:in `is_active?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:35:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:16:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___248566456984605715_70205116536540' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__3218480170456151291_70205080496680' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2814572326751436985__process_action__754662290721078353__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2573134326148732224__call__3647548017200103465__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-05 11:55:51 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (32.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (35.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (236.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (249.0ms) ["amalgam/admin/pages"] [] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.7ms) Completed 500 Internal Server Error in 504ms ActionController::RoutingError (No route matches {:controller=>"amalgam/admin/posts"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:597:in `current_page?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:47:in `is_active?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:35:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:16:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___284967429007537588_70141171810940' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__2557100757972134336_70141142209400' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__1403019900707700463__process_action__2130427362903979900__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1266014410205512009__call__1443076882114995053__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-05 11:55:54 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (20.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (30.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (39.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (38.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (236.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (239.7ms) ["amalgam/admin/pages"] [] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (3.5ms) Completed 500 Internal Server Error in 261ms ActionController::RoutingError (No route matches {:controller=>"amalgam/admin/posts"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:597:in `current_page?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:47:in `is_active?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:35:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:16:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___284967429007537588_70141171810940' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__2557100757972134336_70141142209400' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__1403019900707700463__process_action__2130427362903979900__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1266014410205512009__call__1443076882114995053__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-05 11:56:09 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (31.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (226.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (229.7ms) ["amalgam/admin/pages"] [] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (3.3ms) Completed 500 Internal Server Error in 259ms ActionController::RoutingError (No route matches {:controller=>"amalgam/admin/posts"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:597:in `current_page?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:47:in `is_active?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:35:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:16:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___284967429007537588_70141171810940' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__2557100757972134336_70141142209400' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__1403019900707700463__process_action__2130427362903979900__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1266014410205512009__call__1443076882114995053__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-05 11:56:10 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (45.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (35.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (82.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (261.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (264.1ms) ["amalgam/admin/pages"] [] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (3.4ms) Completed 500 Internal Server Error in 322ms ActionController::RoutingError (No route matches {:controller=>"amalgam/admin/posts"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:597:in `current_page?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:47:in `is_active?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:35:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:16:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___284967429007537588_70141171810940' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__2557100757972134336_70141142209400' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__1403019900707700463__process_action__2130427362903979900__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1266014410205512009__call__1443076882114995053__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-05 11:56:13 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (30.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (39.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (226.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (228.9ms) ["amalgam/admin/pages"] [] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (3.4ms) Completed 500 Internal Server Error in 251ms ActionController::RoutingError (No route matches {:controller=>"amalgam/admin/posts"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:597:in `current_page?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:47:in `is_active?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:35:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:16:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___284967429007537588_70141171810940' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__2557100757972134336_70141142209400' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__1403019900707700463__process_action__2130427362903979900__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1266014410205512009__call__1443076882114995053__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-05 11:56:57 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (51.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (52.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (59.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (67.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (74.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (227.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (229.6ms) ["amalgam/admin/pages"] [] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (4.1ms) Completed 500 Internal Server Error in 249ms ActionController::RoutingError (No route matches {:controller=>"amalgam/admin/posts"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:597:in `current_page?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:47:in `is_active?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:35:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:16:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___284967429007537588_70141171810940' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__2557100757972134336_70141142209400' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__1403019900707700463__process_action__2130427362903979900__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1266014410205512009__call__1443076882114995053__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-05 11:56:59 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (51.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (36.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (267.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (269.8ms) ["amalgam/admin/pages"] [] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (3.3ms) Completed 500 Internal Server Error in 289ms ActionController::RoutingError (No route matches {:controller=>"amalgam/admin/posts"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:597:in `current_page?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:47:in `is_active?' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:35:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:16:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___284967429007537588_70141171810940' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__2557100757972134336_70141142209400' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__1403019900707700463__process_action__2130427362903979900__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1266014410205512009__call__1443076882114995053__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Connecting to database specified by database.yml Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-05 12:02:09 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (29.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (34.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (46.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (52.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (61.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (68.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (234.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (247.8ms) ["amalgam/admin/pages"] ["admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (101.5ms) Completed 500 Internal Server Error in 577ms ActionView::Template::Error (undefined local variable or method `ontroller' for #<#:0x007fafb74e0bd8>): 13: %li.edit 14: %a{:href => '#'}= t('admin.actions.edit') 15: = controller_links /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:36:in `block (2 levels) in controller_links' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.6) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:59:in `drop_down_list' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:17:in `block in drop_down' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.6) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:35:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:16:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___1524260682839121875_70196333348740' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml___1159800000416500848_70196334276760' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3349562480196463980__process_action__3389480036380624947__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1934774561154140965__call__433218191098105308__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.1ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-05 12:03:33 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (37.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (39.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (64.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (71.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (237.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (239.3ms) ["amalgam/admin/pages"] ["admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (125.1ms) Completed 500 Internal Server Error in 380ms ActionView::Template::Error (undefined local variable or method `ontroller' for #<#:0x007fafb333c8a8>): 13: %li.edit 14: %a{:href => '#'}= t('admin.actions.edit') 15: = controller_links /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:36:in `block (2 levels) in controller_links' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.6) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:59:in `drop_down_list' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:17:in `block in drop_down' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.6) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:35:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:16:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___1524260682839121875_70196333348740' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml___1159800000416500848_70196334276760' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3349562480196463980__process_action__3389480036380624947__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1934774561154140965__call__433218191098105308__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.4ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-05 12:03:57 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (33.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (72.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (223.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (226.1ms) ["amalgam/admin/pages"] ["admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (128.0ms) Completed 500 Internal Server Error in 379ms ActionView::Template::Error (undefined local variable or method `ontroller' for #<#:0x007fafb759d8a0>): 13: %li.edit 14: %a{:href => '#'}= t('admin.actions.edit') 15: = controller_links /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:36:in `block (2 levels) in controller_links' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.6) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:59:in `drop_down_list' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:17:in `block in drop_down' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.6) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:35:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:16:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___1524260682839121875_70196333348740' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml___1159800000416500848_70196334276760' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3349562480196463980__process_action__3389480036380624947__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1934774561154140965__call__433218191098105308__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.0ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-05 12:03:59 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (29.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (225.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (228.5ms) ["amalgam/admin/pages"] ["admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (99.8ms) Completed 500 Internal Server Error in 345ms ActionView::Template::Error (undefined local variable or method `ontroller' for #<#:0x007fafb7680678>): 13: %li.edit 14: %a{:href => '#'}= t('admin.actions.edit') 15: = controller_links /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:36:in `block (2 levels) in controller_links' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.6) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:59:in `drop_down_list' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:17:in `block in drop_down' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.6) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:35:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:16:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___1524260682839121875_70196333348740' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml___1159800000416500848_70196334276760' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3349562480196463980__process_action__3389480036380624947__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1934774561154140965__call__433218191098105308__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.4ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-05 12:04:08 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (31.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (245.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (248.2ms) ["amalgam/admin/pages"] ["admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.4ms) Completed 200 OK in 283ms (Views: 271.7ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-05 12:04:09 +0800 Served asset /bootstrap.css - 304 Not Modified (15ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-05 12:04:09 +0800 Served asset /amalgam/admin.css - 304 Not Modified (15ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-05 12:04:09 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-05 12:04:09 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-05 12:04:09 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:09 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:09 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:09 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:09 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:09 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (49ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:09 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:09 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:09 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:09 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:09 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:09 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:09 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:09 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:09 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:09 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:09 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-09-05 12:04:09 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (4ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-09-05 12:04:09 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-09-05 12:04:09 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-09-05 12:04:09 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-09-05 12:04:09 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-05 12:04:19 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (30.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (46.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (55.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (229.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (232.0ms) ["amalgam/admin/pages"] ["admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.2ms) Completed 200 OK in 265ms (Views: 252.7ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-05 12:04:20 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-05 12:04:20 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-05 12:04:20 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-05 12:04:20 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-05 12:04:20 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:20 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:20 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:20 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:20 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:20 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:20 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:20 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:20 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:20 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:20 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:20 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:20 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:20 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:20 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:20 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:20 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-05 12:04:20 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-05 12:07:32 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (43.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (50.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (51.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (57.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (65.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (73.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (236.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (239.3ms) ["amalgam/admin/pages"] ["admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (82.8ms) Completed 500 Internal Server Error in 347ms ActionView::Template::Error (undefined method `admin_posts_path' for #): 13: %li.edit 14: %a{:href => '#'}= t('admin.actions.edit') 15: = controller_links /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:36:in `eval' (eval):1:in `block (2 levels) in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:36:in `eval' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:36:in `block (2 levels) in controller_links' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.6) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:59:in `drop_down_list' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:17:in `block in drop_down' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.6) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:35:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:16:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___1524260682839121875_70196333348740' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml___1159800000416500848_70196334276760' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3349562480196463980__process_action__3389480036380624947__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1934774561154140965__call__433218191098105308__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.6ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-05 12:58:31 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (38.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (42.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (50.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (34.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (278.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (281.8ms) ["amalgam/admin/pages"] ["admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (51.4ms) Completed 500 Internal Server Error in 350ms ActionView::Template::Error (undefined method `admin_posts_path' for #): 13: %li.edit 14: %a{:href => '#'}= t('admin.actions.edit') 15: = controller_links /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:36:in `eval' (eval):1:in `block (2 levels) in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:36:in `eval' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:36:in `block (2 levels) in controller_links' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.6) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:59:in `drop_down_list' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:17:in `block in drop_down' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.6) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:35:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:16:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___1524260682839121875_70196333348740' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.6) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml___1159800000416500848_70196334276760' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3349562480196463980__process_action__3389480036380624947__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1934774561154140965__call__433218191098105308__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.7ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-05 13:58:02 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (30.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (20.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (38.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (38.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (251.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (264.8ms) ["amalgam/admin/pages"] ["admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.3ms) Completed 200 OK in 517ms (Views: 505.6ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-05 13:58:03 +0800 Served asset /bootstrap.css - 304 Not Modified (46ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-05 13:58:03 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-05 13:58:03 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-05 13:58:03 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-05 13:58:03 +0800 Served asset /amalgam/admin.css - 304 Not Modified (17ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-05 13:58:03 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-05 13:58:03 +0800 Served asset /jquery.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-05 13:58:03 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-05 13:58:03 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-05 13:58:03 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (14ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-05 13:58:03 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (16ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-05 13:58:03 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-05 13:58:03 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-05 13:58:03 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-05 13:58:03 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-05 13:58:03 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-05 13:58:03 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-05 13:58:03 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-05 13:58:03 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-05 13:58:03 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-05 13:58:03 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-05 13:58:03 +0800 Served asset /amalgam/admin.js - 304 Not Modified (13ms) Started GET "/amalgam/admin/posts" for 127.0.0.1 at 2012-09-05 13:58:10 +0800 Processing by Amalgam::Admin::PostsController#index as HTML Completed 500 Internal Server Error in 3ms ActionView::MissingTemplate (Missing template amalgam/admin/posts/index, amalgam/admin/base/index, amalgam/application/index with {:locale=>[:"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3065632885699427827__process_action__1169765393132909320__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3351470616846765964__call__2693967049365507218__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-05 14:11:18 +0800 Connecting to database specified by database.yml Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (31.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (35.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (229.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (241.6ms) ["amalgam/admin/pages"] ["admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.7ms) Completed 200 OK in 493ms (Views: 481.7ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-05 14:11:19 +0800 Served asset /bootstrap.css - 304 Not Modified (15ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-05 14:11:20 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-05 14:11:20 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (4ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:20 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-05 14:11:20 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-05 14:11:20 +0800 Served asset /amalgam/admin.css - 304 Not Modified (14ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:20 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:20 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:20 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:20 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:20 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (43ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:20 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:20 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:20 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:20 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:20 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:20 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:20 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:20 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:20 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:20 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:20 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-09-05 14:11:23 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 18) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 19 AND "pages"."rgt" <= 20) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 21 AND "pages"."rgt" <= 22) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 24) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 25 AND "pages"."rgt" <= 26) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 27 AND "pages"."rgt" <= 30) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 31 AND "pages"."rgt" <= 32) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 33 AND "pages"."rgt" <= 34) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 35 AND "pages"."rgt" <= 36) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 37 AND "pages"."rgt" <= 38) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 39 AND "pages"."rgt" <= 40) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 41 AND "pages"."rgt" <= 42) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 43 AND "pages"."rgt" <= 44) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 45 AND "pages"."rgt" <= 46) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 47 AND "pages"."rgt" <= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (35.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (38.0ms) ["amalgam/admin/pages"] ["admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (4.9ms) Completed 200 OK in 91ms (Views: 86.3ms | ActiveRecord: 4.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-05 14:11:24 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-05 14:11:24 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-05 14:11:24 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-05 14:11:24 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-05 14:11:24 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:24 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:24 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:24 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:24 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:24 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:24 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:24 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:24 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:24 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:24 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:24 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:24 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:24 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:24 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:24 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:24 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:24 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-05 14:11:26 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (32.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (39.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (266.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (268.6ms) ["amalgam/admin/pages"] ["admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (4.8ms) Completed 200 OK in 290ms (Views: 287.8ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-05 14:11:26 +0800 Served asset /bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-05 14:11:26 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (5ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:26 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-05 14:11:26 +0800 Served asset /amalgam/admin.css - 304 Not Modified (38ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-05 14:11:26 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-05 14:11:26 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:26 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:26 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:26 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:26 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:26 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:26 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:26 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:26 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:26 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:26 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:26 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:26 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:26 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:26 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:26 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-05 14:11:26 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) [:pages, {:except=>[:show]}] [:posts, {:except=>[:show]}] [:pages, {:except=>[:show]}] [:posts, {:except=>[:show]}] #, @scope={:path_names=>{:new=>"new", :edit=>"edit"}, :scope_level=>nil, :scope_level_resource=>nil, :controller=>nil, :constraints=>nil, :blocks=>nil, :options=>nil, :path=>nil}, @scope_options=[:path, :shallow_path, :as, :shallow_prefix, :module, :controller, :path_names, :constraints, :defaults, :blocks, :options, :shallow]> #, @scope={:path_names=>{:new=>"new", :edit=>"edit"}, :scope_level=>nil, :scope_level_resource=>nil, :controller=>nil, :constraints=>nil, :blocks=>nil, :options=>nil, :path=>nil}, @scope_options=[:path, :shallow_path, :as, :shallow_prefix, :module, :controller, :path_names, :constraints, :defaults, :blocks, :options, :shallow]> Started GET "/" for 127.0.0.1 at 2012-09-06 15:21:13 +0800 Connecting to database specified by database.yml ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 15:21:19 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml within layouts/amalgam/admin/editor (1.2ms) Compiled amalgam/mercury.js (6ms) (pid 27059) Compiled amalgam/editor.js (243ms) (pid 27059) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (18.2ms) Completed 500 Internal Server Error in 726ms ActionView::Template::Error (undefined method `controllers' for Amalgam:Module): 9: = dropdown_item(t('amalgam.admin.actions.index'), amalgam.admin_pages_path) 10: = dropdown_item(t('amalgam.admin.actions.new'), amalgam.new_admin_page_path) 11: = controller_links 12: %ul.nav.pull-right 13: - if editor 14: %li.edit 15: %a{:href => '#'}= t('admin.actions.edit') app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.1ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 15:24:26 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (4.5ms) Completed 500 Internal Server Error in 49ms ActionView::Template::Error (undefined method `controllers' for Amalgam:Module): 9: = dropdown_item(t('amalgam.admin.actions.index'), amalgam.admin_pages_path) 10: = dropdown_item(t('amalgam.admin.actions.new'), amalgam.new_admin_page_path) 11: = controller_links 12: %ul.nav.pull-right 13: - if editor 14: %li.edit 15: %a{:href => '#'}= t('admin.actions.edit') app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.3ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 15:24:29 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml within layouts/amalgam/admin/editor (0.2ms) ["amalgam/admin/pages"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (3.4ms) Completed 500 Internal Server Error in 40ms ActionView::Template::Error (undefined method `controllers' for Amalgam:Module): 9: = dropdown_item(t('amalgam.admin.actions.index'), amalgam.admin_pages_path) 10: = dropdown_item(t('amalgam.admin.actions.new'), amalgam.new_admin_page_path) 11: = controller_links 12: %ul.nav.pull-right 13: - if editor 14: %li.edit 15: %a{:href => '#'}= t('admin.actions.edit') app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.7ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 15:24:42 +0800 Connecting to database specified by database.yml Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml within layouts/amalgam/admin/editor (24.8ms) ["amalgam/admin/pages"] ["admin/pages"] ["admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (22.9ms) Completed 200 OK in 334ms (Views: 316.9ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /bootstrap.css - 304 Not Modified (58ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /mercury.css - 304 Not Modified (17ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /responsive.css - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /mercury/mercury.css - 304 Not Modified (10ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /mercury/modal.css - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (33ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /amalgam/editor.css - 304 Not Modified (23ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /amalgam/mercury.js - 200 OK (49ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (43ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /mercury/mercury.js - 304 Not Modified (36ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:43 +0800 Served asset /mercury/select.js - 304 Not Modified (35ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (8ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (8ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (42ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /amalgam/editor.js - 304 Not Modified (83ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.8ms) Completed 200 OK in 5ms (Views: 5.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (5ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346916284593" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346916284593", "path"=>"test/test3/fasfsa"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml (0.1ms) Completed 200 OK in 4ms (Views: 1.5ms | ActiveRecord: 0.4ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-06 15:24:44 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-09-06 15:24:46 +0800 Served asset /mercury/toolbar/primary/save.png - 304 Not Modified (7ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-09-06 15:24:46 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-09-06 15:24:46 +0800 Served asset /mercury/toolbar/primary/undo.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-09-06 15:24:46 +0800 Served asset /mercury/toolbar/primary/redo.png - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-09-06 15:24:46 +0800 Served asset /mercury/toolbar/primary/preview.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-09-06 15:24:46 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-09-06 15:24:46 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 304 Not Modified (43ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-09-06 15:24:46 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-09-06 15:24:46 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-09-06 15:24:46 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-09-06 15:24:46 +0800 Served asset /mercury/toolbar/editable/buttons.png - 304 Not Modified (4ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-09-06 15:24:46 +0800 Served asset /mercury/close.png - 304 Not Modified (6ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 15:25:21 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml within layouts/amalgam/admin/editor (0.2ms) Compiled amalgam/mercury.js (37ms) (pid 30622) Compiled amalgam/editor.js (247ms) (pid 30622) ["amalgam/admin/pages"] ["admin/pages"] ["admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.6ms) Completed 200 OK in 451ms (Views: 447.8ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-06 15:25:21 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-06 15:25:21 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-06 15:25:21 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-06 15:25:21 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-06 15:25:21 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /amalgam/mercury.js - 200 OK (108ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Served asset /amalgam/editor.js - 304 Not Modified (56ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 56ms (Views: 55.6ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346916322660" for 127.0.0.1 at 2012-09-06 15:25:22 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346916322660", "path"=>"test/test3/fasfsa"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml (0.1ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.4ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 15:26:12 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml within layouts/amalgam/admin/editor (0.2ms) Compiled amalgam/mercury.js (7ms) (pid 30622) Compiled amalgam/editor.js (272ms) (pid 30622) ["amalgam/admin/pages"] ["admin/pages"] ["admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (43.1ms) Completed 200 OK in 436ms (Views: 434.3ms | ActiveRecord: 0.3ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /amalgam/mercury.js - 200 OK (62ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /amalgam/editor.js - 304 Not Modified (47ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346916373864" for 127.0.0.1 at 2012-09-06 15:26:13 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346916373864", "path"=>"test/test3/fasfsa"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml (0.1ms) Completed 200 OK in 6ms (Views: 2.4ms | ActiveRecord: 0.5ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 15:26:24 +0800 Connecting to database specified by database.yml Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml within layouts/amalgam/admin/editor (27.4ms) ["amalgam/admin/pages"] ["admin/pages"] ["admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (21.7ms) Completed 200 OK in 360ms (Views: 342.9ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:25 +0800 Served asset /bootstrap.css - 304 Not Modified (13ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:25 +0800 Served asset /mercury.css - 304 Not Modified (13ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:25 +0800 Served asset /responsive.css - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:25 +0800 Served asset /mercury/mercury.css - 304 Not Modified (12ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:25 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:25 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:25 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:25 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:25 +0800 Served asset /mercury/modal.css - 304 Not Modified (32ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:25 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:25 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:25 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:25 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:25 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-06 15:26:25 +0800 Served asset /amalgam/editor.css - 304 Not Modified (22ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:25 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:25 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (43ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:25 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:25 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (38ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:25 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:25 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:25 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:25 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:25 +0800 Served asset /mercury/mercury.js - 304 Not Modified (34ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/dialog.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/palette.js - 304 Not Modified (34ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Served asset /amalgam/editor.js - 304 Not Modified (78ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346916386610" for 127.0.0.1 at 2012-09-06 15:26:26 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346916386610", "path"=>"test/test3/fasfsa"} Page Load (0.6ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml (0.2ms) Completed 200 OK in 7ms (Views: 3.0ms | ActiveRecord: 0.6ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 15:30:12 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 98ms ActionView::Template::Error (couldn't find file 'mercury/locales/zh.locale' (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/mercury.js:20)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 15:30:58 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 296ms ActionView::Template::Error (SyntaxError: multiple object literal properties named ""Insert Link"" (in /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/assets/javascripts/mercury/locales/zh.local.js.coffee)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (40.7ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (48.3ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 15:31:00 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml within layouts/amalgam/admin/editor (0.2ms) Completed 500 Internal Server Error in 297ms ActionView::Template::Error (SyntaxError: multiple object literal properties named ""Insert Link"" (in /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/assets/javascripts/mercury/locales/zh.local.js.coffee)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.3ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 15:45:03 +0800 Connecting to database specified by database.yml Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml within layouts/amalgam/admin/editor (0.9ms) Completed 500 Internal Server Error in 403ms ActionView::Template::Error (SyntaxError: multiple object literal properties named ""Options"" (in /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/assets/javascripts/mercury/locales/zh.local.js.coffee)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 15:45:31 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 303ms ActionView::Template::Error (SyntaxError: multiple object literal properties named ""Alignment"" (in /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/assets/javascripts/mercury/locales/zh.local.js.coffee)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.3ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 15:45:47 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml within layouts/amalgam/admin/editor (0.1ms) Completed 500 Internal Server Error in 298ms ActionView::Template::Error (SyntaxError: multiple object literal properties named ""Insert Table"" (in /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/assets/javascripts/mercury/locales/zh.local.js.coffee)): 5: = csrf_meta_tags 6: %title= 'Amalgam' 7: = stylesheet_link_tag 'amalgam/editor' 8: = javascript_include_tag 'amalgam/editor' 9: %body 10: = render :partial => 'amalgam/admin/nav_bar', :locals => {:editor => true} app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.1ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 15:46:07 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml within layouts/amalgam/admin/editor (0.1ms) Compiled mercury/locales/zh.local.js (231ms) (pid 30824) Compiled amalgam/mercury.js (247ms) (pid 30824) Compiled amalgam/editor.js (232ms) (pid 30824) ["amalgam/admin/pages"] ["admin/pages"] ["admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (25.6ms) Completed 200 OK in 818ms (Views: 814.8ms | ActiveRecord: 0.5ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-06 15:46:08 +0800 Served asset /responsive.css - 304 Not Modified (12ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-06 15:46:08 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-06 15:46:08 +0800 Served asset /mercury/mercury.css - 304 Not Modified (16ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-06 15:46:08 +0800 Served asset /mercury.css - 304 Not Modified (13ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-06 15:46:08 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-06 15:46:08 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-06 15:46:08 +0800 Served asset /mercury/dialog.css - 304 Not Modified (33ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-06 15:46:08 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-06 15:46:08 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-06 15:46:08 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-06 15:46:08 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-06 15:46:08 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-06 15:46:08 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:08 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-06 15:46:08 +0800 Served asset /mercury/all_images.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-06 15:46:08 +0800 Served asset /amalgam/editor.css - 304 Not Modified (25ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:08 +0800 Served asset /amalgam/mercury.js - 200 OK (101ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:08 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:08 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:08 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/locales/zh.local.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:08 +0800 Served asset /mercury/locales/zh.local.js - 200 OK (6ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:08 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:08 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:08 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:08 +0800 Served asset /mercury/mercury.js - 304 Not Modified (40ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (38ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (49ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (6ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (41ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /amalgam/editor.js - 304 Not Modified (53ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.8ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346917569672" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346917569672", "path"=>"test/test3/fasfsa"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml (0.1ms) Completed 200 OK in 5ms (Views: 2.4ms | ActiveRecord: 0.4ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-06 15:46:09 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-09-06 15:46:11 +0800 Served asset /mercury/toolbar/primary/save.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-09-06 15:46:11 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-09-06 15:46:11 +0800 Served asset /mercury/toolbar/primary/undo.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-09-06 15:46:11 +0800 Served asset /mercury/toolbar/primary/redo.png - 304 Not Modified (41ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-09-06 15:46:11 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-09-06 15:46:11 +0800 Served asset /mercury/toolbar/primary/preview.png - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-09-06 15:46:11 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-09-06 15:46:11 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-09-06 15:46:11 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-09-06 15:46:11 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-09-06 15:46:11 +0800 Served asset /mercury/toolbar/editable/buttons.png - 304 Not Modified (3ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-09-06 15:46:11 +0800 Served asset /mercury/close.png - 304 Not Modified (3ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml within layouts/amalgam/admin/editor (0.2ms) Compiled amalgam/mercury.js (8ms) (pid 30824) Compiled amalgam/editor.js (245ms) (pid 30824) ["amalgam/admin/pages"] ["admin/pages"] ["admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.0ms) Completed 200 OK in 440ms (Views: 437.8ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Served asset /amalgam/editor.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Served asset /amalgam/mercury.js - 200 OK (87ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:09 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Served asset /amalgam/editor.js - 304 Not Modified (86ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346917690399" for 127.0.0.1 at 2012-09-06 15:48:10 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346917690399", "path"=>"test/test3/fasfsa"} Page Load (0.6ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml (0.2ms) Completed 200 OK in 7ms (Views: 2.8ms | ActiveRecord: 0.6ms) Started GET "/" for 127.0.0.1 at 2012-09-06 16:05:38 +0800 Connecting to database specified by database.yml ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.4ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 16:05:43 +0800 ActionController::RoutingError (uninitialized constant Amalgam::Editable): app/controllers/pages_controller.rb:3:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 16:14:01 +0800 Connecting to database specified by database.yml ActionController::RoutingError (undefined method `layout' for #): app/controllers/pages_controller.rb:3:in `include' app/controllers/pages_controller.rb:3:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 16:14:04 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.8ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 16:14:05 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 16:14:07 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 16:14:23 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 16:16:25 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 16:16:26 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.1ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 16:16:27 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Rendered pages/show.html.haml (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 16:16:45 +0800 Connecting to database specified by database.yml ActionController::RoutingError (undefined method `layout' for #): app/controllers/pages_controller.rb:3:in `include' app/controllers/pages_controller.rb:3:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 16:17:36 +0800 Connecting to database specified by database.yml Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 55ms NoMethodError (Could not render layout: undefined method `admin_signed_in?' for #): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 16:29:34 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 25ms NoMethodError (Could not render layout: undefined method `admin_signed_in?' for #): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.9ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 16:29:36 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 11ms NoMethodError (Could not render layout: undefined method `admin_signed_in?' for #): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.6ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 16:29:46 +0800 Connecting to database specified by database.yml Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 54ms NoMethodError (Could not render layout: undefined method `admin_signed_in?' for #): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.7ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 16:52:34 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 17ms NoMethodError (Could not render layout: undefined method `admin_signed_in?' for #): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.4ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 16:55:45 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 20ms NoMethodError (Could not render layout: undefined method `admin_signed_in?' for #): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.1ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 16:55:58 +0800 Connecting to database specified by database.yml ActionController::RoutingError (uninitialized constant Amalgam::Editable): app/controllers/pages_controller.rb:3:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 16:56:31 +0800 Connecting to database specified by database.yml Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 57ms NoMethodError (Could not render layout: undefined method `admin_signed_in?' for #): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.5ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 16:56:33 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 12ms NoMethodError (Could not render layout: undefined method `admin_signed_in?' for #): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.8ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 16:57:08 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml within layouts/amalgam/admin/editor (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (62.1ms) Completed 500 Internal Server Error in 362ms ActionView::Template::Error (undefined method `drop_down' for #<#:0x007fa4e7fa0328>): 5: %h3.brand 6: = 'Amalgam' 7: %ul.nav 8: = drop_down(Page.model_name.human,'#', :controller => 'amalgam/admin/pages') do 9: = dropdown_item(t('amalgam.admin.actions.index'), amalgam.admin_pages_path) 10: = dropdown_item(t('amalgam.admin.actions.new'), amalgam.new_admin_page_path) 11: = controller_links app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.5ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 16:57:10 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml within layouts/amalgam/admin/editor (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (16.1ms) Completed 500 Internal Server Error in 51ms ActionView::Template::Error (undefined method `drop_down' for #<#:0x007fa4e5ebae88>): 5: %h3.brand 6: = 'Amalgam' 7: %ul.nav 8: = drop_down(Page.model_name.human,'#', :controller => 'amalgam/admin/pages') do 9: = dropdown_item(t('amalgam.admin.actions.index'), amalgam.admin_pages_path) 10: = dropdown_item(t('amalgam.admin.actions.new'), amalgam.new_admin_page_path) 11: = controller_links app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.8ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 16:58:38 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 DEPRECATION WARNING: Layout found at "application" for ApplicationController but parent controller set layout to :layout_with_mercury. Please explicitly set your layout to "application" or set it to nil to force a dynamic lookup. (called from realtime at /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295) Rendered pages/test/test3/fasfsa.html.haml within layouts/application (0.1ms) Completed 200 OK in 33ms (Views: 20.0ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-06 16:58:38 +0800 Served asset /application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-06 16:58:38 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-06 16:58:38 +0800 Served asset /application.js - 304 Not Modified (7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-06 16:58:38 +0800 Served asset /jquery_ujs.js - 304 Not Modified (42ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 16:58:40 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 DEPRECATION WARNING: Layout found at "application" for ApplicationController but parent controller set layout to :layout_with_mercury. Please explicitly set your layout to "application" or set it to nil to force a dynamic lookup. (called from realtime at /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295) Rendered pages/test/test3/fasfsa.html.haml within layouts/application (0.2ms) Completed 200 OK in 8ms (Views: 5.9ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-06 16:58:40 +0800 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-06 16:58:40 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-06 16:58:40 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-06 16:58:40 +0800 Served asset /application.js - 304 Not Modified (0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-06 16:59:09 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] ["admin/pages"] ["admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (44.3ms) Completed 200 OK in 95ms (Views: 84.3ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-06 16:59:09 +0800 Served asset /bootstrap.css - 304 Not Modified (12ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-06 16:59:09 +0800 Served asset /responsive.css - 304 Not Modified (8ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-06 16:59:09 +0800 Served asset /mercury.css - 304 Not Modified (23ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-06 16:59:09 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-06 16:59:09 +0800 Served asset /mercury/mercury.css - 304 Not Modified (30ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-06 16:59:09 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-06 16:59:09 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-06 16:59:09 +0800 Served asset /mercury/dialog.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-06 16:59:09 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-06 16:59:09 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-06 16:59:09 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-06 16:59:09 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-06 16:59:09 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-06 16:59:09 +0800 Served asset /mercury/all_images.css - 304 Not Modified (8ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-06 16:59:09 +0800 Served asset /amalgam/editor.css - 304 Not Modified (23ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:09 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:09 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (65ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:09 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:09 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:09 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:09 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:09 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:09 +0800 Served asset /mercury/mercury.js - 304 Not Modified (38ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/select.js - 304 Not Modified (35ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/lightview.js - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/snippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (6ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (36ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /amalgam/editor.js - 304 Not Modified (80ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346921950711" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346921950711", "path"=>"test/test3/fasfsa"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml (0.2ms) Completed 200 OK in 6ms (Views: 2.2ms | ActiveRecord: 0.5ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-06 16:59:10 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-09-06 16:59:12 +0800 Served asset /mercury/toolbar/primary/save.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-09-06 16:59:12 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-09-06 16:59:12 +0800 Served asset /mercury/toolbar/primary/preview.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-09-06 16:59:12 +0800 Served asset /mercury/toolbar/primary/undo.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-09-06 16:59:12 +0800 Served asset /mercury/toolbar/primary/redo.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-09-06 16:59:12 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-09-06 16:59:12 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-09-06 16:59:12 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 304 Not Modified (7ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-09-06 16:59:12 +0800 Served asset /mercury/toolbar/editable/buttons.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-09-06 16:59:12 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-09-06 16:59:12 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 304 Not Modified (5ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-09-06 16:59:12 +0800 Served asset /mercury/close.png - 304 Not Modified (5ms) Started GET "/" for 127.0.0.1 at 2012-09-07 11:18:15 +0800 Connecting to database specified by database.yml ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-07 11:18:19 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml within layouts/amalgam/admin/editor (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (59.3ms) Completed 500 Internal Server Error in 370ms ActionView::Template::Error (undefined method `drop_down' for #<#:0x007fd45ee346f0>): 5: %h3.brand 6: = 'Amalgam' 7: %ul.nav 8: = drop_down(Page.model_name.human,'#', :controller => 'amalgam/admin/pages') do 9: = dropdown_item(t('amalgam.admin.actions.index'), amalgam.admin_pages_path) 10: = dropdown_item(t('amalgam.admin.actions.new'), amalgam.new_admin_page_path) 11: = controller_links app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.0ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-07 11:22:41 +0800 Connecting to database specified by database.yml Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml within layouts/amalgam/admin/editor (0.9ms) ["amalgam/admin/pages"] ["admin/pages"] ["admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (57.9ms) Completed 200 OK in 385ms (Views: 342.4ms | ActiveRecord: 0.4ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /responsive.css - 304 Not Modified (11ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/mercury.css - 304 Not Modified (14ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury.css - 304 Not Modified (19ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/all_images.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /amalgam/editor.css - 304 Not Modified (57ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (60ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/mercury.js - 304 Not Modified (67ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (7ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (35ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (7ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:42 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:43 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (35ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:43 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:43 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:43 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:43 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:43 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:43 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:43 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:43 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:43 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:43 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-07 11:22:43 +0800 Served asset /amalgam/editor.js - 304 Not Modified (51ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-07 11:22:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-07 11:22:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-07 11:22:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-07 11:22:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-07 11:22:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-07 11:22:43 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-07 11:22:43 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (3ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346988163312" for 127.0.0.1 at 2012-09-07 11:22:43 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346988163312", "path"=>"test/test3/fasfsa"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 11ms NameError (Could not render layout: undefined local variable or method `content_layout' for #): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.5ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-07 11:27:03 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] ["admin/pages"] ["admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.1ms) Completed 200 OK in 90ms (Views: 80.2ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346988424653" for 127.0.0.1 at 2012-09-07 11:27:04 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346988424653", "path"=>"test/test3/fasfsa"} Page Load (0.6ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 15ms NameError (Could not render layout: undefined local variable or method `content_layout' for #): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.7ms) Started GET "/pages/test/test3/fasfsa" for 127.0.0.1 at 2012-09-07 11:27:14 +0800 Connecting to database specified by database.yml Processing by PagesController#show as HTML Parameters: {"path"=>"test/test3/fasfsa"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml within layouts/amalgam/admin/editor (0.7ms) ["amalgam/admin/pages"] ["admin/pages"] ["admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (58.8ms) Completed 200 OK in 367ms (Views: 321.3ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /bootstrap.css - 304 Not Modified (11ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /mercury.css - 304 Not Modified (20ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /mercury/mercury.css - 304 Not Modified (14ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /mercury/uploader.css - 304 Not Modified (33ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /mercury/all_images.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /amalgam/editor.css - 304 Not Modified (25ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (46ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (38ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /mercury/mercury.js - 304 Not Modified (36ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /mercury/palette.js - 304 Not Modified (4ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:15 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /mercury/lightview.js - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (53ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /mercury/uploader.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (38ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Served asset /amalgam/editor.js - 304 Not Modified (46ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms) Started GET "/pages/test/test3/fasfsa?mercury_frame=true&_=1346988436499" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1346988436499", "path"=>"test/test3/fasfsa"} Page Load (0.6ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test/test3/fasfsa' ORDER BY lft ASC LIMIT 1 Rendered pages/test/test3/fasfsa.html.haml (0.2ms) Completed 200 OK in 9ms (Views: 1.6ms | ActiveRecord: 0.6ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-07 11:27:16 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117) Migrating to CreatePosts (20120904075542)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120904075542')  (0.8ms) commit transaction Migrating to CreateAdmins (20120913061406)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "admins" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120913061406')  (0.6ms) commit transaction  (0.4ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("admins")  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (1.3ms) CREATE TABLE "admins" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.0ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) NOT NULL, "body" text, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.1ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20120913061406')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20120824071117')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20120904075542') Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-09-13 14:33:28 +0800 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-13 14:33:30 +0800 ActionController::RoutingError (No route matches [GET] "/amalgam/admin"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-13 14:33:33 +0800 ActionController::RoutingError (No route matches [GET] "/amalgam/admin"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-13 14:34:41 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 1ms SystemStackError (stack level too deep): actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:70 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (36.8ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-13 14:37:49 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 1ms SystemStackError (stack level too deep): actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:70 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.3ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-13 14:37:52 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 1ms SystemStackError (stack level too deep): actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:70 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.9ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-09-13 14:40:30 +0800 ActionController::RoutingError (No route matches [GET] "/admin/pages"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-09-13 14:40:33 +0800 ActionController::RoutingError (No route matches [GET] "/admin/pages"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-13 14:40:54 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `authenticate_admin!' for #): activesupport (3.2.8) lib/active_support/callbacks.rb:407:in `_run__2079845918214402095__process_action__2945869600833573393__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1852190031979154976__call__3822337817807560206__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.5ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-13 14:40:56 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `authenticate_admin!' for #): activesupport (3.2.8) lib/active_support/callbacks.rb:407:in `_run__2079845918214402095__process_action__2945869600833573393__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1852190031979154976__call__3822337817807560206__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.3ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-13 14:40:58 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `authenticate_admin!' for #): activesupport (3.2.8) lib/active_support/callbacks.rb:407:in `_run__2079845918214402095__process_action__2945869600833573393__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1852190031979154976__call__3822337817807560206__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.2ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-13 14:59:35 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 1ms SystemStackError (stack level too deep): actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:70 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.3ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-13 14:59:36 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 1ms SystemStackError (stack level too deep): actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:70 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.1ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-13 14:59:37 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 0ms SystemStackError (stack level too deep): actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:70 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.8ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-09-13 15:04:30 +0800 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-13 15:05:04 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `authenticate_admin!' for #): activesupport (3.2.8) lib/active_support/callbacks.rb:407:in `_run__4493480363588248547__process_action__4476006981228646942__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1338200651713348897__call__4490519821628655498__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.1ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-13 15:05:05 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `authenticate_admin!' for #): activesupport (3.2.8) lib/active_support/callbacks.rb:407:in `_run__4493480363588248547__process_action__4476006981228646942__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1338200651713348897__call__4490519821628655498__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.8ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-13 16:00:03 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 2ms SystemStackError (stack level too deep): actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:70 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.3ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-13 16:00:16 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 1ms SystemStackError (stack level too deep): actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:70 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.7ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-13 16:00:50 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `authenticate_admin!' for #): activesupport (3.2.8) lib/active_support/callbacks.rb:407:in `_run__2289170837786771221__process_action__2625762489068451523__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1808235648349151282__call__3303623823382987349__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.9ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-13 16:00:51 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `authenticate_admin!' for #): activesupport (3.2.8) lib/active_support/callbacks.rb:407:in `_run__2289170837786771221__process_action__2625762489068451523__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1808235648349151282__call__3303623823382987349__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.5ms) Connecting to database specified by database.yml Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-13 16:01:02 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 1ms SystemStackError (stack level too deep): actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:70 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.9ms) Connecting to database specified by database.yml Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-13 16:15:27 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `authenticate_admin!' for #): activesupport (3.2.8) lib/active_support/callbacks.rb:407:in `_run__1757619048129738059__process_action__3839291213579750127__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1646048715707231745__call__1398470264274842520__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (24.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (36.4ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-13 17:14:53 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 1ms SystemStackError (stack level too deep): actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:70 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.1ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-13 17:20:19 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 1ms SystemStackError (stack level too deep): actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:70 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.5ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-13 17:20:21 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 1ms SystemStackError (stack level too deep): actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:70 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (40.4ms) Connecting to database specified by database.yml Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-13 17:30:28 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 1ms SystemStackError (stack level too deep): actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:70 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.1ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-13 17:30:50 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 1ms SystemStackError (stack level too deep): actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:70 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.0ms) Connecting to database specified by database.yml Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-13 17:31:01 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 2ms SystemStackError (stack level too deep): actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:70 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.9ms) Connecting to database specified by database.yml Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-13 17:41:01 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 1ms NameError (undefined local variable or method `admin_id' for #): /Users/brownjohn/code/amalgam/lib/amalgam/authorities/controllers/helpers.rb:23:in `current_admin' /Users/brownjohn/code/amalgam/lib/amalgam/authorities/controllers/helpers.rb:13:in `authenticate_admin!' activesupport (3.2.8) lib/active_support/callbacks.rb:418:in `_run__1398803688046568462__process_action__691016429565239881__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__902209163781597617__call__630109660423768545__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.2ms) Connecting to database specified by database.yml Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-13 17:41:42 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 2ms SystemStackError (stack level too deep): actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:70 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.8ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-13 17:41:44 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 0ms SystemStackError (stack level too deep): actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:70 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.2ms) Connecting to database specified by database.yml Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-13 17:42:56 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 2ms NameError (undefined local variable or method `admin_id' for #): /Users/brownjohn/code/amalgam/lib/amalgam/authorities/controllers/helpers.rb:23:in `current_admin' /Users/brownjohn/code/amalgam/lib/amalgam/authorities/controllers/helpers.rb:13:in `authenticate_admin!' activesupport (3.2.8) lib/active_support/callbacks.rb:418:in `_run__485827088519348760__process_action__1851313962606415647__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2741463925676019900__call__2903932377247444543__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (36.5ms) Connecting to database specified by database.yml Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-13 17:50:46 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 2ms NameError (undefined local variable or method `admin_signin_url' for #): /Users/brownjohn/code/amalgam/lib/amalgam/authorities/controllers/helpers.rb:14:in `authenticate_admin!' activesupport (3.2.8) lib/active_support/callbacks.rb:418:in `_run__79343677905418827__process_action__3359710903696081904__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__788285884600535177__call__1398193490764358039__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.2ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-13 17:50:48 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 2ms NameError (undefined local variable or method `admin_signin_url' for #): /Users/brownjohn/code/amalgam/lib/amalgam/authorities/controllers/helpers.rb:14:in `authenticate_admin!' activesupport (3.2.8) lib/active_support/callbacks.rb:418:in `_run__79343677905418827__process_action__3359710903696081904__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__788285884600535177__call__1398193490764358039__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.1ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-09-19 14:31:47 +0800 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/admin" for 127.0.0.1 at 2012-09-19 14:31:51 +0800 ActionController::RoutingError (No route matches [GET] "/admin"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 14:31:55 +0800 ActionController::RoutingError (No route matches [GET] "/amalgam/admin"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 14:31:57 +0800 ActionController::RoutingError (No route matches [GET] "/amalgam/admin"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Connecting to database specified by database.yml Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 14:33:27 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://127.0.0.1:3000/amalgam/admin/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 10ms (ActiveRecord: 0.0ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 14:33:28 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Completed 500 Internal Server Error in 0ms TypeError (can't convert Symbol into Integer): /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:22:in `[]' /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:22:in `build_resource' /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:7:in `new' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3286986225534621518__process_action__2738726270168916780__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3359927101877270854__call__715689677731128821__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.5ms) Connecting to database specified by database.yml Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 14:35:37 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (13.7ms) Completed 500 Internal Server Error in 73ms ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::User): 11: .control-groups 12: .controls 13: .input-append 14: =f.text_field :login, :required => true, :autofocus => true ,:placeholder => User.human_attribute_name(:login) 15: %span.add-on> 16: %i.icon-user 17: .control-groups /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml:14:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_sessions_new_html_haml__4608498906565668130_70325293394080' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.6) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.6) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.6) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml:9:in `___sers_brownjohn_code_amalgam_app_views_amalgam_sessions_new_html_haml__4608498906565668130_70325293394080' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__63060843695544164__process_action__3016165667284516370__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__933945401485058730__call__3083942055244082600__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.1ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 14:36:32 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (6.2ms) Completed 200 OK in 60ms (Views: 59.3ms | ActiveRecord: 0.0ms) Started GET "/assets/admin.css" for 127.0.0.1 at 2012-09-19 14:36:32 +0800 Served asset /admin.css - 404 Not Found (5ms) ActionController::RoutingError (No route matches [GET] "/assets/admin.css"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/admin.js" for 127.0.0.1 at 2012-09-19 14:36:32 +0800 Served asset /admin.js - 404 Not Found (5ms) ActionController::RoutingError (No route matches [GET] "/assets/admin.js"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 14:40:27 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (6.9ms) Completed 200 OK in 62ms (Views: 52.8ms | ActiveRecord: 0.4ms) Started GET "/assets/admin.css" for 127.0.0.1 at 2012-09-19 14:40:28 +0800 Served asset /admin.css - 404 Not Found (6ms) ActionController::RoutingError (No route matches [GET] "/assets/admin.css"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/admin.js" for 127.0.0.1 at 2012-09-19 14:40:28 +0800 Served asset /admin.js - 404 Not Found (6ms) ActionController::RoutingError (No route matches [GET] "/assets/admin.js"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 14:40:29 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.1ms) Completed 200 OK in 20ms (Views: 19.6ms | ActiveRecord: 0.0ms) Started GET "/assets/admin.css" for 127.0.0.1 at 2012-09-19 14:40:29 +0800 Served asset /admin.css - 404 Not Found (5ms) ActionController::RoutingError (No route matches [GET] "/assets/admin.css"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/admin.js" for 127.0.0.1 at 2012-09-19 14:40:29 +0800 Served asset /admin.js - 404 Not Found (5ms) ActionController::RoutingError (No route matches [GET] "/assets/admin.js"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 14:41:20 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (12.2ms) Completed 200 OK in 46ms (Views: 37.7ms | ActiveRecord: 0.5ms) Started GET "/assets/admin.css" for 127.0.0.1 at 2012-09-19 14:41:20 +0800 Served asset /admin.css - 404 Not Found (6ms) ActionController::RoutingError (No route matches [GET] "/assets/admin.css"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/admin.js" for 127.0.0.1 at 2012-09-19 14:41:20 +0800 Served asset /admin.js - 404 Not Found (5ms) ActionController::RoutingError (No route matches [GET] "/assets/admin.js"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 14:41:22 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (1.4ms) Completed 200 OK in 51ms (Views: 50.6ms | ActiveRecord: 0.0ms) Started GET "/assets/admin.css" for 127.0.0.1 at 2012-09-19 14:41:22 +0800 Served asset /admin.css - 404 Not Found (6ms) ActionController::RoutingError (No route matches [GET] "/assets/admin.css"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/admin.js" for 127.0.0.1 at 2012-09-19 14:41:22 +0800 Served asset /admin.js - 404 Not Found (5ms) ActionController::RoutingError (No route matches [GET] "/assets/admin.js"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 14:41:45 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (13.2ms) Completed 200 OK in 67ms (Views: 58.6ms | ActiveRecord: 0.5ms) Started GET "/assets/admin.css" for 127.0.0.1 at 2012-09-19 14:41:45 +0800 Served asset /admin.css - 404 Not Found (5ms) ActionController::RoutingError (No route matches [GET] "/assets/admin.css"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/admin.js" for 127.0.0.1 at 2012-09-19 14:41:45 +0800 Served asset /admin.js - 404 Not Found (5ms) ActionController::RoutingError (No route matches [GET] "/assets/admin.js"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 14:44:38 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.1ms) Completed 200 OK in 121ms (Views: 119.9ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 14:44:38 +0800 Served asset /bootstrap.css - 200 OK (25ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 14:44:38 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 14:44:38 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 14:44:38 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 14:44:39 +0800 Served asset /amalgam/admin.css - 304 Not Modified (14ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 14:44:39 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 14:44:39 +0800 Served asset /jquery.js - 200 OK (40ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 14:44:39 +0800 Served asset /jquery.ui.core.js - 200 OK (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 14:44:39 +0800 Served asset /jquery.ui.widget.js - 200 OK (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 14:44:39 +0800 Served asset /jquery.ui.mouse.js - 200 OK (7ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 14:44:39 +0800 Served asset /jquery.ui.sortable.js - 200 OK (9ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 14:44:39 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 14:44:39 +0800 Served asset /jquery.scrollto.js - 200 OK (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 14:44:39 +0800 Served asset /jquery_ujs.js - 200 OK (6ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 14:44:39 +0800 Served asset /bootstrap-dropdown.js - 200 OK (6ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 14:44:39 +0800 Served asset /bootstrap-alert.js - 200 OK (5ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 14:44:39 +0800 Served asset /bootstrap-tooltip.js - 200 OK (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 14:44:39 +0800 Served asset /bootstrap-button.js - 200 OK (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 14:44:39 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 14:44:39 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 14:44:39 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 14:44:39 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-09-19 14:44:39 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (4ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-09-19 14:44:39 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (3ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 14:45:03 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (6.3ms) Completed 200 OK in 54ms (Views: 53.7ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 14:45:03 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 14:45:03 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 14:45:03 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 14:45:03 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 14:45:03 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 14:45:03 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 14:45:03 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 14:45:03 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 14:45:03 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 14:45:03 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 14:45:03 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 14:45:03 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 14:45:03 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 14:45:03 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 14:45:03 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 14:45:03 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 14:45:03 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 14:45:03 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 14:45:03 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 14:45:03 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 14:45:03 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 14:45:03 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-09-19 14:45:03 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-09-19 14:45:03 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Binary data inserted for `string` type on column `password_digest` Connecting to database specified by database.yml Started POST "/admin/signin" for 127.0.0.1 at 2012-09-19 14:50:56 +0800 ActionController::RoutingError (No route matches [POST] "/admin/signin"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started POST "/admin/signin" for 127.0.0.1 at 2012-09-19 14:52:46 +0800 ActionController::RoutingError (No route matches [POST] "/admin/signin"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Connecting to database specified by database.yml Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 14:53:21 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (12.1ms) Completed 200 OK in 145ms (Views: 96.9ms | ActiveRecord: 1.9ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 14:53:21 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (33ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 14:53:22 +0800 Served asset /bootstrap.css - 304 Not Modified (16ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 14:53:22 +0800 Served asset /amalgam/admin.css - 304 Not Modified (13ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 14:53:22 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:22 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 14:53:22 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:22 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (44ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:22 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:22 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (8ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:22 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:22 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:22 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:22 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:22 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:22 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:22 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:22 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:22 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:22 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:22 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:22 +0800 Served asset /amalgam/admin.js - 304 Not Modified (13ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:22 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started POST "/amalgam/admin/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 14:53:28 +0800 ActionController::RoutingError (No route matches [POST] "/amalgam/admin/amalgam/admin/signin"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 14:53:52 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (41.4ms) Completed 200 OK in 57ms (Views: 56.0ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 14:53:52 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 14:53:52 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 14:53:52 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 14:53:52 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 14:53:52 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:52 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:52 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:52 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:52 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:52 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:52 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:52 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:52 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:52 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:52 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:52 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:52 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:52 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:52 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:52 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:52 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 14:53:52 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started POST "/admin/signin" for 127.0.0.1 at 2012-09-19 14:53:53 +0800 ActionController::RoutingError (No route matches [POST] "/admin/signin"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 14:54:40 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.2ms) Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 14:54:40 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 14:54:40 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 14:54:40 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 14:54:40 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 14:54:40 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:40 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:40 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:40 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:40 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:40 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:40 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:40 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:40 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:40 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:40 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:40 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:40 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:40 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:40 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:40 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:40 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 14:54:41 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (1.6ms) Completed 200 OK in 52ms (Views: 51.1ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 14:54:41 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 14:54:41 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 14:54:41 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 14:54:41 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 14:54:42 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:42 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:42 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:42 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:42 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:42 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:42 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:42 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:42 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:42 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:42 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:42 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:42 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:42 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:42 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:42 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:42 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 14:54:42 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started POST "/admin/signin" for 127.0.0.1 at 2012-09-19 14:54:43 +0800 ActionController::RoutingError (No route matches [POST] "/admin/signin"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 14:56:01 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (5.9ms) Completed 200 OK in 18ms (Views: 17.9ms | ActiveRecord: 0.0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 14:56:01 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 14:56:01 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 14:56:01 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 14:56:01 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 14:56:01 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 14:56:01 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 14:56:01 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 14:56:01 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 14:56:01 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 14:56:01 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 14:56:01 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 14:56:01 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 14:56:01 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 14:56:01 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 14:56:01 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 14:56:01 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 14:56:01 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 14:56:01 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 14:56:01 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 14:56:01 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 14:56:01 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 14:56:01 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started POST "/amalgam/admin/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 14:56:14 +0800 ActionController::RoutingError (No route matches [POST] "/amalgam/admin/amalgam/admin/signin"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 14:57:39 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (1.8ms) Completed 200 OK in 57ms (Views: 56.5ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 14:57:39 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 14:57:39 +0800 Served asset /amalgam/admin.css - 304 Not Modified (7ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 14:57:39 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 14:57:39 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 14:57:39 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 14:57:39 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 14:57:39 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 14:57:39 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 14:57:39 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 14:57:39 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 14:57:39 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:00:43 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (6.6ms) Completed 200 OK in 19ms (Views: 18.7ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 15:00:43 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 15:00:43 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 15:00:43 +0800 Served asset /amalgam/admin.css - 304 Not Modified (10ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 15:00:43 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 15:00:43 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 15:00:43 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 15:00:43 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 15:00:43 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 15:00:43 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 15:00:43 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:00:43 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:00:43 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 15:00:43 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 15:00:43 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 15:00:43 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 15:00:43 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 15:00:43 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 15:00:43 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 15:00:43 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 15:00:43 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 15:00:43 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 15:00:43 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-09-19 15:00:43 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-09-19 15:00:43 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (3ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:00:45 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} Completed 500 Internal Server Error in 0ms NoMethodError (undefined method `[]' for nil:NilClass): /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:22:in `build_resource' /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:11:in `create' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__125443848690508587__process_action__3236909978107682609__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3887748138503180975__call__3192395370511878244__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.0ms) Connecting to database specified by database.yml Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 15:03:39 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://127.0.0.1:3000/amalgam/admin/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 7ms (ActiveRecord: 0.0ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:03:39 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (5.7ms) Completed 500 Internal Server Error in 43ms ActionView::Template::Error (undefined method `model_name' for Hash:Class): 6: .login-box 7: .top 8: %h1= "#{t('amalgam.sessions.actions.sign_in')}" 9: = form_for @resource, :url => admin_signin_path do |f| 10: %fieldset 11: .control-groups 12: .controls activemodel (3.2.8) lib/active_model/naming.rb:163:in `model_name_from_record_or_class' activemodel (3.2.8) lib/active_model/naming.rb:158:in `param_key' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:369:in `form_for' haml (3.1.6) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.6) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml:9:in `___sers_brownjohn_code_amalgam_app_views_amalgam_sessions_new_html_haml___1871586148403373008_70253757629380' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__641987369167200806__process_action__1693940730879086561__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1041212982292188850__call__77449550087004982__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.0ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:05:30 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.7ms) Completed 200 OK in 95ms (Views: 85.0ms | ActiveRecord: 0.5ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 15:05:30 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 15:05:30 +0800 Served asset /bootstrap.css - 304 Not Modified (16ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 15:05:30 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 15:05:30 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 15:05:30 +0800 Served asset /amalgam/admin.css - 304 Not Modified (14ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 15:05:30 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 15:05:30 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 15:05:30 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 15:05:30 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 15:05:30 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (13ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:05:30 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (46ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:05:30 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 15:05:30 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 15:05:30 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 15:05:30 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 15:05:30 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 15:05:30 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 15:05:30 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 15:05:30 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 15:05:30 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 15:05:30 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 15:05:30 +0800 Served asset /amalgam/admin.js - 304 Not Modified (13ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:05:39 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `[]' for nil:NilClass): /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:11:in `create' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__641987369167200806__process_action__4282221401626939353__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1041212982292188850__call__77449550087004982__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.0ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:10:12 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} Completed 500 Internal Server Error in 45ms NoMethodError (undefined method `[]' for nil:NilClass): /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:12:in `create' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__641987369167200806__process_action__4282221401626939353__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1041212982292188850__call__77449550087004982__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.2ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:11:19 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} Completed 500 Internal Server Error in 9ms NoMethodError (undefined method `[]' for nil:NilClass): /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:13:in `create' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__641987369167200806__process_action__4282221401626939353__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1041212982292188850__call__77449550087004982__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.8ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:13:34 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} Completed 500 Internal Server Error in 14ms NoMethodError (undefined method `[]' for nil:NilClass): /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:12:in `create' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__641987369167200806__process_action__4282221401626939353__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1041212982292188850__call__77449550087004982__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.2ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:16:48 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} # Completed 500 Internal Server Error in 9ms NoMethodError (undefined method `[]' for nil:NilClass): /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:13:in `create' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__641987369167200806__process_action__4282221401626939353__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1041212982292188850__call__77449550087004982__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.6ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:19:02 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} Completed 500 Internal Server Error in 9ms NoMethodError (undefined method `[]' for nil:NilClass): /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:13:in `create' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__641987369167200806__process_action__4282221401626939353__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1041212982292188850__call__77449550087004982__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.0ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:20:15 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} Completed 500 Internal Server Error in 11ms NoMethodError (undefined method `+' for nil:NilClass): /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:12:in `create' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__641987369167200806__process_action__4282221401626939353__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1041212982292188850__call__77449550087004982__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.2ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:20:51 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} test Completed 500 Internal Server Error in 10ms NoMethodError (undefined method `[]' for nil:NilClass): /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:13:in `create' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__641987369167200806__process_action__4282221401626939353__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1041212982292188850__call__77449550087004982__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.2ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:21:19 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} admin Admin Load (0.2ms) SELECT "admins".* FROM "admins" WHERE (email => 'johnable@gmail.com') LIMIT 1 SQLite3::SQLException: near ">": syntax error: SELECT "admins".* FROM "admins" WHERE (email => 'johnable@gmail.com') LIMIT 1 Completed 500 Internal Server Error in 40ms ActiveRecord::StatementInvalid (SQLite3::SQLException: near ">": syntax error: SELECT "admins".* FROM "admins" WHERE (email => 'johnable@gmail.com') LIMIT 1): sqlite3 (1.3.6) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.6) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.6) lib/sqlite3/database.rb:91:in `prepare' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:246:in `block in exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:280:in `block in log' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:275:in `log' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:242:in `exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:467:in `select' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:18:in `select_all' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `block in select_all' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/query_cache.rb:75:in `cache_sql' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `select_all' activerecord (3.2.8) lib/active_record/querying.rb:38:in `block in find_by_sql' activerecord (3.2.8) lib/active_record/explain.rb:40:in `logging_query_plan' activerecord (3.2.8) lib/active_record/querying.rb:37:in `find_by_sql' activerecord (3.2.8) lib/active_record/relation.rb:171:in `exec_queries' activerecord (3.2.8) lib/active_record/relation.rb:160:in `block in to_a' activerecord (3.2.8) lib/active_record/explain.rb:33:in `logging_query_plan' activerecord (3.2.8) lib/active_record/relation.rb:159:in `to_a' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:378:in `find_first' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:122:in `first' /Users/brownjohn/code/amalgam/lib/amalgam/authorities/models/active_record.rb:19:in `locate' /Users/brownjohn/code/amalgam/lib/amalgam/authorities/model.rb:20:in `authenticate' /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:13:in `create' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__641987369167200806__process_action__4282221401626939353__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1041212982292188850__call__77449550087004982__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.8ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:22:04 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} admin Admin Load (0.3ms) SELECT "admins".* FROM "admins" WHERE (email => 'johnable@gmail.com') LIMIT 1 SQLite3::SQLException: near ">": syntax error: SELECT "admins".* FROM "admins" WHERE (email => 'johnable@gmail.com') LIMIT 1 Completed 500 Internal Server Error in 2ms ActiveRecord::StatementInvalid (SQLite3::SQLException: near ">": syntax error: SELECT "admins".* FROM "admins" WHERE (email => 'johnable@gmail.com') LIMIT 1): sqlite3 (1.3.6) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.6) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.6) lib/sqlite3/database.rb:91:in `prepare' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:246:in `block in exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:280:in `block in log' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:275:in `log' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:242:in `exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:467:in `select' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:18:in `select_all' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `block in select_all' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/query_cache.rb:75:in `cache_sql' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `select_all' activerecord (3.2.8) lib/active_record/querying.rb:38:in `block in find_by_sql' activerecord (3.2.8) lib/active_record/explain.rb:40:in `logging_query_plan' activerecord (3.2.8) lib/active_record/querying.rb:37:in `find_by_sql' activerecord (3.2.8) lib/active_record/relation.rb:171:in `exec_queries' activerecord (3.2.8) lib/active_record/relation.rb:160:in `block in to_a' activerecord (3.2.8) lib/active_record/explain.rb:33:in `logging_query_plan' activerecord (3.2.8) lib/active_record/relation.rb:159:in `to_a' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:378:in `find_first' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:122:in `first' /Users/brownjohn/code/amalgam/lib/amalgam/authorities/models/active_record.rb:19:in `locate' /Users/brownjohn/code/amalgam/lib/amalgam/authorities/model.rb:20:in `authenticate' /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:13:in `create' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__641987369167200806__process_action__4282221401626939353__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1041212982292188850__call__77449550087004982__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.6ms) Connecting to database specified by database.yml Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:22:16 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} admin Admin Load (0.2ms) SELECT "admins".* FROM "admins" WHERE (email = 'johnable@gmail.com') LIMIT 1 Completed 500 Internal Server Error in 139ms NoMethodError (undefined method `admin?' for #): activemodel (3.2.8) lib/active_model/attribute_methods.rb:407:in `method_missing' activerecord (3.2.8) lib/active_record/attribute_methods.rb:149:in `method_missing' /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:14:in `create' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2092478245506708257__process_action__3895693248190505321__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3917237739406175624__call__1619820285166814371__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.1ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:31:40 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (12.9ms) Completed 200 OK in 170ms (Views: 112.1ms | ActiveRecord: 2.4ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 15:31:40 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 15:31:40 +0800 Served asset /amalgam/admin.css - 304 Not Modified (23ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 15:31:40 +0800 Served asset /bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 15:31:40 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 15:31:40 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:40 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:40 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:40 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:40 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:40 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:40 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (8ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:40 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:40 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:41 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:41 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:41 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (34ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:41 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:41 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:41 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:41 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:41 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:41 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:31:46 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} admin Admin Load (0.2ms) SELECT "admins".* FROM "admins" WHERE (email = 'johnable@gmail.com') LIMIT 1 Redirected to http://127.0.0.1:3000/amalgam/admin/signin Completed 302 Found in 89ms (ActiveRecord: 0.2ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:31:46 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.0ms) Completed 200 OK in 15ms (Views: 14.6ms | ActiveRecord: 0.0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 15:31:46 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 15:31:46 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 15:31:46 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 15:31:46 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 15:31:46 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:46 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:46 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:46 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:46 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:46 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:46 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:46 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:46 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:46 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:46 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:46 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:46 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:46 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:46 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:46 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:46 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 15:31:46 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 15:32:07 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://127.0.0.1:3000/amalgam/admin/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:32:07 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.4ms) Completed 200 OK in 15ms (Views: 14.8ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 15:32:07 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 15:32:07 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 15:32:07 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:07 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 15:32:07 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:07 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:07 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 15:32:07 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:07 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:07 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:07 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:07 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:07 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:07 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:07 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:07 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:07 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:07 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:07 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:07 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:07 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:07 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:32:09 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (33.4ms) Completed 200 OK in 46ms (Views: 45.9ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 15:32:09 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 15:32:09 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 15:32:09 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:09 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:09 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 15:32:09 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 15:32:09 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:09 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:09 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:09 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:09 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:09 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:09 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:09 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:09 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:09 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:09 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:09 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:09 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:09 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:09 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:32:17 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} admin Admin Load (0.2ms) SELECT "admins".* FROM "admins" WHERE (email = 'johnable@gmail.com') LIMIT 1 Redirected to http://127.0.0.1:3000/amalgam/admin/signin Completed 302 Found in 89ms (ActiveRecord: 0.2ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:32:17 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (1.8ms) Completed 200 OK in 13ms (Views: 12.9ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 15:32:17 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 15:32:17 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 15:32:17 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 15:32:17 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 15:32:17 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:17 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:17 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:17 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:17 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:17 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:17 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:17 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:17 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:17 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:17 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:18 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:18 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:18 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:18 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:18 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:18 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 15:32:18 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 15:35:44 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://127.0.0.1:3000/amalgam/admin/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 6ms (ActiveRecord: 0.0ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:35:45 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (6.7ms) Completed 200 OK in 129ms (Views: 121.4ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 15:35:45 +0800 Served asset /bootstrap.css - 304 Not Modified (18ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 15:35:45 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 15:35:45 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 15:35:45 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 15:35:45 +0800 Served asset /amalgam/admin.css - 304 Not Modified (15ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:45 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:45 +0800 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:45 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:45 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:45 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:45 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:45 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:45 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:45 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:45 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:45 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:45 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (8ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:45 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:45 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:45 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:45 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:45 +0800 Served asset /amalgam/admin.js - 304 Not Modified (46ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:35:48 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} admin Admin Load (0.2ms) SELECT "admins".* FROM "admins" WHERE (email = 'johnable@gmail.com') LIMIT 1 Redirected to http://127.0.0.1:3000/amalgam/admin/signin Completed 302 Found in 90ms (ActiveRecord: 0.2ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:35:48 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (1.8ms) Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 15:35:48 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 15:35:48 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 15:35:48 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 15:35:48 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 15:35:48 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:48 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:48 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:48 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:48 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:48 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:48 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:48 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:48 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:48 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:48 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:48 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:48 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:48 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:49 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:49 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:49 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 15:35:53 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://127.0.0.1:3000/amalgam/admin/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:35:53 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.4ms) Completed 200 OK in 19ms (Views: 18.6ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 15:35:53 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 15:35:53 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 15:35:53 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 15:35:53 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 15:35:53 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:53 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:53 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:53 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:53 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:53 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:53 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:53 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:53 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:53 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:53 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:53 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:53 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:53 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:53 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:53 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 15:35:53 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:38:33 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} admin Admin Load (0.2ms) SELECT "admins".* FROM "admins" WHERE (email = 'johnable@gmail.com') LIMIT 1 Redirected to http://127.0.0.1:3000/amalgam/admin/signin Completed 302 Found in 88ms (ActiveRecord: 0.2ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:38:33 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.7ms) Completed 200 OK in 16ms (Views: 15.9ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 15:38:33 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 15:38:33 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 15:38:33 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 15:38:33 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 15:38:33 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 15:38:33 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 15:38:33 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 15:38:33 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 15:38:33 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 15:38:33 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:38:33 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:38:33 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 15:38:33 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 15:38:33 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 15:38:33 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 15:38:33 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 15:38:33 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 15:38:33 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 15:38:33 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 15:38:33 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 15:38:33 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 15:38:33 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:41:54 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.3ms) Completed 200 OK in 23ms (Views: 14.0ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 15:41:54 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 15:41:54 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 15:41:54 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:54 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 15:41:54 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 15:41:54 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:54 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:54 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:54 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:54 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:54 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:54 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:54 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:54 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:54 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:54 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:54 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:54 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:54 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:54 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:55 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:55 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:41:56 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} Admin Load (0.2ms) SELECT "admins".* FROM "admins" WHERE (email = 'johnable@gmail.com') LIMIT 1 Redirected to http://127.0.0.1:3000/amalgam/admin/signin Completed 302 Found in 93ms (ActiveRecord: 0.2ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:41:56 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (1.8ms) Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 15:41:56 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 15:41:56 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 15:41:56 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 15:41:56 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 15:41:56 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:56 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:57 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:57 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:57 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:57 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:57 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:57 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:57 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:57 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:57 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:57 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:57 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:57 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:57 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:57 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:57 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 15:41:57 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:42:35 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} Admin Load (0.2ms) SELECT "admins".* FROM "admins" WHERE (email = 'johnable@gmail.com') LIMIT 1 Redirected to http://127.0.0.1:3000/amalgam/admin/signin Completed 302 Found in 88ms (ActiveRecord: 0.2ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:42:35 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (1.8ms) Completed 200 OK in 14ms (Views: 13.7ms | ActiveRecord: 0.0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 15:42:35 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 15:42:35 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 15:42:35 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 15:42:35 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 15:42:35 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 15:42:35 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 15:42:35 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 15:42:35 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 15:42:35 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 15:42:35 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:42:35 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:42:35 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 15:42:35 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 15:42:35 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 15:42:35 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 15:42:35 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 15:42:35 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 15:42:35 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 15:42:35 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 15:42:35 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 15:42:35 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 15:42:35 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:44:06 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (8.7ms) Completed 200 OK in 32ms (Views: 22.1ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 15:44:06 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 15:44:06 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 15:44:06 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 15:44:06 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 15:44:06 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:06 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:06 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:06 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:06 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:06 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:06 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:06 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:06 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:06 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:06 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:06 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:06 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:06 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:06 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:06 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:06 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:06 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:44:08 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} Admin Load (0.2ms) SELECT "admins".* FROM "admins" WHERE (email = 'johnable@gmail.com') LIMIT 1 Redirected to http://127.0.0.1:3000/amalgam/admin/signin Completed 302 Found in 88ms (ActiveRecord: 0.2ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:44:08 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (1.8ms) Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 15:44:08 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 15:44:08 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 15:44:08 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 15:44:08 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 15:44:08 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:08 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:08 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:08 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:08 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:08 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:08 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:08 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:08 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:08 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:08 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:08 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:08 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:08 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:08 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:08 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:08 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 15:44:08 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:46:32 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} Admin Load (0.2ms) SELECT "admins".* FROM "admins" WHERE (email = 'johnable@gmail.com') LIMIT 1 错误的用户名或者密码 Redirected to http://127.0.0.1:3000/amalgam/admin/signin Completed 302 Found in 97ms (ActiveRecord: 0.6ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:46:32 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.1ms) Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 15:46:32 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 15:46:32 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 15:46:32 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 15:46:32 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 15:46:32 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 15:46:32 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 15:46:32 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 15:46:32 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 15:46:32 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 15:46:32 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:46:32 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:46:32 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 15:46:32 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 15:46:32 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 15:46:32 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 15:46:32 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 15:46:32 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 15:46:32 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 15:46:32 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 15:46:32 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 15:46:32 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 15:46:32 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:48:07 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.6ms) Completed 200 OK in 24ms (Views: 15.0ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 15:48:07 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 15:48:07 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 15:48:07 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 15:48:07 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 15:48:07 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:07 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:07 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:07 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:07 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:07 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:07 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:07 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:07 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:07 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:07 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:07 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:07 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:07 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:07 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:07 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:07 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:07 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:48:09 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} Admin Load (0.2ms) SELECT "admins".* FROM "admins" WHERE (email = 'johnable@gmail.com') LIMIT 1 Redirected to http://127.0.0.1:3000/amalgam/admin/signin Completed 302 Found in 90ms (ActiveRecord: 0.2ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:48:09 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (1.9ms) Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 15:48:09 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 15:48:09 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 15:48:09 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 15:48:09 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 15:48:09 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:09 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:09 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:09 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:09 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:09 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:09 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:09 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:09 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:09 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:09 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:09 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:09 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:09 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:09 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:09 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 15:48:09 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:49:02 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.5ms) Completed 200 OK in 23ms (Views: 15.2ms | ActiveRecord: 0.4ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 15:49:02 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 15:49:02 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 15:49:02 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 15:49:02 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 15:49:02 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:02 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:02 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:02 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:02 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:02 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:02 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:02 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:02 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:02 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:02 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:02 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:02 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:02 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:02 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:02 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:02 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:02 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:49:03 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} Admin Load (0.2ms) SELECT "admins".* FROM "admins" WHERE (email = 'johnable@gmail.com') LIMIT 1 Redirected to http://127.0.0.1:3000/amalgam/admin/signin Completed 302 Found in 89ms (ActiveRecord: 0.2ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:49:03 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (1.8ms) Completed 200 OK in 19ms (Views: 18.8ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 15:49:03 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 15:49:03 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 15:49:03 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 15:49:03 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:03 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 15:49:03 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:03 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:03 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:03 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:03 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:03 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:03 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:03 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:03 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:03 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:03 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:03 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:03 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:03 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:03 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:03 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:03 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:49:56 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.4ms) Completed 200 OK in 57ms (Views: 48.6ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 15:49:56 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 15:49:56 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 15:49:56 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 15:49:56 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 15:49:56 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:56 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:56 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:56 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:56 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:56 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:56 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:56 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:56 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:56 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:56 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:56 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:56 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:56 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:56 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:56 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 15:49:56 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:50:01 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} johnable@gmail.com 12345678 Admin Load (0.2ms) SELECT "admins".* FROM "admins" WHERE (email = 'johnable@gmail.com') LIMIT 1 Redirected to http://127.0.0.1:3000/amalgam/admin/signin Completed 302 Found in 90ms (ActiveRecord: 0.2ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:50:01 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (1.8ms) Completed 200 OK in 13ms (Views: 13.0ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 15:50:01 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 15:50:01 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 15:50:01 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 15:50:01 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 15:50:01 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:01 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:01 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:01 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:01 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:01 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:01 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:01 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:01 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:01 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:01 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:01 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:01 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:01 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:01 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:01 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:01 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:01 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:50:58 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.4ms) Completed 200 OK in 23ms (Views: 14.8ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 15:50:58 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 15:50:58 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 15:50:58 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 15:50:58 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:58 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 15:50:58 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:58 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:58 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:58 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:58 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:58 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:58 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:58 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:58 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:58 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:58 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:58 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:58 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:58 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:58 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:58 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 15:50:58 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:51:00 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} Admin Load (0.2ms) SELECT "admins".* FROM "admins" WHERE (email = 'johnable@gmail.com') LIMIT 1 johnable@gmail.com Redirected to http://127.0.0.1:3000/amalgam/admin/signin Completed 302 Found in 89ms (ActiveRecord: 0.2ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:51:00 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.1ms) Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 15:51:00 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 15:51:00 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 15:51:00 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 15:51:00 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:00 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 15:51:00 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:00 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:00 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:00 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:00 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:00 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:00 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:00 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:00 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:00 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:00 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:00 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:00 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:00 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:00 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:00 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:00 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:51:46 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.5ms) Completed 200 OK in 23ms (Views: 14.3ms | ActiveRecord: 0.4ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 15:51:46 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 15:51:47 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 15:51:47 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:47 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 15:51:47 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 15:51:47 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:47 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:47 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:47 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:47 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:47 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:47 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:47 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:47 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:47 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:47 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:47 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:47 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:47 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:47 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:47 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 15:51:47 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:51:48 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} Admin Load (0.2ms) SELECT "admins".* FROM "admins" WHERE (email = 'johnable@gmail.com') LIMIT 1 Completed 500 Internal Server Error in 89ms NameError (undefined local variable or method `root_url' for #): /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:15:in `create' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__86248954057856749__process_action__2576847800431834344__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__951842694469353396__call__2969355129702332553__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.2ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:57:00 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} Admin Load (0.2ms) SELECT "admins".* FROM "admins" WHERE (email = 'johnable@gmail.com') LIMIT 1 Completed 500 Internal Server Error in 101ms NameError (undefined local variable or method `root_url' for #): /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:15:in `create' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__86248954057856749__process_action__2576847800431834344__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__951842694469353396__call__2969355129702332553__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.3ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 15:58:27 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} Admin Load (0.2ms) SELECT "admins".* FROM "admins" WHERE (email = 'johnable@gmail.com') LIMIT 1 Redirected to http://127.0.0.1:3000/amalgam/admin Completed 302 Found in 99ms (ActiveRecord: 0.6ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 15:58:27 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 0ms NoMethodError (undefined method `find' for Amalgam::Admin:Module): /Users/brownjohn/code/amalgam/lib/amalgam/authorities/controllers/helpers.rb:23:in `current_admin' /Users/brownjohn/code/amalgam/lib/amalgam/authorities/controllers/helpers.rb:13:in `authenticate_admin!' activesupport (3.2.8) lib/active_support/callbacks.rb:418:in `_run__3687345972710495363__process_action__489151093397681804__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__951842694469353396__call__2969355129702332553__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.4ms) Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateAdmins (20120913061406)  (0.1ms) select sqlite_version(*)  (0.1ms) begin transaction  (0.3ms) DROP TABLE "admin_users" SQLite3::SQLException: no such table: admin_users: DROP TABLE "admin_users"  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateAdmins (20120913061406)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.5ms) DROP TABLE "admins"  (0.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20120913061406'  (3.3ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117) Migrating to CreatePosts (20120904075542) Migrating to CreateAdmins (20120913061406)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120913061406')  (0.9ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml Connecting to database specified by database.yml Binary data inserted for `string` type on column `password_digest` Connecting to database specified by database.yml Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 16:24:34 +0800 Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 16:24:34 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 16:24:34 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 16:24:34 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 16:24:34 +0800 Served asset /amalgam/admin.css - 304 Not Modified (13ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:34 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:34 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:34 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:34 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:34 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:34 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:34 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:34 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:34 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:34 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:34 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:34 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:34 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:34 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:34 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:34 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:34 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 16:24:35 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (11.5ms) Completed 200 OK in 146ms (Views: 98.6ms | ActiveRecord: 25.8ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 16:24:35 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 16:24:35 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 16:24:35 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 16:24:35 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:35 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:35 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:35 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:35 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:35 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:35 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:35 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:35 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:35 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:35 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:35 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:35 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:35 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:35 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:35 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:35 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:35 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 16:24:37 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (1.7ms) Completed 200 OK in 23ms (Views: 22.1ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 16:24:38 +0800 Served asset /bootstrap.css - 200 OK (17ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 16:24:38 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 16:24:38 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 16:24:38 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 16:24:38 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:38 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:38 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:38 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:38 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:38 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:38 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:38 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:38 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:38 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:38 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:38 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:38 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:38 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:38 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:38 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:38 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:38 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-09-19 16:24:38 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (5ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 16:24:40 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.0ms) Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 16:24:40 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 16:24:40 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 16:24:40 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 16:24:40 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 16:24:40 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:40 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:40 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:40 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:40 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:40 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:40 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:40 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:40 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:40 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:40 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:40 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:40 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:40 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:40 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:40 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 16:24:40 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 16:24:51 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"login"=>"admin@example.com", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (email = 'admin@example.com') LIMIT 1 Completed 500 Internal Server Error in 91ms NameError (undefined local variable or method `admin_root_url' for #): /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:15:in `create' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2795010091887657001__process_action__2188614640248645851__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1889646679062860836__call__1645520853976077198__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.9ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 16:26:05 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (11.2ms) Completed 200 OK in 162ms (Views: 112.7ms | ActiveRecord: 2.1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 16:26:06 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (30ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 16:26:06 +0800 Served asset /bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 16:26:06 +0800 Served asset /amalgam/admin.css - 304 Not Modified (13ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 16:26:06 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 16:26:06 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:06 +0800 Served asset /modernizr.js - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:06 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:06 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:06 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:06 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:06 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (40ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:06 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:06 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:06 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:06 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:06 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:06 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:06 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:06 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:06 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:06 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:06 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 16:26:18 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"login"=>"admin@example.com", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (email = 'admin@example.com') LIMIT 1 Redirected to http://127.0.0.1:3000/amalgam/admin Completed 302 Found in 90ms (ActiveRecord: 0.2ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 16:26:18 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (4.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (34.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (52.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (61.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (69.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (230.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (239.0ms) ["amalgam/admin/pages"] ["admin/pages"] ["admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (39.6ms) Completed 200 OK in 424ms (Views: 405.7ms | ActiveRecord: 5.0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 16:26:18 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 16:26:18 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 16:26:18 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 16:26:18 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 16:26:18 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:18 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:18 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:18 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:18 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:18 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:18 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:18 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:18 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:18 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:18 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:18 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:18 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:18 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:18 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:18 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 16:26:18 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-09-19 16:26:18 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-09-19 16:26:18 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-09-19 16:26:18 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started PUT "/amalgam/admin/pages/52" for 127.0.0.1 at 2012-09-19 16:26:30 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"4", "prev_id"=>"17"}, "id"=>"52"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 4) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "17"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 14 AND 15 THEN "lft" + 16 - 15 WHEN "lft" BETWEEN 16 AND 16 THEN "lft" + 14 - 16 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 14 AND 15 THEN "rgt" + 16 - 15 WHEN "rgt" BETWEEN 16 AND 16 THEN "rgt" + 14 - 16 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN 4 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 4 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "path" = 'test/test3/agagsdgsadgsdg', "updated_at" = '2012-09-19 08:26:30.153815', "body" = '--- {} ' WHERE "pages"."id" = 52 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) AND ("pages"."id" != 52) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.2ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (18.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (20.9ms) Completed 200 OK in 119ms (Views: 29.8ms | ActiveRecord: 3.6ms) Started GET "/amalgam/admin/posts" for 127.0.0.1 at 2012-09-19 16:26:35 +0800 Processing by Amalgam::Admin::PostsController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 4ms ActionView::MissingTemplate (Missing template amalgam/admin/posts/index, amalgam/admin/base/index, amalgam/application/index with {:locale=>[:"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__4563810827826836377__process_action__681394905883195920__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__836686788251741568__call__4169470853293090920__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.6ms) Started PUT "/amalgam/admin/pages/52" for 127.0.0.1 at 2012-09-19 16:26:57 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "prev_id"=>"4"}, "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 15 AND 16 THEN "lft" + 17 - 16 WHEN "lft" BETWEEN 17 AND 17 THEN "lft" + 15 - 17 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 15 AND 16 THEN "rgt" + 17 - 16 WHEN "rgt" BETWEEN 17 AND 17 THEN "rgt" + 15 - 17 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.5ms) UPDATE "pages" SET "path" = 'test/agagsdgsadgsdg', "updated_at" = '2012-09-19 08:26:57.411467', "body" = '--- {} ' WHERE "pages"."id" = 52 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 16 AND "pages"."rgt" <= 17) AND ("pages"."id" != 52) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.9ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 16 AND "pages"."rgt" <= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (12.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (13.7ms) Completed 200 OK in 42ms (Views: 19.7ms | ActiveRecord: 5.4ms) Started PUT "/amalgam/admin/pages/52" for 127.0.0.1 at 2012-09-19 16:26:58 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"4", "prev_id"=>"17"}, "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 4) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "17"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 15 AND 15 THEN "lft" + 17 - 15 WHEN "lft" BETWEEN 16 AND 17 THEN "lft" + 15 - 16 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 15 AND 15 THEN "rgt" + 17 - 15 WHEN "rgt" BETWEEN 16 AND 17 THEN "rgt" + 15 - 16 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN 4 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 4 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "path" = 'test/test3/agagsdgsadgsdg', "updated_at" = '2012-09-19 08:26:58.893041', "body" = '--- {} ' WHERE "pages"."id" = 52 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) AND ("pages"."id" != 52) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.8ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (13.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (14.1ms) Completed 200 OK in 83ms (Views: 21.1ms | ActiveRecord: 4.9ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 16:27:03 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (20.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (35.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (228.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (231.7ms) ["amalgam/admin/pages"] ["admin/pages"] ["admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.9ms) Completed 200 OK in 259ms (Views: 256.5ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 16:27:03 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 16:27:03 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 16:27:03 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 16:27:03 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 16:27:04 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 16:27:04 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 16:27:04 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 16:27:04 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 16:27:04 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 16:27:04 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:27:04 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:27:04 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 16:27:04 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 16:27:04 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 16:27:04 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 16:27:04 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 16:27:04 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 16:27:04 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 16:27:04 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 16:27:04 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 16:27:04 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 16:27:04 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-19 16:30:11 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (44.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (52.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (30.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (262.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (266.0ms) ["amalgam/admin/pages"] ["admin/pages"] ["admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.6ms) Completed 200 OK in 293ms (Views: 289.1ms | ActiveRecord: 0.7ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 16:30:11 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 16:30:11 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 16:30:11 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:11 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 16:30:11 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:11 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 16:30:11 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:11 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:11 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:11 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:11 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:11 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:11 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:11 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:11 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:11 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:11 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:11 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:11 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:11 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:11 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:11 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-19 16:30:18 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (69.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (77.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (222.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (224.5ms) ["amalgam/admin/pages"] ["admin/pages"] ["admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (46.3ms) Completed 200 OK in 287ms (Views: 284.3ms | ActiveRecord: 0.5ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 16:30:18 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 16:30:18 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 16:30:18 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 16:30:18 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:18 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:18 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 16:30:18 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:18 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:18 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:18 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:18 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:18 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:18 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:18 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:18 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:18 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:18 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:18 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:18 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:18 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 16:30:18 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-19 16:33:56 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (58.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (66.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (73.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (220.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (222.2ms) ["admin/pages"] ["admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.1ms) Completed 200 OK in 245ms (Views: 242.4ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 16:33:56 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 16:33:56 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 16:33:56 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 16:33:56 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 16:33:56 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:56 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:56 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:56 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:56 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:56 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:56 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:56 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:56 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:56 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:56 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:56 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:56 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:56 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:56 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:56 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:56 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-19 16:33:59 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (29.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (35.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (37.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (52.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (222.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (224.5ms) ["admin/pages"] ["admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.0ms) Completed 200 OK in 247ms (Views: 244.3ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 16:33:59 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 16:33:59 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 16:33:59 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 16:33:59 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 16:33:59 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:59 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:59 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:59 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:59 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:59 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:59 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:59 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:59 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:59 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:59 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:59 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:59 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:59 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:59 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:59 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:59 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 16:33:59 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-19 16:34:02 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (31.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (49.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (52.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (253.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (255.9ms) ["admin/pages"] ["admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.7ms) Completed 200 OK in 281ms (Views: 277.2ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 16:34:03 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 16:34:03 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 16:34:03 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 16:34:03 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 16:34:03 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 16:34:03 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 16:34:03 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 16:34:03 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 16:34:03 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:34:03 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 16:34:03 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:34:03 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 16:34:03 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 16:34:03 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 16:34:03 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 16:34:03 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 16:34:03 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 16:34:03 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 16:34:03 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 16:34:03 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 16:34:03 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 16:34:03 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-19 16:40:52 +0800 NoMethodError (undefined method `scope' for Amalgam:Module): config/routes.rb:6:in `block in ' config/routes.rb:2:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.3ms) Connecting to database specified by database.yml Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-19 16:41:33 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (20.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (35.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (37.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (39.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (270.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (282.7ms) ["amalgam/admin/pages"] ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (38.6ms) Completed 200 OK in 503ms (Views: 481.4ms | ActiveRecord: 4.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 16:41:34 +0800 Served asset /bootstrap.css - 304 Not Modified (45ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 16:41:34 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 16:41:34 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 16:41:34 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 16:41:34 +0800 Served asset /amalgam/admin.css - 304 Not Modified (15ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:34 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:34 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:34 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:34 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:34 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:34 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (14ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:34 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:34 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:34 +0800 Served asset /jquery_ujs.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:34 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:34 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:34 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:34 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:34 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:34 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:34 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:34 +0800 Served asset /amalgam/admin.js - 304 Not Modified (49ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-19 16:41:52 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (20.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (34.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (239.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (241.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.3ms) Completed 200 OK in 265ms (Views: 262.1ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 16:41:52 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 16:41:52 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 16:41:52 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 16:41:52 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 16:41:52 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:52 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:52 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:52 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:52 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:52 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:52 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:52 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:52 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:52 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:52 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:52 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:52 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:52 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:52 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:52 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:52 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 16:41:52 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/amalgam/admin/pages/52" for 127.0.0.1 at 2012-09-19 16:42:04 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"17"}, "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 17) LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 17 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "parent_id" = 17, "path" = 'test/test3/fasfsa/agagsdgsadgsdg', "updated_at" = '2012-09-19 08:42:04.268317', "body" = '--- {} ' WHERE "pages"."id" = 52 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 17]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 14 AND 14 THEN "lft" + 16 - 14 WHEN "lft" BETWEEN 15 AND 16 THEN "lft" + 14 - 15 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 14 AND 14 THEN "rgt" + 16 - 14 WHEN "rgt" BETWEEN 15 AND 16 THEN "rgt" + 14 - 15 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN 17 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 14 AND "pages"."rgt" <= 15) AND ("pages"."id" != 52) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.7ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 14 AND "pages"."rgt" <= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (3.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (22.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (24.0ms) Completed 200 OK in 120ms (Views: 31.1ms | ActiveRecord: 4.4ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-19 16:42:05 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (33.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (236.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (239.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.1ms) Completed 200 OK in 264ms (Views: 261.8ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 16:42:05 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 16:42:05 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 16:42:05 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 16:42:05 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 16:42:05 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 16:42:05 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 16:42:05 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 16:42:05 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 16:42:05 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:42:05 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 16:42:05 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 16:42:05 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 16:42:05 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 16:42:05 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 16:42:05 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 16:42:05 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 16:42:05 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 16:42:05 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 16:42:05 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 16:42:05 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 16:42:05 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 16:42:05 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/amalgam/admin/pages/52" for 127.0.0.1 at 2012-09-19 16:43:24 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"4", "prev_id"=>"17"}, "id"=>"52"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 4) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "17"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 14 AND 15 THEN "lft" + 16 - 15 WHEN "lft" BETWEEN 16 AND 16 THEN "lft" + 14 - 16 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 14 AND 15 THEN "rgt" + 16 - 15 WHEN "rgt" BETWEEN 16 AND 16 THEN "rgt" + 14 - 16 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN 4 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 4 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "path" = 'test/test3/agagsdgsadgsdg', "updated_at" = '2012-09-19 08:43:24.433968', "body" = '--- {} ' WHERE "pages"."id" = 52 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) AND ("pages"."id" != 52) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (3.0ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (12.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (14.2ms) Completed 200 OK in 86ms (Views: 21.1ms | ActiveRecord: 5.3ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-09-19 16:43:27 +0800 Processing by Amalgam::Admin::PagesController#new as JS AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (5.1ms) Completed 200 OK in 11ms (Views: 8.5ms | ActiveRecord: 0.2ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-19 16:43:34 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"rewrwerwer", "slug"=>"fasfafsafdsfsdf", "parent_id"=>""}, "commit"=>"添加页面"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfafsafdsfsdf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Wed, 19 Sep 2012 16:43:34 CST +08:00], ["lft", 49], ["parent_id", nil], ["path", "fasfafsafdsfsdf"], ["rgt", 50], ["slug", "fasfafsafdsfsdf"], ["title", "rewrwerwer"], ["updated_at", Wed, 19 Sep 2012 16:43:34 CST +08:00]]  (2.8ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 49 AND "pages"."rgt" <= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (13.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (15.7ms) Completed 200 OK in 33ms (Views: 23.4ms | ActiveRecord: 4.0ms) Started DELETE "/amalgam/admin/pages/53" for 127.0.0.1 at 2012-09-19 16:43:38 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"53"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "53"]]  (0.1ms) begin transaction Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 53]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 49 AND "pages"."rgt" <= 50) AND ("pages"."id" != 53) ORDER BY lft ASC, "pages"."lft" SQL (0.2ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 50) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 50) ORDER BY lft ASC, "pages"."lft") SQL (0.5ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 53]]  (2.0ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (3.4ms) Completed 200 OK in 29ms (Views: 16.3ms | ActiveRecord: 3.8ms) Started GET "/pages/fdgsgsdggs" for 127.0.0.1 at 2012-09-19 16:43:44 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"fdgsgsdggs"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'fdgsgsdggs' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml within layouts/amalgam/admin/editor (1.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.6ms) Completed 200 OK in 375ms (Views: 358.0ms | ActiveRecord: 0.5ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-19 16:43:44 +0800 Served asset /responsive.css - 200 OK (56ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-19 16:43:44 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 16:43:44 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-19 16:43:44 +0800 Served asset /mercury.css - 304 Not Modified (17ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-19 16:43:44 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-19 16:43:44 +0800 Served asset /mercury/mercury.css - 304 Not Modified (13ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-19 16:43:44 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-19 16:43:44 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-19 16:43:44 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-19 16:43:44 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-19 16:43:44 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-19 16:43:44 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-19 16:43:44 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-19 16:43:44 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:44 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /amalgam/editor.css - 304 Not Modified (81ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (59ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/mercury.js - 200 OK (41ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/native_extensions.js - 200 OK (42ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/page_editor.js - 200 OK (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/history_buffer.js - 200 OK (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/table_editor.js - 200 OK (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/dialog.js - 200 OK (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/palette.js - 200 OK (4ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/select.js - 200 OK (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/panel.js - 200 OK (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/modal.js - 200 OK (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/lightview.js - 200 OK (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/toolbar.js - 200 OK (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/toolbar.button.js - 200 OK (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/toolbar.button_group.js - 200 OK (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/toolbar.expander.js - 200 OK (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/tooltip.js - 200 OK (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/snippet_toolbar.js - 200 OK (4ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/snippet.js - 200 OK (40ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/uploader.js - 200 OK (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/region.js - 200 OK (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/regions/full.js - 200 OK (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/regions/image.js - 200 OK (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/regions/markdown.js - 200 OK (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/regions/simple.js - 200 OK (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/regions/snippets.js - 200 OK (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/modals/insertlink.js - 200 OK (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/modals/insertmedia.js - 200 OK (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/modals/inserttable.js - 200 OK (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/finalize.js - 200 OK (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /amalgam/editor.js - 304 Not Modified (48ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.3ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.6ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (7ms) Started GET "/pages/fdgsgsdggs?mercury_frame=true&_=1348044225903" for 127.0.0.1 at 2012-09-19 16:43:45 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1348044225903", "path"=>"fdgsgsdggs"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'fdgsgsdggs' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (0.1ms) Completed 200 OK in 5ms (Views: 1.6ms | ActiveRecord: 0.5ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-19 16:43:46 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (48ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-09-19 16:43:48 +0800 Served asset /mercury/toolbar/primary/save.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-09-19 16:43:48 +0800 Served asset /mercury/toolbar/primary/preview.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-09-19 16:43:48 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 304 Not Modified (7ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-09-19 16:43:48 +0800 Served asset /mercury/toolbar/primary/redo.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-09-19 16:43:48 +0800 Served asset /mercury/toolbar/primary/undo.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-09-19 16:43:48 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-09-19 16:43:48 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-09-19 16:43:48 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-09-19 16:43:48 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-09-19 16:43:48 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-09-19 16:43:48 +0800 Served asset /mercury/toolbar/editable/buttons.png - 304 Not Modified (3ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-09-19 16:43:48 +0800 Served asset /mercury/close.png - 304 Not Modified (6ms) Started GET "/pages/fdgsgsdggs" for 127.0.0.1 at 2012-09-19 17:00:09 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"fdgsgsdggs"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'fdgsgsdggs' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (30.2ms) Completed 500 Internal Server Error in 88ms ActionView::Template::Error (undefined method `admin_signed_in?' for #): 11: %li.edit 12: %a{:href => '#'}= t('admin.actions.edit') 13: %li.divider-vertical 14: - if admin_signed_in? 15: %li.dropdown 16: %a.dropdown-toggle{"data-toggle" => "dropdown"} 17: = current_admin.username app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.7ms) Started GET "/pages/fdgsgsdggs" for 127.0.0.1 at 2012-09-19 17:00:33 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"fdgsgsdggs"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'fdgsgsdggs' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.8ms) Completed 500 Internal Server Error in 86ms ActionView::Template::Error (undefined method `current_admin' for #): 11: %li.edit 12: %a{:href => '#'}= t('admin.actions.edit') 13: %li.divider-vertical 14: - if current_admin 15: %li.dropdown 16: %a.dropdown-toggle{"data-toggle" => "dropdown"} 17: = current_admin.username app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.7ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/pages/fdgsgsdggs" for 127.0.0.1 at 2012-09-19 17:03:59 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"fdgsgsdggs"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'fdgsgsdggs' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (28.0ms) Completed 500 Internal Server Error in 362ms ActionView::Template::Error (undefined method `admin_signed_in?' for #): 11: %li.edit 12: %a{:href => '#'}= t('admin.actions.edit') 13: %li.divider-vertical 14: - if admin_signed_in? 15: %li.dropdown 16: %a.dropdown-toggle{"data-toggle" => "dropdown"} 17: = current_admin.username app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.8ms) Started GET "/pages/fdgsgsdggs" for 127.0.0.1 at 2012-09-19 17:13:46 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"fdgsgsdggs"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'fdgsgsdggs' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.8ms) Completed 500 Internal Server Error in 47ms ActionView::Template::Error (undefined method `admin_signed_in?' for #): 11: %li.edit 12: %a{:href => '#'}= t('admin.actions.edit') 13: %li.divider-vertical 14: - if admin_signed_in? 15: %li.dropdown 16: %a.dropdown-toggle{"data-toggle" => "dropdown"} 17: = current_admin.username app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.5ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 17:14:08 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (32.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (31.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (41.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (258.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (262.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (34.7ms) Completed 500 Internal Server Error in 523ms ActionController::RoutingError (No route matches {:controller=>"amalgam/sessions", :action=>"destroy"}): app/controllers/amalgam/admin/pages_controller.rb:5:in `index' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 17:14:17 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (22.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (34.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (44.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (51.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (266.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (269.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.9ms) Completed 500 Internal Server Error in 295ms ActionController::RoutingError (No route matches {:controller=>"amalgam/sessions", :action=>"destroy"}): app/controllers/amalgam/admin/pages_controller.rb:5:in `index' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 17:14:19 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (55.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (65.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (75.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (83.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (246.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (249.6ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (45.4ms) Completed 500 Internal Server Error in 315ms ActionController::RoutingError (No route matches {:controller=>"amalgam/sessions", :action=>"destroy"}): app/controllers/amalgam/admin/pages_controller.rb:5:in `index' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 17:14:50 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (32.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (39.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (227.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (229.6ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.2ms) Completed 500 Internal Server Error in 267ms ActionController::RoutingError (No route matches {:controller=>"amalgam/sessions", :action=>"destroy"}): app/controllers/amalgam/admin/pages_controller.rb:5:in `index' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 17:14:52 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (54.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (61.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (70.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (76.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (231.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (233.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.7ms) Completed 500 Internal Server Error in 257ms ActionController::RoutingError (No route matches {:controller=>"amalgam/sessions", :action=>"destroy"}): app/controllers/amalgam/admin/pages_controller.rb:5:in `index' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Connecting to database specified by database.yml Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 17:15:13 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (39.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (36.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (241.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (253.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.4ms) Completed 500 Internal Server Error in 518ms ActionController::RoutingError (No route matches {:controller=>"amalgam/sessions", :action=>"destroy"}): app/controllers/amalgam/admin/pages_controller.rb:5:in `index' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 17:17:26 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (29.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (39.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (264.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (279.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (37.7ms) Completed 500 Internal Server Error in 517ms ActionController::RoutingError (No route matches {:controller=>"amalgam/sessions", :action=>"destroy"}): app/controllers/amalgam/admin/pages_controller.rb:5:in `index' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 17:18:27 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (33.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (34.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (39.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (221.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (223.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.0ms) Completed 500 Internal Server Error in 251ms ActionController::RoutingError (No route matches {:controller=>"amalgam/sessions", :action=>"destroy"}): app/controllers/amalgam/admin/pages_controller.rb:5:in `index' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 17:18:28 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (68.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (76.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (237.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (239.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (48.1ms) Completed 500 Internal Server Error in 304ms ActionController::RoutingError (No route matches {:controller=>"amalgam/sessions", :action=>"destroy"}): app/controllers/amalgam/admin/pages_controller.rb:5:in `index' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 17:18:43 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (30.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (219.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (221.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.9ms) Completed 500 Internal Server Error in 247ms ActionController::RoutingError (No route matches {:controller=>"amalgam/sessions", :action=>"destroy"}): app/controllers/amalgam/admin/pages_controller.rb:5:in `index' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 17:18:51 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (50.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (57.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (66.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (72.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (231.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (234.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (43.5ms) Completed 500 Internal Server Error in 294ms ActionController::RoutingError (No route matches {:controller=>"amalgam/sessions", :action=>"new"}): app/controllers/amalgam/admin/pages_controller.rb:5:in `index' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 17:19:13 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (33.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (231.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (234.9ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.6ms) Completed 500 Internal Server Error in 266ms ActionController::RoutingError (No route matches {:controller=>"amalgam/sessions", :action=>"destroy"}): app/controllers/amalgam/admin/pages_controller.rb:5:in `index' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 17:20:35 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (39.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (50.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (57.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (65.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (72.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (218.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (222.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (44.5ms) Completed 500 Internal Server Error in 282ms ActionController::RoutingError (No route matches {:controller=>"amalgam/sessions", :action=>"destroy"}): app/controllers/amalgam/admin/pages_controller.rb:5:in `index' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 17:22:24 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (38.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (50.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (57.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (66.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (72.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (244.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (257.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.5ms) Completed 500 Internal Server Error in 509ms ActionController::RoutingError (No route matches {:controller=>"amalgam/sessions", :action=>"destroy", :resource=>nil}): app/controllers/amalgam/admin/pages_controller.rb:5:in `index' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 17:22:51 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (34.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (30.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (66.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (219.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (221.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (44.8ms) Completed 200 OK in 283ms (Views: 280.8ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 17:22:51 +0800 Served asset /bootstrap.css - 304 Not Modified (43ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 17:22:51 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 17:22:51 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 17:22:51 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 17:22:51 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 17:22:51 +0800 Served asset /amalgam/admin.css - 304 Not Modified (15ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 17:22:51 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 17:22:51 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 17:22:51 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 17:22:51 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 17:22:51 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 17:22:51 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 17:22:51 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 17:22:51 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 17:22:51 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 17:22:51 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 17:22:51 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 17:22:51 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 17:22:51 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 17:22:51 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 17:22:51 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 17:22:51 +0800 Served asset /amalgam/admin.js - 304 Not Modified (53ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-09-19 17:22:51 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-09-19 17:22:51 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-09-19 17:22:51 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (7ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-09-19 17:22:51 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (8ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-09-19 17:22:51 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 17:23:19 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (30.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (219.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (223.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.1ms) Completed 200 OK in 250ms (Views: 247.2ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 17:23:20 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 17:23:20 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 17:23:20 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 17:23:20 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 17:23:20 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:20 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:20 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:20 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:20 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:20 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:20 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:20 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:20 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:20 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:20 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:20 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:20 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:20 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:20 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:20 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:20 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:20 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 17:23:42 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (29.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (36.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (222.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (224.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.0ms) Completed 200 OK in 247ms (Views: 244.4ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 17:23:43 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 17:23:43 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 17:23:43 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 17:23:43 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:43 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 17:23:43 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:43 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:43 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:43 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:43 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:43 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:43 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:43 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:43 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:43 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:43 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:43 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:43 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:43 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:43 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:43 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:43 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:43 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:43 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 17:23:43 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started DELETE "/amalgam/1/signout" for 127.0.0.1 at 2012-09-19 17:23:47 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "resource"=>"1"} Completed 500 Internal Server Error in 2ms NameError (undefined local variable or method `root_url' for #): /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:28:in `destroy' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__1572520329641013484__process_action__3684503971138309248__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3389095669904800468__call__2930837108544494518__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.7ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 17:24:39 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (30.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (237.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (240.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.4ms) Completed 200 OK in 316ms (Views: 263.8ms | ActiveRecord: 0.8ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 17:24:40 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 17:24:40 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 17:24:40 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 17:24:40 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 17:24:40 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 17:24:40 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 17:24:40 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 17:24:40 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 17:24:40 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 17:24:40 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 17:24:40 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 17:24:40 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 17:24:40 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 17:24:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 17:24:40 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 17:24:40 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 17:24:40 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 17:24:40 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 17:24:40 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 17:24:40 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started DELETE "/amalgam/1/signout" for 127.0.0.1 at 2012-09-19 17:24:42 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "resource"=>"1"} Completed 500 Internal Server Error in 37ms NameError (undefined local variable or method `root_url' for #): /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:28:in `destroy' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__1572520329641013484__process_action__3684503971138309248__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3389095669904800468__call__2930837108544494518__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.7ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 17:29:46 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (39.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (32.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (39.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (225.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (229.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.9ms) Completed 200 OK in 309ms (Views: 289.0ms | ActiveRecord: 0.8ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 17:29:47 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 17:29:47 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 17:29:47 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 17:29:47 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 17:29:47 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 17:29:47 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 17:29:47 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 17:29:47 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 17:29:47 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 17:29:47 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 17:29:47 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 17:29:47 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 17:29:47 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 17:29:47 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 17:29:47 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 17:29:47 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 17:29:47 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 17:29:47 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 17:29:47 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 17:29:47 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 17:29:47 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 17:29:47 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started DELETE "/amalgam/1/signout" for 127.0.0.1 at 2012-09-19 17:29:49 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "resource"=>"1"} Redirected to http://127.0.0.1:3000/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-09-19 17:29:49 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 44ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.5ms) Started GET "/" for 127.0.0.1 at 2012-09-19 17:30:40 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 2ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.2ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 17:30:44 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (32.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (39.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (249.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (253.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.0ms) Completed 200 OK in 289ms (Views: 283.5ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 17:30:45 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 17:30:45 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 17:30:45 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 17:30:45 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 17:30:45 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 17:30:45 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 17:30:45 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 17:30:45 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 17:30:45 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 17:30:45 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 17:30:45 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 17:30:45 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 17:30:45 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 17:30:45 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 17:30:45 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 17:30:45 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 17:30:45 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 17:30:45 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 17:30:45 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 17:30:45 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 17:30:45 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 17:30:45 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/amalgam/admin/pages/new" for 127.0.0.1 at 2012-09-19 17:30:58 +0800 Processing by Amalgam::Admin::PagesController#new as JS AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (6.8ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.2ms) Started POST "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-19 17:31:07 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "page"=>{"title"=>"index", "slug"=>"home", "parent_id"=>""}, "commit"=>"添加页面"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'home' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (2.3ms) INSERT INTO "pages" ("body", "created_at", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Wed, 19 Sep 2012 17:31:08 CST +08:00], ["lft", 49], ["parent_id", nil], ["path", "home"], ["rgt", 50], ["slug", "home"], ["title", "index"], ["updated_at", Wed, 19 Sep 2012 17:31:08 CST +08:00]]  (1.1ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 49 AND "pages"."rgt" <= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (18.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (19.9ms) Completed 200 OK in 53ms (Views: 28.8ms | ActiveRecord: 4.1ms) Started DELETE "/amalgam/1/signout" for 127.0.0.1 at 2012-09-19 17:31:12 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "resource"=>"1"} Redirected to http://127.0.0.1:3000/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-09-19 17:31:12 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml within layouts/amalgam/admin/editor (1.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (48.0ms) Completed 500 Internal Server Error in 321ms ActionView::Template::Error (undefined method `admin_signed_in?' for #): 11: %li.edit 12: %a{:href => '#'}= t('admin.actions.edit') 13: %li.divider-vertical 14: - if admin_signed_in? 15: %li.dropdown 16: %a.dropdown-toggle{"data-toggle" => "dropdown"} 17: = current_admin.username app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.2ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 17:31:41 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (35.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (238.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (241.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.2ms) Completed 200 OK in 262ms (Views: 259.7ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 17:31:42 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 17:31:42 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 17:31:42 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 17:31:42 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 17:31:42 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 17:31:42 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 17:31:42 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 17:31:42 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 17:31:42 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 17:31:42 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 17:31:42 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 17:31:42 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 17:31:42 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 17:31:42 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 17:31:42 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 17:31:42 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 17:31:42 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 17:31:42 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 17:31:42 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 17:31:42 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 17:31:42 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 17:31:42 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started DELETE "/amalgam/1/signout" for 127.0.0.1 at 2012-09-19 17:41:12 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "resource"=>"1"} Redirected to http://127.0.0.1:3000/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-09-19 17:41:12 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.8ms) Completed 500 Internal Server Error in 61ms ActionView::Template::Error (undefined method `admin_signed_in?' for #): 11: %li.edit 12: %a{:href => '#'}= t('admin.actions.edit') 13: %li.divider-vertical 14: - if admin_signed_in? 15: %li.dropdown 16: %a.dropdown-toggle{"data-toggle" => "dropdown"} 17: = current_admin.username app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.7ms) Started GET "/" for 127.0.0.1 at 2012-09-19 17:41:18 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (47.5ms) Completed 500 Internal Server Error in 86ms ActionView::Template::Error (undefined method `admin_signed_in?' for #): 11: %li.edit 12: %a{:href => '#'}= t('admin.actions.edit') 13: %li.divider-vertical 14: - if admin_signed_in? 15: %li.dropdown 16: %a.dropdown-toggle{"data-toggle" => "dropdown"} 17: = current_admin.username app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.5ms) Started GET "/" for 127.0.0.1 at 2012-09-19 17:42:28 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.1ms) Completed 500 Internal Server Error in 51ms ActionView::Template::Error (undefined method `admin_signed_in?' for #): 11: %li.edit 12: %a{:href => '#'}= t('admin.actions.edit') 13: %li.divider-vertical 14: - if admin_signed_in? 15: %li.dropdown 16: %a.dropdown-toggle{"data-toggle" => "dropdown"} 17: = current_admin.username app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.8ms) Started GET "/" for 127.0.0.1 at 2012-09-19 17:42:30 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.8ms) Completed 500 Internal Server Error in 84ms ActionView::Template::Error (undefined method `admin_signed_in?' for #): 11: %li.edit 12: %a{:href => '#'}= t('admin.actions.edit') 13: %li.divider-vertical 14: - if admin_signed_in? 15: %li.dropdown 16: %a.dropdown-toggle{"data-toggle" => "dropdown"} 17: = current_admin.username app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.0ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 17:42:50 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (31.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (251.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (254.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.2ms) Completed 200 OK in 284ms (Views: 281.0ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 17:42:50 +0800 Served asset /bootstrap.css - 304 Not Modified (52ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 17:42:50 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 17:42:50 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 17:42:50 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 17:42:50 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:50 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:50 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:50 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:50 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:50 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:50 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:50 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:50 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:50 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:50 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:50 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:50 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:50 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:50 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:50 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:50 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:50 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 17:42:51 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (35.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (247.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (250.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.3ms) Completed 200 OK in 274ms (Views: 271.1ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 17:42:52 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 17:42:52 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 17:42:52 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 17:42:52 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 17:42:52 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:52 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:52 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:52 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:52 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:52 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:52 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:52 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:52 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:52 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:52 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:52 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:52 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:52 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:52 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:52 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:52 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 17:42:52 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started DELETE "/amalgam/1/signout" for 127.0.0.1 at 2012-09-19 17:45:59 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "resource"=>"1"} Redirected to http://127.0.0.1:3000/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-09-19 17:45:59 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.8ms) Completed 500 Internal Server Error in 51ms ActionView::Template::Error (undefined method `admin_signed_in?' for #): 11: %li.edit 12: %a{:href => '#'}= t('admin.actions.edit') 13: %li.divider-vertical 14: - if admin_signed_in? 15: %li.dropdown 16: %a.dropdown-toggle{"data-toggle" => "dropdown"} 17: = current_admin.username app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.8ms) Started GET "/" for 127.0.0.1 at 2012-09-19 17:48:06 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.9ms) Completed 500 Internal Server Error in 91ms ActionView::Template::Error (undefined method `admin_signed_in?' for #): 11: %li.edit 12: %a{:href => '#'}= t('admin.actions.edit') 13: %li.divider-vertical 14: - if admin_signed_in? 15: %li.dropdown 16: %a.dropdown-toggle{"data-toggle" => "dropdown"} 17: = current_admin.username app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.3ms) Started GET "/" for 127.0.0.1 at 2012-09-19 17:48:08 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.5ms) Completed 500 Internal Server Error in 48ms ActionView::Template::Error (undefined method `admin_signed_in?' for #): 11: %li.edit 12: %a{:href => '#'}= t('admin.actions.edit') 13: %li.divider-vertical 14: - if admin_signed_in? 15: %li.dropdown 16: %a.dropdown-toggle{"data-toggle" => "dropdown"} 17: = current_admin.username app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.6ms) Started GET "/" for 127.0.0.1 at 2012-09-19 17:48:10 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.3ms) Completed 500 Internal Server Error in 53ms ActionView::Template::Error (undefined method `admin_signed_in?' for #): 11: %li.edit 12: %a{:href => '#'}= t('admin.actions.edit') 13: %li.divider-vertical 14: - if admin_signed_in? 15: %li.dropdown 16: %a.dropdown-toggle{"data-toggle" => "dropdown"} 17: = current_admin.username app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.3ms) Started GET "/" for 127.0.0.1 at 2012-09-19 17:48:34 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (46.6ms) Completed 500 Internal Server Error in 83ms ActionView::Template::Error (undefined method `admin_signed_in?' for #): 11: %li.edit 12: %a{:href => '#'}= t('admin.actions.edit') 13: %li.divider-vertical 14: - if admin_signed_in? 15: %li.dropdown 16: %a.dropdown-toggle{"data-toggle" => "dropdown"} 17: = current_admin.username app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.9ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-09-19 17:54:01 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (64.6ms) Completed 500 Internal Server Error in 392ms ActionView::Template::Error (undefined method `admin_signed_in?' for #): 11: %li.edit 12: %a{:href => '#'}= t('admin.actions.edit') 13: %li.divider-vertical 14: - if admin_signed_in? 15: %li.dropdown 16: %a.dropdown-toggle{"data-toggle" => "dropdown"} 17: = current_admin.username app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.5ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 17:54:06 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (29.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (36.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (243.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (247.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (31.7ms) Completed 200 OK in 478ms (Views: 436.0ms | ActiveRecord: 4.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 17:54:07 +0800 Served asset /bootstrap.css - 304 Not Modified (18ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 17:54:07 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 17:54:07 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 17:54:07 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 17:54:07 +0800 Served asset /amalgam/admin.css - 304 Not Modified (44ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 17:54:07 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 17:54:07 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 17:54:07 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 17:54:07 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 17:54:07 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 17:54:07 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 17:54:07 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 17:54:07 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 17:54:07 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 17:54:07 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 17:54:07 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 17:54:07 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 17:54:07 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 17:54:07 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 17:54:07 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 17:54:07 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 17:54:07 +0800 Served asset /amalgam/admin.js - 304 Not Modified (47ms) Started DELETE "/amalgam/1/signout" for 127.0.0.1 at 2012-09-19 17:54:11 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "resource"=>"1"} Redirected to http://127.0.0.1:3000/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-09-19 17:54:11 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.2ms) Completed 500 Internal Server Error in 58ms ActionView::Template::Error (undefined method `admin_signed_in?' for #): 11: %li.edit 12: %a{:href => '#'}= t('admin.actions.edit') 13: %li.divider-vertical 14: - if admin_signed_in? 15: %li.dropdown 16: %a.dropdown-toggle{"data-toggle" => "dropdown"} 17: = current_admin.username app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.1ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-09-19 17:56:30 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (0.8ms) Completed 200 OK in 50ms (Views: 33.0ms | ActiveRecord: 0.4ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 17:56:36 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (52.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (32.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (50.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (53.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (291.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (308.9ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (39.2ms) Completed 200 OK in 521ms (Views: 507.0ms | ActiveRecord: 4.2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 17:56:37 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 17:56:37 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 17:56:37 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 17:56:37 +0800 Served asset /bootstrap.css - 304 Not Modified (40ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 17:56:37 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 17:56:37 +0800 Served asset /amalgam/admin.css - 304 Not Modified (14ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 17:56:37 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 17:56:37 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 17:56:37 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 17:56:37 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 17:56:37 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 17:56:37 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 17:56:37 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 17:56:37 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 17:56:37 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 17:56:37 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 17:56:37 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 17:56:37 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 17:56:37 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 17:56:37 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 17:56:37 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 17:56:37 +0800 Served asset /amalgam/admin.js - 304 Not Modified (51ms) Started DELETE "/amalgam/1/signout" for 127.0.0.1 at 2012-09-19 17:56:42 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "resource"=>"1"} Redirected to http://127.0.0.1:3000/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-09-19 17:56:42 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (0.1ms) Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.3ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 18:04:11 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (37.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (252.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (255.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.2ms) Completed 200 OK in 336ms (Views: 280.7ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 18:04:12 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 18:04:12 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 18:04:12 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 18:04:12 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:12 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 18:04:12 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:12 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:12 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:12 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:12 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:12 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:12 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:12 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:12 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:12 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:12 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:12 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:12 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:12 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:12 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:12 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:12 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started DELETE "/amalgam/1/signout" for 127.0.0.1 at 2012-09-19 18:04:16 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "resource"=>"1"} {"session_id"=>"34fa8349d175f4fc13e846040a61595d", "_csrf_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_id"=>1, "admin_user_id"=>1} Redirected to http://127.0.0.1:3000/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-09-19 18:04:16 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (0.1ms) Completed 200 OK in 4ms (Views: 1.3ms | ActiveRecord: 0.4ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 18:04:49 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (32.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (243.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (245.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.1ms) Completed 200 OK in 269ms (Views: 266.1ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 18:04:49 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 18:04:49 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 18:04:49 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 18:04:49 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 18:04:49 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:49 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:49 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:49 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:49 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:49 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:49 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:49 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:49 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:49 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:49 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:49 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:49 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:49 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:49 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:49 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 18:04:49 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started DELETE "/amalgam/1/signout" for 127.0.0.1 at 2012-09-19 18:04:53 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "resource"=>"1"} {"session_id"=>"34fa8349d175f4fc13e846040a61595d", "_csrf_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_id"=>1, "admin_user_id"=>1} Redirected to http://127.0.0.1:3000/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-09-19 18:04:53 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (0.1ms) Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.4ms) Started GET "/amalgam/admin/pages" for 127.0.0.1 at 2012-09-19 18:07:01 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (31.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (237.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (240.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.6ms) Completed 200 OK in 265ms (Views: 262.3ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 18:07:01 +0800 Served asset /bootstrap.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 18:07:01 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 18:07:01 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 18:07:01 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:01 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 18:07:01 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:01 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:01 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:01 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:01 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:01 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:01 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:01 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:01 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:01 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:01 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:01 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:01 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:01 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:01 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:01 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:02 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started DELETE "/amalgam/admin_user/signout" for 127.0.0.1 at 2012-09-19 18:07:04 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "resource"=>"admin_user"} {"session_id"=>"34fa8349d175f4fc13e846040a61595d", "_csrf_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_id"=>1, "admin_user_id"=>1} Redirected to http://127.0.0.1:3000/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-09-19 18:07:04 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 4ms (Views: 1.5ms | ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2012-09-19 18:07:13 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (0.1ms) Completed 200 OK in 4ms (Views: 1.1ms | ActiveRecord: 0.4ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 18:07:16 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://127.0.0.1:3000/amalgam/admin/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 18:07:16 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (6.4ms) Completed 200 OK in 25ms (Views: 23.7ms | ActiveRecord: 0.0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 18:07:16 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 18:07:16 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 18:07:16 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 18:07:16 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 18:07:16 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:16 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:16 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:16 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:16 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:16 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:16 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:16 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:16 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:16 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:16 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:16 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:16 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:16 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:16 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:16 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:16 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 18:07:16 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 18:07:53 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (email = 'johnable@gmail.com') LIMIT 1 Completed 500 Internal Server Error in 4ms NameError (undefined local variable or method `admin_user_signin_url' for #): /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:21:in `eval' /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:21:in `eval' /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:21:in `create' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__4599903982933774128__process_action__2329719935304317557__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3488186651253927968__call__1419992493360422629__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.3ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 18:14:50 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (email = 'johnable@gmail.com') LIMIT 1 Completed 500 Internal Server Error in 4ms NameError (undefined local variable or method `admin_user_signin_url' for #): /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:21:in `eval' /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:21:in `eval' /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:21:in `create' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__4599903982933774128__process_action__2329719935304317557__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3488186651253927968__call__1419992493360422629__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.7ms) Started POST "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 18:17:48 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (email = 'johnable@gmail.com') LIMIT 1 Completed 500 Internal Server Error in 12ms NameError (undefined local variable or method `admin_user_signin_url' for #): /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:21:in `eval' /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:21:in `eval' /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:21:in `create' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__4599903982933774128__process_action__2329719935304317557__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3488186651253927968__call__1419992493360422629__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.3ms) Connecting to database specified by database.yml Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 18:18:02 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Completed 500 Internal Server Error in 1ms TypeError (can't convert Symbol into Integer): /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:23:in `[]' /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:23:in `block in build_resource' /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:22:in `each' /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:22:in `build_resource' /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:7:in `new' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3269190735618023535__process_action__3964922743354249466__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3187393837999864088__call__1943066913657051675__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.8ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 18:18:04 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Completed 500 Internal Server Error in 0ms TypeError (can't convert Symbol into Integer): /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:23:in `[]' /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:23:in `block in build_resource' /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:22:in `each' /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:22:in `build_resource' /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:7:in `new' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3269190735618023535__process_action__3964922743354249466__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3187393837999864088__call__1943066913657051675__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.1ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 18:18:23 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Completed 500 Internal Server Error in 0ms TypeError (can't convert Symbol into Integer): /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:23:in `[]' /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:23:in `block in build_resource' /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:22:in `each' /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:22:in `build_resource' /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:7:in `new' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3269190735618023535__process_action__3964922743354249466__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3187393837999864088__call__1943066913657051675__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (25.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (33.3ms) Started GET "/amalgam/admin/signin" for 127.0.0.1 at 2012-09-19 18:18:25 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin"} Completed 500 Internal Server Error in 0ms TypeError (can't convert Symbol into Integer): /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:23:in `[]' /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:23:in `block in build_resource' /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:22:in `each' /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:22:in `build_resource' /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:7:in `new' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3269190735618023535__process_action__3964922743354249466__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3187393837999864088__call__1943066913657051675__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.8ms) Started GET "/amalgam/admin_user/signin" for 127.0.0.1 at 2012-09-19 18:18:29 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Completed 500 Internal Server Error in 0ms TypeError (can't convert Symbol into Integer): /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:23:in `[]' /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:23:in `block in build_resource' /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:22:in `each' /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:22:in `build_resource' /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:7:in `new' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3269190735618023535__process_action__3964922743354249466__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3187393837999864088__call__1943066913657051675__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.9ms) Started GET "/amalgam/admin_user/signin" for 127.0.0.1 at 2012-09-19 18:18:31 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Completed 500 Internal Server Error in 0ms TypeError (can't convert Symbol into Integer): /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:23:in `[]' /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:23:in `block in build_resource' /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:22:in `each' /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:22:in `build_resource' /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:7:in `new' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3269190735618023535__process_action__3964922743354249466__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3187393837999864088__call__1943066913657051675__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.4ms) Started GET "/amalgam/admin_user/signin" for 127.0.0.1 at 2012-09-19 18:18:33 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Completed 500 Internal Server Error in 0ms TypeError (can't convert Symbol into Integer): /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:23:in `[]' /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:23:in `block in build_resource' /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:22:in `each' /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:22:in `build_resource' /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:7:in `new' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3269190735618023535__process_action__3964922743354249466__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3187393837999864088__call__1943066913657051675__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.5ms) Started GET "/amalgam/admin_user/signin" for 127.0.0.1 at 2012-09-19 18:18:36 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Completed 500 Internal Server Error in 0ms TypeError (can't convert Symbol into Integer): /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:23:in `[]' /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:23:in `block in build_resource' /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:22:in `each' /Users/brownjohn/code/amalgam/app/controllers/amalgam/application_controller.rb:22:in `build_resource' /Users/brownjohn/code/amalgam/app/controllers/amalgam/sessions_controller.rb:7:in `new' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3269190735618023535__process_action__3964922743354249466__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3187393837999864088__call__1943066913657051675__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.1ms) Started GET "/amalgam/admin_user/signin" for 127.0.0.1 at 2012-09-19 18:21:57 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (15.2ms) Completed 500 Internal Server Error in 76ms ActionView::Template::Error (undefined local variable or method `admin_user_signin_path' for #<#:0x007faff38fe030>): 6: .login-box 7: .top 8: %h1= "#{t('amalgam.sessions.actions.sign_in')}" 9: = form_for @resource, :url => admin_user_signin_path do |f| 10: %fieldset 11: .control-groups 12: .controls /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml:9:in `___sers_brownjohn_code_amalgam_app_views_amalgam_sessions_new_html_haml___3194083985634713053_70196841144300' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3269190735618023535__process_action__3964922743354249466__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3187393837999864088__call__1943066913657051675__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (26.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (33.8ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/amalgam/admin_user/signin" for 127.0.0.1 at 2012-09-19 18:23:15 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (12.0ms) Completed 200 OK in 158ms (Views: 106.8ms | ActiveRecord: 2.1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 18:23:15 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 18:23:15 +0800 Served asset /bootstrap.css - 304 Not Modified (14ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 18:23:15 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:15 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 18:23:15 +0800 Served asset /amalgam/admin.css - 304 Not Modified (14ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 18:23:15 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:15 +0800 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:15 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:15 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:15 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (14ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:15 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (13ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:15 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:15 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:15 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:15 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:15 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:15 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:15 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:15 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:15 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:15 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:15 +0800 Served asset /amalgam/admin.js - 304 Not Modified (13ms) Started POST "/amalgam/admin_user/signin" for 127.0.0.1 at 2012-09-19 18:23:31 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"login"=>"admin@example.com", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (email = 'admin@example.com') LIMIT 1 Redirected to http://127.0.0.1:3000/amalgam/admin Completed 302 Found in 91ms (ActiveRecord: 0.2ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 18:23:32 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (33.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (31.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (244.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (251.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.8ms) Completed 200 OK in 427ms (Views: 381.4ms | ActiveRecord: 33.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 18:23:32 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 18:23:32 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 18:23:32 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 18:23:32 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 18:23:32 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:32 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:32 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:32 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:32 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:32 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:32 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:32 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:32 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:32 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:32 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:32 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:32 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:32 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:32 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:32 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:32 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 18:23:32 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started DELETE "/amalgam/admin_user/signout" for 127.0.0.1 at 2012-09-19 18:23:36 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "resource"=>"admin_user"} {"session_id"=>"34fa8349d175f4fc13e846040a61595d", "_csrf_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_id"=>1, "admin_user_id"=>1} Redirected to http://127.0.0.1:3000/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-09-19 18:23:36 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (0.7ms) Completed 200 OK in 11ms (Views: 2.0ms | ActiveRecord: 0.3ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 18:23:43 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 2ms NameError (undefined local variable or method `admin_signin_url' for #): /Users/brownjohn/code/amalgam/lib/amalgam/authorities/controllers/helpers.rb:34:in `authenticate_admin!' activesupport (3.2.8) lib/active_support/callbacks.rb:418:in `_run__1868175074875342310__process_action__1842441014416496939__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4207563644240056885__call__584581366493056464__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.0ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 18:23:45 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 2ms NameError (undefined local variable or method `admin_signin_url' for #): /Users/brownjohn/code/amalgam/lib/amalgam/authorities/controllers/helpers.rb:34:in `authenticate_admin!' activesupport (3.2.8) lib/active_support/callbacks.rb:418:in `_run__1868175074875342310__process_action__1842441014416496939__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4207563644240056885__call__584581366493056464__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.4ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 18:25:48 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Completed 500 Internal Server Error in 33ms NameError (undefined local variable or method `admin_signin_url' for #): /Users/brownjohn/code/amalgam/lib/amalgam/authorities/controllers/helpers.rb:34:in `authenticate_admin!' activesupport (3.2.8) lib/active_support/callbacks.rb:418:in `_run__1868175074875342310__process_action__1842441014416496939__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4207563644240056885__call__584581366493056464__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.2ms) Connecting to database specified by database.yml Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 18:25:58 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://127.0.0.1:3000/amalgam/admin_user/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 6ms (ActiveRecord: 0.0ms) Started GET "/amalgam/admin_user/signin" for 127.0.0.1 at 2012-09-19 18:25:58 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (7.5ms) Completed 200 OK in 133ms (Views: 123.6ms | ActiveRecord: 0.3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 18:25:59 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 18:25:59 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 18:25:59 +0800 Served asset /bootstrap.css - 304 Not Modified (14ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 18:25:59 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 18:25:59 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 18:25:59 +0800 Served asset /amalgam/admin.css - 304 Not Modified (42ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 18:25:59 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 18:25:59 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 18:25:59 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 18:25:59 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (8ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 18:25:59 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 18:25:59 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 18:25:59 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 18:25:59 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 18:25:59 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 18:25:59 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (8ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 18:25:59 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 18:25:59 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 18:25:59 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 18:25:59 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 18:25:59 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 18:25:59 +0800 Served asset /amalgam/admin.js - 304 Not Modified (50ms) Started POST "/amalgam/admin_user/signin" for 127.0.0.1 at 2012-09-19 18:26:20 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"login"=>"admin@example.com", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (email = 'admin@example.com') LIMIT 1 Redirected to http://127.0.0.1:3000/amalgam/admin Completed 302 Found in 90ms (ActiveRecord: 0.2ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 18:26:20 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (35.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (63.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (71.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (246.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (253.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (38.4ms) Completed 200 OK in 445ms (Views: 430.4ms | ActiveRecord: 3.9ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 18:26:20 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 18:26:20 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 18:26:20 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 18:26:20 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 18:26:20 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:20 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:20 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:20 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:20 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:20 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:20 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:20 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:20 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:20 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:20 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:20 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:20 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:20 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:20 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:20 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:20 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:20 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started DELETE "/amalgam/admin_user/signout" for 127.0.0.1 at 2012-09-19 18:26:24 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "resource"=>"admin_user"} {"session_id"=>"34fa8349d175f4fc13e846040a61595d", "_csrf_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_id"=>1, "admin_user_id"=>1} Redirected to http://127.0.0.1:3000/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-09-19 18:26:24 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (0.7ms) Completed 200 OK in 10ms (Views: 2.0ms | ActiveRecord: 0.4ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-19 18:26:38 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://127.0.0.1:3000/amalgam/admin_user/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/amalgam/admin_user/signin" for 127.0.0.1 at 2012-09-19 18:26:38 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (1.9ms) Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-19 18:26:38 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-19 18:26:38 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-19 18:26:38 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-19 18:26:38 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-19 18:26:38 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:38 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:38 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:38 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:38 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:38 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:38 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:38 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:38 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:38 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:38 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:38 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:38 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:38 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:38 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:38 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:38 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-19 18:26:38 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-20 10:38:08 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-20 10:38:08 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-20 10:38:08 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-20 10:38:08 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:08 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-20 10:38:08 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:08 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:08 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:08 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:08 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:08 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:08 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:08 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:08 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:08 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:08 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:08 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:08 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:08 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:08 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:08 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:08 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started POST "/amalgam/admin_user/signin" for 127.0.0.1 at 2012-09-20 10:38:10 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (email = 'johnable@gmail.com') LIMIT 1 Redirected to http://127.0.0.1:3000/amalgam/admin_user/signin Completed 302 Found in 53ms (ActiveRecord: 0.7ms) Started GET "/amalgam/admin_user/signin" for 127.0.0.1 at 2012-09-20 10:38:10 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (3.4ms) Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-20 10:38:10 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-20 10:38:10 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-20 10:38:10 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-20 10:38:10 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-20 10:38:10 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:10 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:10 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:10 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:10 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:10 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:10 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:10 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:10 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:10 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:10 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:10 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:10 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:10 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:10 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:10 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:10 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:10 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started POST "/amalgam/admin_user/signin" for 127.0.0.1 at 2012-09-20 10:38:23 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"login"=>"admin@example.com", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE (email = 'admin@example.com') LIMIT 1 Redirected to http://127.0.0.1:3000/amalgam/admin Completed 302 Found in 215ms (ActiveRecord: 0.3ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-20 10:38:24 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC EXPLAIN (0.2ms) EXPLAIN QUERY PLAN SELECT "pages".* FROM "pages" ORDER BY lft ASC EXPLAIN for: SELECT "pages".* FROM "pages" ORDER BY lft ASC 0|0|0|SCAN TABLE pages (~1000000 rows) 0|0|0|USE TEMP B-TREE FOR ORDER BY Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (28.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (26.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (58.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (71.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (322.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (405.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.0ms) Completed 200 OK in 1155ms (Views: 433.4ms | ActiveRecord: 1.1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-20 10:38:25 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-20 10:38:25 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-20 10:38:25 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-20 10:38:25 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-20 10:38:25 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:25 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:25 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:25 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:25 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:25 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:25 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:25 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:25 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:25 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:25 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:25 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:25 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:25 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:25 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:25 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:25 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-20 10:38:25 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/pages/home" for 127.0.0.1 at 2012-09-20 10:38:31 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (0.2ms) Completed 200 OK in 6ms (Views: 2.4ms | ActiveRecord: 0.5ms) Started GET "/pages/home" for 127.0.0.1 at 2012-09-20 10:39:52 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (0.1ms) Completed 200 OK in 12ms (Views: 1.5ms | ActiveRecord: 0.4ms) Connecting to database specified by database.yml Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-20 10:40:07 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (27.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (32.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (34.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (42.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (49.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (62.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (69.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (237.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (249.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.2ms) Completed 200 OK in 503ms (Views: 478.2ms | ActiveRecord: 4.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-20 10:40:07 +0800 Served asset /bootstrap.css - 304 Not Modified (13ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-20 10:40:07 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-20 10:40:07 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-20 10:40:07 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-20 10:40:07 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-20 10:40:07 +0800 Served asset /amalgam/admin.css - 304 Not Modified (17ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-20 10:40:07 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-20 10:40:07 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (45ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-20 10:40:07 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-20 10:40:07 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-20 10:40:07 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-20 10:40:07 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-20 10:40:07 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-20 10:40:07 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-20 10:40:07 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-20 10:40:07 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-20 10:40:07 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-20 10:40:07 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-20 10:40:07 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-20 10:40:08 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-20 10:40:08 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-20 10:40:08 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/pages/home" for 127.0.0.1 at 2012-09-20 10:40:11 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 58ms NoMethodError (Could not render layout: undefined method `admin_signed_in?' for #): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.3ms) Started GET "/pages/home" for 127.0.0.1 at 2012-09-20 10:40:28 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 17ms NoMethodError (Could not render layout: undefined method `admin_user_signed_in?' for #): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.8ms) Started GET "/pages/home" for 127.0.0.1 at 2012-09-20 10:41:21 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (67.1ms) Completed 500 Internal Server Error in 377ms ActionView::Template::Error (undefined method `signout_path' for #<#:0x007fd388a7c2f0>): 17: = current_admin.username 18: %b.caret 19: %ul.dropdown-menu 20: %li= link_to(t('amalgam.sessions.actions.sign_out'), signout_path("admin_user"), :method => 'delete') app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.8ms) Started GET "/pages/home" for 127.0.0.1 at 2012-09-20 10:42:00 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.0ms) Completed 200 OK in 49ms (Views: 47.3ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-20 10:42:00 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-20 10:42:00 +0800 Served asset /responsive.css - 304 Not Modified (13ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 10:42:00 +0800 Served asset /mercury.css - 304 Not Modified (15ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 10:42:00 +0800 Served asset /mercury/mercury.css - 304 Not Modified (48ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-20 10:42:00 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-20 10:42:00 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-20 10:42:00 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-20 10:42:00 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-20 10:42:00 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-20 10:42:00 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-20 10:42:00 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-20 10:42:00 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-20 10:42:00 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-20 10:42:00 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-20 10:42:00 +0800 Served asset /amalgam/editor.css - 304 Not Modified (27ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:00 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:00 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (92ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (8ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/mercury.js - 304 Not Modified (35ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (40ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/panel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (8ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (41ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /amalgam/editor.js - 304 Not Modified (47ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (3ms) Started GET "/pages/home?mercury_frame=true&_=1348108921777" for 127.0.0.1 at 2012-09-20 10:42:01 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1348108921777", "path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (0.1ms) Completed 200 OK in 5ms (Views: 1.6ms | ActiveRecord: 0.5ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-09-20 10:42:03 +0800 Served asset /mercury/toolbar/primary/save.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-09-20 10:42:03 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-09-20 10:42:03 +0800 Served asset /mercury/toolbar/primary/redo.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-09-20 10:42:03 +0800 Served asset /mercury/toolbar/primary/undo.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-09-20 10:42:03 +0800 Served asset /mercury/toolbar/primary/preview.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-09-20 10:42:03 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-09-20 10:42:03 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-09-20 10:42:03 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-09-20 10:42:03 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-09-20 10:42:03 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-09-20 10:42:03 +0800 Served asset /mercury/toolbar/editable/buttons.png - 304 Not Modified (3ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-09-20 10:42:03 +0800 Served asset /mercury/close.png - 304 Not Modified (3ms) Started GET "/pages/home" for 127.0.0.1 at 2012-09-20 10:46:25 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.haml within layouts/amalgam/admin/editor (8.9ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (undefined method `editable_content_tag' for #<#:0x007fd38899a300>): 1: = editable_content_tag :div, @page, "body.content", :class =>"content" do 2: 正文内容 app/views/pages/show.html.haml:1:in `_app_views_pages_show_html_haml__4300468461536621884_70273253295820' app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.5ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/pages/home" for 127.0.0.1 at 2012-09-20 10:58:54 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.haml within layouts/amalgam/admin/editor (1.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (53.2ms) Completed 200 OK in 393ms (Views: 370.9ms | ActiveRecord: 4.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /bootstrap.css - 304 Not Modified (12ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /responsive.css - 304 Not Modified (13ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/mercury.css - 304 Not Modified (40ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (3ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury.css - 304 Not Modified (14ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/uploader.css - 304 Not Modified (5ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /amalgam/editor.css - 304 Not Modified (28ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (82ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/mercury.js - 304 Not Modified (36ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (36ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/dialog.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/palette.js - 304 Not Modified (4ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/lightview.js - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:55 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (36ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (7ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (4ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Served asset /amalgam/editor.js - 304 Not Modified (53ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/pages/home?mercury_frame=true&_=1348109936397" for 127.0.0.1 at 2012-09-20 10:58:56 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1348109936397", "path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (1.0ms) Completed 200 OK in 6ms (Views: 2.7ms | ActiveRecord: 0.4ms) Started PUT "/admin/editor" for 127.0.0.1 at 2012-09-20 10:59:01 +0800 ActionController::RoutingError (No route matches [PUT] "/admin/editor"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/pages/home" for 127.0.0.1 at 2012-09-20 11:13:36 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (4.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.haml within layouts/amalgam/admin/editor (1.4ms) Compiled amalgam/mercury.js (7ms) (pid 63155) Compiled amalgam/editor.js (271ms) (pid 63155) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (56.4ms) Completed 200 OK in 693ms (Views: 668.2ms | ActiveRecord: 4.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-20 11:13:37 +0800 Served asset /bootstrap.css - 304 Not Modified (44ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-20 11:13:37 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-20 11:13:37 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 11:13:37 +0800 Served asset /mercury.css - 304 Not Modified (14ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 11:13:37 +0800 Served asset /mercury/mercury.css - 304 Not Modified (13ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-20 11:13:37 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-20 11:13:37 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/modal.css - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/uploader.css - 304 Not Modified (39ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /amalgam/editor.css - 304 Not Modified (25ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /amalgam/mercury.js - 200 OK (54ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (9ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (36ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/mercury.js - 304 Not Modified (38ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/select.js - 304 Not Modified (4ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (38ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (9ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (37ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Served asset /amalgam/editor.js - 304 Not Modified (52ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-20 11:13:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.7ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-20 11:13:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/pages/home?mercury_frame=true&_=1348110818934" for 127.0.0.1 at 2012-09-20 11:13:39 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1348110818934", "path"=>"home"} Page Load (0.6ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (1.3ms) Completed 200 OK in 7ms (Views: 3.1ms | ActiveRecord: 0.6ms) Started PUT "/admin/editor" for 127.0.0.1 at 2012-09-20 11:13:42 +0800 ActionController::RoutingError (No route matches [PUT] "/admin/editor"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/pages/home" for 127.0.0.1 at 2012-09-20 11:14:31 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.6ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.haml within layouts/amalgam/admin/editor (0.9ms) Compiled amalgam/editor.js (268ms) (pid 63155) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.4ms) Completed 200 OK in 436ms (Views: 431.4ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /amalgam/editor.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Served asset /amalgam/editor.js - 200 OK (47ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/pages/home?mercury_frame=true&_=1348110872911" for 127.0.0.1 at 2012-09-20 11:14:32 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1348110872911", "path"=>"home"} Page Load (0.6ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (1.3ms) Completed 200 OK in 7ms (Views: 3.1ms | ActiveRecord: 0.6ms) Started PUT "/pages/amalgam/admin/editor" for 127.0.0.1 at 2012-09-20 11:14:37 +0800 ActionController::RoutingError (No route matches [PUT] "/pages/amalgam/admin/editor"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/pages/home" for 127.0.0.1 at 2012-09-20 11:16:32 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (3.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.haml within layouts/amalgam/admin/editor (1.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (56.4ms) Completed 200 OK in 379ms (Views: 357.8ms | ActiveRecord: 3.9ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 11:16:32 +0800 Served asset /mercury/mercury.css - 304 Not Modified (21ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 11:16:32 +0800 Served asset /mercury.css - 304 Not Modified (13ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-20 11:16:32 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-20 11:16:32 +0800 Served asset /bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-20 11:16:32 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-20 11:16:32 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-20 11:16:32 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-20 11:16:32 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-20 11:16:32 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-20 11:16:32 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-20 11:16:32 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-20 11:16:32 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/all_images.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /amalgam/editor.css - 304 Not Modified (26ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (85ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (7ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/mercury.js - 304 Not Modified (72ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (37ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (8ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (7ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (41ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Served asset /amalgam/editor.js - 304 Not Modified (46ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-20 11:16:33 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-20 11:16:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-20 11:16:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-20 11:16:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-20 11:16:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/pages/home?mercury_frame=true&_=1348110994031" for 127.0.0.1 at 2012-09-20 11:16:34 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1348110994031", "path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (1.1ms) Completed 200 OK in 5ms (Views: 2.3ms | ActiveRecord: 0.4ms) Started PUT "/pages/amalgam/admin/editor" for 127.0.0.1 at 2012-09-20 11:16:37 +0800 ActionController::RoutingError (No route matches [PUT] "/pages/amalgam/admin/editor"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (39.6ms) Connecting to database specified by database.yml Started GET "/pages/home" for 127.0.0.1 at 2012-09-20 11:17:01 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (4.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.haml within layouts/amalgam/admin/editor (1.4ms) Compiled amalgam/editor.js (245ms) (pid 63199) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (59.7ms) Completed 200 OK in 686ms (Views: 662.6ms | ActiveRecord: 4.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:02 +0800 Served asset /bootstrap.css - 304 Not Modified (11ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:02 +0800 Served asset /mercury.css - 304 Not Modified (15ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:02 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:02 +0800 Served asset /mercury/mercury.css - 304 Not Modified (15ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:02 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:02 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:02 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:02 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:02 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:02 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:02 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:02 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (7ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:02 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:02 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:02 +0800 Served asset /amalgam/editor.css - 304 Not Modified (60ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:02 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:02 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (57ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:02 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:02 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:02 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:02 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:02 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:02 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:02 +0800 Served asset /mercury/mercury.js - 304 Not Modified (74ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:02 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (8ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:02 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (7ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/dialog.js - 304 Not Modified (6ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/palette.js - 304 Not Modified (6ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (38ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (4ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Served asset /amalgam/editor.js - 200 OK (49ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/pages/home?mercury_frame=true&_=1348111023749" for 127.0.0.1 at 2012-09-20 11:17:03 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1348111023749", "path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (1.5ms) Completed 200 OK in 6ms (Views: 3.0ms | ActiveRecord: 0.5ms) Started PUT "/amalgam/admin/editor" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Processing by Amalgam::Admin::EditorController#update as JSON Parameters: {"content"=>{"pages/54.body.content"=>{"type"=>"full", "value"=>"正文内容1"}}} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "54"]]  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'home' AND "pages"."id" != 54 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "body" = '--- content: 正文内容1 ', "updated_at" = '2012-09-20 03:17:08.359156' WHERE "pages"."id" = 54  (0.9ms) commit transaction Rendered text template (0.0ms) Completed 200 OK in 61ms (Views: 30.9ms | ActiveRecord: 1.8ms) Started GET "/pages/home" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.haml within layouts/amalgam/admin/editor (5.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.2ms) Completed 200 OK in 64ms (Views: 60.9ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:08 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:09 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:09 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:09 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:09 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:17:09 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-20 11:17:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-20 11:17:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-20 11:17:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-20 11:17:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-20 11:17:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/pages/home?mercury_frame=true&_=1348111029109" for 127.0.0.1 at 2012-09-20 11:17:09 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1348111029109", "path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (6.3ms) Completed 200 OK in 10ms (Views: 7.3ms | ActiveRecord: 0.4ms) Started GET "/assets/mercury/loading-light.gif" for 127.0.0.1 at 2012-09-20 11:17:22 +0800 Served asset /mercury/loading-light.gif - 200 OK (3ms) Started GET "/mercury/modals/media.html" for 127.0.0.1 at 2012-09-20 11:17:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"modals", "resource"=>"media"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/modals/media.html (0.4ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/button.png" for 127.0.0.1 at 2012-09-20 11:17:22 +0800 Served asset /mercury/button.png - 200 OK (10ms) Started GET "/mercury/modals/table.html" for 127.0.0.1 at 2012-09-20 11:17:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"modals", "resource"=>"table"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/modals/table.html (0.6ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/modals/character.html" for 127.0.0.1 at 2012-09-20 11:17:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"modals", "resource"=>"character"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/modals/character.html (0.8ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/modals/character.html" for 127.0.0.1 at 2012-09-20 11:17:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"modals", "resource"=>"character"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/modals/character.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/modals/link.html" for 127.0.0.1 at 2012-09-20 11:18:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"modals", "resource"=>"link"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/modals/link.html (0.4ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/pages/home" for 127.0.0.1 at 2012-09-20 11:19:39 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.8ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.haml within layouts/amalgam/admin/editor (54.9ms) Compiled amalgam/mercury.js (8ms) (pid 63199) Compiled amalgam/editor.js (271ms) (pid 63199) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.0ms) Completed 200 OK in 496ms (Views: 491.6ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:39 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:39 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:39 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:39 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:39 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:39 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:39 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:39 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:39 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:39 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:39 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:39 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:39 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:39 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:39 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:39 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:39 +0800 Served asset /amalgam/mercury.js - 200 OK (63ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:39 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:39 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:39 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:39 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:39 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /amalgam/editor.js - 304 Not Modified (51ms) Started GET "/amalgam/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 ActionController::RoutingError (No route matches [GET] "/amalgam/mercury/panels/properties.html"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (4ms) Started GET "/pages/home?mercury_frame=true&_=1348111180424" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1348111180424", "path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (4.6ms) Completed 200 OK in 9ms (Views: 5.6ms | ActiveRecord: 0.5ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-20 11:19:40 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-09-20 11:19:42 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-09-20 11:19:42 +0800 Served asset /mercury/toolbar/primary/save.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-09-20 11:19:42 +0800 Served asset /mercury/toolbar/primary/undo.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-09-20 11:19:42 +0800 Served asset /mercury/toolbar/primary/preview.png - 304 Not Modified (11ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-09-20 11:19:42 +0800 Served asset /mercury/toolbar/primary/redo.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-09-20 11:19:42 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-09-20 11:19:42 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-09-20 11:19:42 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-09-20 11:19:42 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-09-20 11:19:42 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-09-20 11:19:42 +0800 Served asset /mercury/toolbar/editable/buttons.png - 304 Not Modified (3ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-09-20 11:19:42 +0800 Served asset /mercury/close.png - 304 Not Modified (4ms) Started GET "/pages/home" for 127.0.0.1 at 2012-09-20 11:19:54 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.haml within layouts/amalgam/admin/editor (40.3ms) Compiled amalgam/mercury.js (7ms) (pid 63199) Compiled amalgam/editor.js (270ms) (pid 63199) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.6ms) Completed 200 OK in 488ms (Views: 484.6ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /amalgam/mercury.js - 200 OK (62ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:55 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /amalgam/editor.js - 304 Not Modified (53ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/pages/home?mercury_frame=true&_=1348111196386" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1348111196386", "path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (8.3ms) Completed 200 OK in 14ms (Views: 10.1ms | ActiveRecord: 0.4ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /mercury/toolbar/primary/save.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /mercury/toolbar/primary/undo.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /mercury/toolbar/primary/preview.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /mercury/toolbar/primary/redo.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /mercury/toolbar/editable/buttons.png - 304 Not Modified (0ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-09-20 11:19:56 +0800 Served asset /mercury/close.png - 304 Not Modified (0ms) Started GET "/mercury/modals/character.html" for 127.0.0.1 at 2012-09-20 11:20:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"modals", "resource"=>"character"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/modals/character.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/pages/home" for 127.0.0.1 at 2012-09-20 11:20:38 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.6ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.haml within layouts/amalgam/admin/editor (5.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.4ms) Completed 200 OK in 53ms (Views: 49.5ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (0ms) Started GET "/pages/home?mercury_frame=true&_=1348111239675" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1348111239675", "path"=>"home"} Page Load (0.7ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (51.8ms) Completed 200 OK in 58ms (Views: 53.4ms | ActiveRecord: 0.7ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/toolbar/primary/save.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/toolbar/primary/undo.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/toolbar/primary/preview.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/toolbar/primary/redo.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-09-20 11:20:39 +0800 Served asset /mercury/toolbar/editable/buttons.png - 304 Not Modified (0ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-09-20 11:20:40 +0800 Served asset /mercury/close.png - 304 Not Modified (0ms) Started GET "/mercury/modals/link.html" for 127.0.0.1 at 2012-09-20 11:20:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"modals", "resource"=>"link"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/modals/link.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/modals/table.html" for 127.0.0.1 at 2012-09-20 11:21:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"modals", "resource"=>"table"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/modals/table.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/modals/link.html" for 127.0.0.1 at 2012-09-20 11:21:16 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"modals", "resource"=>"link"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/modals/link.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/modals/link.html" for 127.0.0.1 at 2012-09-20 11:21:25 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"modals", "resource"=>"link"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/modals/link.html (0.0ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/modals/table.html" for 127.0.0.1 at 2012-09-20 11:21:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"modals", "resource"=>"table"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/modals/table.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started POST "/pages/amalgam/admin/editor/upload_image" for 127.0.0.1 at 2012-09-20 11:23:04 +0800 ActionController::RoutingError (No route matches [POST] "/pages/amalgam/admin/editor/upload_image"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/pages/home" for 127.0.0.1 at 2012-09-20 11:23:24 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.haml within layouts/amalgam/admin/editor (4.5ms) Compiled amalgam/mercury.js (10ms) (pid 63199) Compiled amalgam/editor.js (261ms) (pid 63199) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.2ms) Completed 200 OK in 471ms (Views: 469.1ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /amalgam/mercury.js - 200 OK (91ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:23:25 +0800 Served asset /amalgam/editor.js - 304 Not Modified (86ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-20 11:23:26 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-20 11:23:26 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-20 11:23:26 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-20 11:23:26 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-20 11:23:26 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-20 11:23:26 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-20 11:23:26 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (0ms) Started GET "/pages/home?mercury_frame=true&_=1348111406108" for 127.0.0.1 at 2012-09-20 11:23:26 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1348111406108", "path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (4.4ms) Completed 200 OK in 8ms (Views: 5.4ms | ActiveRecord: 0.4ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-09-20 11:23:26 +0800 Served asset /mercury/toolbar/primary/preview.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-09-20 11:23:26 +0800 Served asset /mercury/toolbar/primary/undo.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-09-20 11:23:26 +0800 Served asset /mercury/toolbar/primary/redo.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-09-20 11:23:26 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-09-20 11:23:26 +0800 Served asset /mercury/toolbar/primary/save.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-09-20 11:23:26 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-09-20 11:23:26 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-09-20 11:23:26 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-09-20 11:23:26 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-09-20 11:23:26 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-09-20 11:23:26 +0800 Served asset /mercury/toolbar/editable/buttons.png - 304 Not Modified (0ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-09-20 11:23:26 +0800 Served asset /mercury/close.png - 304 Not Modified (0ms) Started POST "/amalgam/admin/editor/upload_image" for 127.0.0.1 at 2012-09-20 11:23:32 +0800 Processing by Amalgam::Admin::EditorController#upload_image as JSON Parameters: {"image"=>{"file"=>#>}} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 5ms NameError (uninitialized constant Amalgam::Admin::EditorController::Attachment): /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/editor_controller.rb:16:in `upload_image' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__2423758337613216235__process_action__513336826894732472__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__387064751674866479__call__1326429792204170634__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.2ms) Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117) Migrating to CreatePosts (20120904075542) Migrating to CreateAdmins (20120913061406) Migrating to CreateAttachments (20120920033135)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attachable_id" integer, "attachable_type" varchar(255) DEFAULT 'Page', "name" varchar(255), "file" varchar(255), "content_type" varchar(255), "original_filename" varchar(255), "description" varchar(255), "secure_token" varchar(255), "file_size" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120920033135')  (2.8ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("attachments")  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml Started GET "/pages/home" for 127.0.0.1 at 2012-09-20 11:33:48 +0800 ActionController::RoutingError (uninitialized constant Amalgam::Models::Attachable): app/models/page.rb:2:in `include' app/models/page.rb:2:in `' app/models/page.rb:1:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Connecting to database specified by database.yml Started GET "/pages/home" for 127.0.0.1 at 2012-09-20 11:36:37 +0800 ActionController::RoutingError (uninitialized constant Amalgam::Models::Attachable): app/models/page.rb:2:in `include' app/models/page.rb:2:in `' app/models/page.rb:1:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/pages/home/" for 127.0.0.1 at 2012-09-20 11:36:41 +0800 NoMethodError (undefined method `key?' for nil:NilClass): actionpack (3.2.8) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' actionpack (3.2.8) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' actionpack (3.2.8) lib/abstract_controller/base.rb:115:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3244988405013841392__call__4104811610337054757__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.7ms) Started GET "/pages/home/" for 127.0.0.1 at 2012-09-20 11:36:43 +0800 NoMethodError (undefined method `key?' for nil:NilClass): actionpack (3.2.8) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' actionpack (3.2.8) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' actionpack (3.2.8) lib/abstract_controller/base.rb:115:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3244988405013841392__call__4104811610337054757__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.1ms) Started GET "/pages/home/" for 127.0.0.1 at 2012-09-20 11:36:44 +0800 NoMethodError (undefined method `key?' for nil:NilClass): actionpack (3.2.8) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' actionpack (3.2.8) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' actionpack (3.2.8) lib/abstract_controller/base.rb:115:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3244988405013841392__call__4104811610337054757__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.8ms) Started GET "/pages/home/" for 127.0.0.1 at 2012-09-20 11:36:46 +0800 NoMethodError (undefined method `key?' for nil:NilClass): actionpack (3.2.8) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' actionpack (3.2.8) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' actionpack (3.2.8) lib/abstract_controller/base.rb:115:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3244988405013841392__call__4104811610337054757__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.4ms) Started GET "/pages/home/" for 127.0.0.1 at 2012-09-20 11:36:48 +0800 NoMethodError (undefined method `key?' for nil:NilClass): actionpack (3.2.8) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' actionpack (3.2.8) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' actionpack (3.2.8) lib/abstract_controller/base.rb:115:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3244988405013841392__call__4104811610337054757__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.7ms) Connecting to database specified by database.yml Started GET "/pages/home/" for 127.0.0.1 at 2012-09-20 11:36:58 +0800 ActionController::RoutingError (uninitialized constant Amalgam::Models::Attachable): app/models/page.rb:2:in `include' app/models/page.rb:2:in `' app/models/page.rb:1:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Connecting to database specified by database.yml Started GET "/pages/home/" for 127.0.0.1 at 2012-09-20 11:37:58 +0800 ActionController::RoutingError (uninitialized constant Attachable): app/models/page.rb:2:in `include' app/models/page.rb:2:in `' app/models/page.rb:1:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/pages/home/" for 127.0.0.1 at 2012-09-20 11:38:01 +0800 NoMethodError (undefined method `key?' for nil:NilClass): actionpack (3.2.8) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' actionpack (3.2.8) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' actionpack (3.2.8) lib/abstract_controller/base.rb:115:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1702336323687228615__call__4350646277897176263__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.1ms) Connecting to database specified by database.yml Started GET "/pages/home/" for 127.0.0.1 at 2012-09-20 11:38:11 +0800 ActionController::RoutingError (uninitialized constant Attachable): app/models/page.rb:2:in `include' app/models/page.rb:2:in `' app/models/page.rb:1:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Connecting to database specified by database.yml Started GET "/pages/home/" for 127.0.0.1 at 2012-09-20 11:51:57 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (4.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.haml within layouts/amalgam/admin/editor (4.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (26.8ms) Completed 200 OK in 368ms (Views: 344.1ms | ActiveRecord: 4.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-20 11:51:57 +0800 Served asset /bootstrap.css - 304 Not Modified (15ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-20 11:51:57 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 11:51:57 +0800 Served asset /mercury.css - 304 Not Modified (16ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-20 11:51:57 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-20 11:51:57 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (32ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 11:51:57 +0800 Served asset /mercury/mercury.css - 304 Not Modified (13ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-20 11:51:57 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-20 11:51:57 +0800 Served asset /mercury/lightview.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-20 11:51:57 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-20 11:51:57 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-20 11:51:57 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-20 11:51:57 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-20 11:51:57 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-20 11:51:57 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-20 11:51:57 +0800 Served asset /amalgam/editor.css - 304 Not Modified (26ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:57 +0800 Served asset /jquery.js - 304 Not Modified (40ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:57 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (51ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/mercury.js - 304 Not Modified (76ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (8ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/dialog.js - 304 Not Modified (4ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/palette.js - 304 Not Modified (4ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/snippet.js - 304 Not Modified (38ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/region.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (37ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /amalgam/editor.js - 304 Not Modified (47ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.7ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (45ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (5ms) Started GET "/pages/home/?mercury_frame=true&_=1348113118803" for 127.0.0.1 at 2012-09-20 11:51:58 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1348113118803", "path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (6.7ms) Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.4ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-09-20 11:52:00 +0800 Served asset /mercury/toolbar/primary/save.png - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-09-20 11:52:00 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-09-20 11:52:00 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-09-20 11:52:00 +0800 Served asset /mercury/toolbar/primary/preview.png - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-09-20 11:52:00 +0800 Served asset /mercury/toolbar/primary/redo.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-09-20 11:52:00 +0800 Served asset /mercury/toolbar/primary/undo.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-09-20 11:52:00 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-09-20 11:52:00 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-09-20 11:52:00 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-09-20 11:52:00 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-09-20 11:52:00 +0800 Served asset /mercury/toolbar/editable/buttons.png - 304 Not Modified (3ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-09-20 11:52:01 +0800 Served asset /mercury/close.png - 304 Not Modified (5ms) Started POST "/amalgam/admin/editor/upload_image" for 127.0.0.1 at 2012-09-20 11:52:04 +0800 Processing by Amalgam::Admin::EditorController#upload_image as JSON Parameters: {"image"=>{"file"=>#>}} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 74ms LoadError (cannot load such file -- mini_magick): app/uploaders/attachment_uploader.rb:5:in `' app/uploaders/attachment_uploader.rb:3:in `' app/models/attachment.rb:4:in `' app/models/attachment.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.4ms) Connecting to database specified by database.yml Started POST "/amalgam/admin/editor/upload_image" for 127.0.0.1 at 2012-09-20 11:52:54 +0800 Processing by Amalgam::Admin::EditorController#upload_image as JSON Parameters: {"image"=>{"file"=>#>}} AdminUser Load (3.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 116ms NoMethodError (undefined method `acts_as_list' for #): app/models/attachment.rb:8:in `' app/models/attachment.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.1ms) Started POST "/amalgam/admin/editor/upload_image" for 127.0.0.1 at 2012-09-20 11:53:20 +0800 Processing by Amalgam::Admin::EditorController#upload_image as JSON Parameters: {"image"=>{"file"=>#>}} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Binary data inserted for `string` type on column `content_type` Binary data inserted for `string` type on column `file` Binary data inserted for `string` type on column `secure_token` SQL (2.6ms) INSERT INTO "attachments" ("attachable_id", "attachable_type", "content_type", "created_at", "description", "file", "file_size", "name", "original_filename", "position", "secure_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachable_id", nil], ["attachable_type", "Page"], ["content_type", "image/jpeg"], ["created_at", Thu, 20 Sep 2012 11:53:21 CST +08:00], ["description", nil], ["file", "f582.jpg"], ["file_size", 1810], ["name", nil], ["original_filename", "face2.jpg"], ["position", nil], ["secure_token", "f582"], ["updated_at", Thu, 20 Sep 2012 11:53:21 CST +08:00]]  (1.2ms) commit transaction Completed 200 OK in 331ms (Views: 1.3ms | ActiveRecord: 4.8ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/pages/home/" for 127.0.0.1 at 2012-09-20 12:08:47 +0800 ActionController::RoutingError (uninitialized constant Page::Attachable): app/models/page.rb:3:in `' app/models/page.rb:1:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Connecting to database specified by database.yml Started GET "/pages/home/" for 127.0.0.1 at 2012-09-20 12:09:47 +0800 TypeError (wrong argument type Class (expected Module)): app/models/page.rb:2:in `include' app/models/page.rb:2:in `' app/models/page.rb:1:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (4.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (21.3ms) Connecting to database specified by database.yml Started GET "/pages/home/" for 127.0.0.1 at 2012-09-20 12:10:30 +0800 ActionController::RoutingError (uninitialized constant Attachable): app/models/page.rb:2:in `include' app/models/page.rb:2:in `' app/models/page.rb:1:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/pages/home/" for 127.0.0.1 at 2012-09-20 12:10:52 +0800 ActionController::RoutingError (uninitialized constant Attachable): app/models/page.rb:2:in `include' app/models/page.rb:2:in `' app/models/page.rb:1:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/pages/home/" for 127.0.0.1 at 2012-09-20 12:10:54 +0800 NoMethodError (undefined method `key?' for nil:NilClass): actionpack (3.2.8) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' actionpack (3.2.8) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' actionpack (3.2.8) lib/abstract_controller/base.rb:115:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__727574161653165290__call__1836162251490545059__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.3ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/pages/home/" for 127.0.0.1 at 2012-09-20 12:15:10 +0800 ActionController::RoutingError (uninitialized constant Attachable): app/models/page.rb:2:in `include' app/models/page.rb:2:in `' app/models/page.rb:1:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/pages/home/" for 127.0.0.1 at 2012-09-20 12:15:14 +0800 NoMethodError (undefined method `key?' for nil:NilClass): actionpack (3.2.8) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' actionpack (3.2.8) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' actionpack (3.2.8) lib/abstract_controller/base.rb:115:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' haml (3.1.6) vendor/sass/lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__271861159940007801__call__4389075442145806186__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.3ms) Connecting to database specified by database.yml Started GET "/pages/home/" for 127.0.0.1 at 2012-09-20 12:15:25 +0800 ActionController::RoutingError (uninitialized constant Attachable): app/models/page.rb:2:in `include' app/models/page.rb:2:in `' app/models/page.rb:1:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/pages/home/" for 127.0.0.1 at 2012-09-20 12:19:52 +0800 ActionController::RoutingError (uninitialized constant Attachable): app/models/page.rb:2:in `include' app/models/page.rb:2:in `' app/models/page.rb:1:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Connecting to database specified by database.yml Started GET "/pages/home/" for 127.0.0.1 at 2012-09-20 12:21:22 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (3.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.haml within layouts/amalgam/admin/editor (4.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (56.1ms) Completed 200 OK in 412ms (Views: 389.9ms | ActiveRecord: 4.1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /responsive.css - 304 Not Modified (14ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury.css - 304 Not Modified (18ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/mercury.css - 304 Not Modified (41ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /amalgam/editor.css - 304 Not Modified (30ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (100ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/mercury.js - 304 Not Modified (45ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (48ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (6ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/dialog.js - 304 Not Modified (4ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/palette.js - 304 Not Modified (4ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/select.js - 304 Not Modified (8ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/panel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:23 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:24 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:24 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:24 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:24 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:24 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:24 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:24 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:24 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:24 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:24 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (36ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:24 +0800 Served asset /mercury/finalize.js - 304 Not Modified (7ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:24 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:24 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:24 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:24 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:24 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:24 +0800 Served asset /amalgam/editor.js - 304 Not Modified (48ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-20 12:21:24 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-20 12:21:24 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-20 12:21:24 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-20 12:21:24 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-20 12:21:24 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-20 12:21:24 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (4ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-20 12:21:24 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (38ms) Started GET "/pages/home/?mercury_frame=true&_=1348114884308" for 127.0.0.1 at 2012-09-20 12:21:24 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1348114884308", "path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (4.3ms) Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.4ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-09-20 12:21:26 +0800 Served asset /mercury/toolbar/primary/save.png - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-09-20 12:21:26 +0800 Served asset /mercury/toolbar/primary/preview.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-09-20 12:21:26 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-09-20 12:21:26 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-09-20 12:21:26 +0800 Served asset /mercury/toolbar/primary/undo.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-09-20 12:21:26 +0800 Served asset /mercury/toolbar/primary/redo.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-09-20 12:21:26 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-09-20 12:21:26 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-09-20 12:21:26 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-09-20 12:21:26 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-09-20 12:21:26 +0800 Served asset /mercury/toolbar/editable/buttons.png - 304 Not Modified (3ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-09-20 12:21:26 +0800 Served asset /mercury/close.png - 304 Not Modified (4ms) Started POST "/amalgam/admin/editor/upload_image" for 127.0.0.1 at 2012-09-20 12:21:31 +0800 Processing by Amalgam::Admin::EditorController#upload_image as JSON Parameters: {"image"=>{"file"=>#>}} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Binary data inserted for `string` type on column `content_type` Binary data inserted for `string` type on column `file` Binary data inserted for `string` type on column `secure_token` SQL (3.0ms) INSERT INTO "attachments" ("attachable_id", "attachable_type", "content_type", "created_at", "description", "file", "file_size", "name", "original_filename", "position", "secure_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachable_id", nil], ["attachable_type", "Page"], ["content_type", "image/png"], ["created_at", Thu, 20 Sep 2012 12:21:31 CST +08:00], ["description", nil], ["file", "ee57.png"], ["file_size", 254], ["name", nil], ["original_filename", "right.png"], ["position", nil], ["secure_token", "ee57"], ["updated_at", Thu, 20 Sep 2012 12:21:31 CST +08:00]]  (1.4ms) commit transaction Completed 200 OK in 390ms (Views: 1.5ms | ActiveRecord: 5.0ms) Started PUT "/amalgam/admin/editor" for 127.0.0.1 at 2012-09-20 12:21:33 +0800 Processing by Amalgam::Admin::EditorController#update as JSON Parameters: {"content"=>{"pages/54.body.content"=>{"type"=>"full", "value"=>"正文内容1"}}} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "54"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'home' AND "pages"."id" != 54 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "body" = '--- content: 正文内容1 ', "updated_at" = '2012-09-20 04:21:33.843827' WHERE "pages"."id" = 54  (2.1ms) commit transaction Rendered text template (0.0ms) Completed 200 OK in 53ms (Views: 4.2ms | ActiveRecord: 3.1ms) Started GET "/pages/home/" for 127.0.0.1 at 2012-09-20 12:21:33 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.6ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.haml within layouts/amalgam/admin/editor (7.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.9ms) Completed 200 OK in 127ms (Views: 123.4ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 4ms (Views: 4.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/pages/home/?mercury_frame=true&_=1348114894683" for 127.0.0.1 at 2012-09-20 12:21:34 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1348114894683", "path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (4.6ms) Completed 200 OK in 8ms (Views: 5.6ms | ActiveRecord: 0.4ms) Started GET "/mercury/modals/table.html" for 127.0.0.1 at 2012-09-20 12:22:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"modals", "resource"=>"table"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/modals/table.html (0.5ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/modals/character.html" for 127.0.0.1 at 2012-09-20 12:22:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"modals", "resource"=>"character"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/modals/character.html (0.9ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/modals/character.html" for 127.0.0.1 at 2012-09-20 12:23:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"modals", "resource"=>"character"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/modals/character.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started PUT "/amalgam/admin/editor" for 127.0.0.1 at 2012-09-20 12:23:35 +0800 Processing by Amalgam::Admin::EditorController#update as JSON Parameters: {"content"=>{"pages/54.body.content"=>{"type"=>"full", "value"=>"正文内容1"}}} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "54"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'home' AND "pages"."id" != 54 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.4ms) UPDATE "pages" SET "updated_at" = '2012-09-20 04:23:35.744486', "body" = '--- content: 正文内容1 ' WHERE "pages"."id" = 54  (1.1ms) commit transaction Rendered text template (0.0ms) Completed 200 OK in 19ms (Views: 0.6ms | ActiveRecord: 2.1ms) Started GET "/pages/home/" for 127.0.0.1 at 2012-09-20 12:23:35 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.6ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.haml within layouts/amalgam/admin/editor (5.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (54.5ms) Completed 200 OK in 120ms (Views: 116.2ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-20 12:23:35 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-20 12:23:35 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-20 12:23:35 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 12:23:35 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (0ms) Started GET "/pages/home/?mercury_frame=true&_=1348115016598" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1348115016598", "path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (5.2ms) Completed 200 OK in 9ms (Views: 6.3ms | ActiveRecord: 0.4ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/toolbar/primary/save.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/toolbar/primary/redo.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/toolbar/primary/preview.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/toolbar/primary/undo.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/toolbar/editable/buttons.png - 304 Not Modified (0ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-09-20 12:23:36 +0800 Served asset /mercury/close.png - 304 Not Modified (0ms) Started GET "/mercury/modals/link.html" for 127.0.0.1 at 2012-09-20 12:23:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"modals", "resource"=>"link"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/modals/link.html (0.6ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/modals/character.html" for 127.0.0.1 at 2012-09-20 12:24:04 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"modals", "resource"=>"character"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/modals/character.html (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started PUT "/amalgam/admin/editor" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Processing by Amalgam::Admin::EditorController#update as JSON Parameters: {"content"=>{"pages/54.body.content"=>{"type"=>"full", "value"=>"正文内容1"}}} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "54"]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'home' AND "pages"."id" != 54 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.2ms) UPDATE "pages" SET "body" = '--- content: 正文内容1 ', "updated_at" = '2012-09-20 04:25:01.248570' WHERE "pages"."id" = 54  (2.9ms) commit transaction Rendered text template (0.0ms) Completed 200 OK in 19ms (Views: 0.5ms | ActiveRecord: 3.6ms) Started GET "/pages/home/" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.haml within layouts/amalgam/admin/editor (7.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.7ms) Completed 200 OK in 122ms (Views: 119.6ms | ActiveRecord: 0.5ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /bootstrap.css - 304 Not Modified (19ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /amalgam/editor.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:01 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:02 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:02 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:02 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:02 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:02 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:02 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:02 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:02 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-20 12:25:02 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-20 12:25:02 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-20 12:25:02 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-20 12:25:02 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-20 12:25:02 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-20 12:25:02 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-20 12:25:02 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-20 12:25:02 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (0ms) Started GET "/pages/home/?mercury_frame=true&_=1348115102136" for 127.0.0.1 at 2012-09-20 12:25:02 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1348115102136", "path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (6.4ms) Completed 200 OK in 11ms (Views: 7.5ms | ActiveRecord: 0.4ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-09-20 12:25:02 +0800 Served asset /mercury/toolbar/primary/save.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-09-20 12:25:02 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-09-20 12:25:02 +0800 Served asset /mercury/toolbar/primary/undo.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-09-20 12:25:02 +0800 Served asset /mercury/toolbar/primary/preview.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-09-20 12:25:02 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-09-20 12:25:02 +0800 Served asset /mercury/toolbar/primary/redo.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-09-20 12:25:02 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-09-20 12:25:02 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-09-20 12:25:02 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-09-20 12:25:02 +0800 Served asset /mercury/toolbar/editable/buttons.png - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-09-20 12:25:02 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (0ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-09-20 12:25:02 +0800 Served asset /mercury/close.png - 304 Not Modified (0ms) Started GET "/mercury/modals/table.html" for 127.0.0.1 at 2012-09-20 12:25:06 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"modals", "resource"=>"table"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/modals/table.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/pages/home/" for 127.0.0.1 at 2012-09-20 12:25:55 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (3.9ms) Completed 200 OK in 7ms (Views: 4.7ms | ActiveRecord: 0.3ms) Started GET "/pages/home/" for 127.0.0.1 at 2012-09-20 12:26:01 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (4.6ms) Completed 200 OK in 9ms (Views: 6.1ms | ActiveRecord: 0.4ms) Started GET "/admin" for 127.0.0.1 at 2012-09-20 12:26:06 +0800 ActionController::RoutingError (No route matches [GET] "/admin"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-20 12:26:13 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://127.0.0.1:3000/amalgam/admin_user/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/amalgam/admin_user/signin" for 127.0.0.1 at 2012-09-20 12:26:13 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (44.8ms) Completed 200 OK in 97ms (Views: 95.9ms | ActiveRecord: 0.0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-20 12:26:13 +0800 Served asset /amalgam/admin.css - 200 OK (24ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-20 12:26:13 +0800 Served asset /amalgam/admin/layout.css - 200 OK (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:13 +0800 Served asset /modernizr.js - 200 OK (16ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-20 12:26:13 +0800 Served asset /bootstrap.css - 200 OK (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-20 12:26:13 +0800 Served asset /amalgam/admin/_mixins.css - 200 OK (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-20 12:26:13 +0800 Served asset /amalgam/admin/login.css - 200 OK (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:13 +0800 Served asset /jquery.js - 200 OK (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:13 +0800 Served asset /jquery.ui.core.js - 200 OK (46ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:13 +0800 Served asset /jquery.ui.widget.js - 200 OK (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:13 +0800 Served asset /jquery.ui.mouse.js - 200 OK (6ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:13 +0800 Served asset /jquery.ui.nestedSortable.js - 200 OK (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:13 +0800 Served asset /jquery.scrollto.js - 200 OK (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:14 +0800 Served asset /bootstrap-alert.js - 200 OK (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:14 +0800 Served asset /jquery_ujs.js - 200 OK (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:14 +0800 Served asset /bootstrap-dropdown.js - 200 OK (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:14 +0800 Served asset /jquery.ui.sortable.js - 200 OK (7ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:14 +0800 Served asset /bootstrap-tooltip.js - 200 OK (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:14 +0800 Served asset /bootstrap-button.js - 200 OK (5ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:14 +0800 Served asset /amalgam/admin/app.js - 200 OK (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:14 +0800 Served asset /amalgam/admin/popover.js - 200 OK (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:14 +0800 Served asset /amalgam/admin/tree.js - 200 OK (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:14 +0800 Served asset /amalgam/admin.js - 200 OK (15ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-09-20 12:26:14 +0800 Served asset /amalgam/admin/bg.png - 200 OK (1ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-09-20 12:26:14 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (5ms) Started POST "/amalgam/admin_user/signin" for 127.0.0.1 at 2012-09-20 12:26:29 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"G/Q42tzamBKvNrEdvEYd3IiTWTx04tHm1rrtnf3HsdY=", "admin_user"=>{"login"=>"admin@example.com", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (email = 'admin@example.com') LIMIT 1 Redirected to http://127.0.0.1:3000/amalgam/admin Completed 302 Found in 89ms (ActiveRecord: 0.2ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-09-20 12:26:29 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (50.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (68.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (33.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (309.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (315.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.6ms) Completed 200 OK in 437ms (Views: 433.8ms | ActiveRecord: 0.6ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-09-20 12:26:30 +0800 Served asset /glyphicons-halflings-white.png - 200 OK (5ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-09-20 12:26:30 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 200 OK (2ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-09-20 12:26:30 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 200 OK (2ms) Started GET "/pages/home" for 127.0.0.1 at 2012-09-20 12:26:34 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.haml within layouts/amalgam/admin/editor (7.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.9ms) Completed 200 OK in 105ms (Views: 101.0ms | ActiveRecord: 0.6ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-20 12:26:34 +0800 Served asset /responsive.css - 200 OK (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-20 12:26:34 +0800 Served asset /mercury/bootstrap-ish.css - 200 OK (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-20 12:26:34 +0800 Served asset /mercury/bootstrap-overrides.css - 200 OK (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 12:26:34 +0800 Served asset /mercury.css - 200 OK (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-20 12:26:34 +0800 Served asset /mercury/dialog.css - 200 OK (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-20 12:26:34 +0800 Served asset /mercury/lightview.css - 200 OK (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 12:26:34 +0800 Served asset /mercury/mercury.css - 200 OK (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-20 12:26:34 +0800 Served asset /mercury/toolbar.css - 200 OK (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-20 12:26:34 +0800 Served asset /mercury/all_images.css - 200 OK (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-20 12:26:34 +0800 Served asset /mercury/tooltip.css - 200 OK (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-20 12:26:34 +0800 Served asset /mercury/modal.css - 200 OK (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-20 12:26:34 +0800 Served asset /mercury/statusbar.css - 200 OK (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:34 +0800 Served asset /amalgam/mercury.js - 200 OK (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-20 12:26:34 +0800 Served asset /mercury/uploader.css - 200 OK (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:34 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 200 OK (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-20 12:26:34 +0800 Served asset /amalgam/editor.css - 200 OK (2ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:34 +0800 Served asset /mercury/dependencies/jquery.additions.js - 200 OK (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:34 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 200 OK (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:34 +0800 Served asset /mercury/dependencies/liquidmetal.js - 200 OK (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:34 +0800 Served asset /mercury/mercury.js - 200 OK (1ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:34 +0800 Served asset /mercury/dependencies/showdown.js - 200 OK (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:34 +0800 Served asset /mercury/native_extensions.js - 200 OK (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:34 +0800 Served asset /mercury/page_editor.js - 200 OK (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:34 +0800 Served asset /mercury/palette.js - 200 OK (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:34 +0800 Served asset /mercury/table_editor.js - 200 OK (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/history_buffer.js - 200 OK (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/panel.js - 200 OK (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/dialog.js - 200 OK (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/lightview.js - 200 OK (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/modal.js - 200 OK (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/select.js - 200 OK (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/statusbar.js - 200 OK (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/toolbar.js - 200 OK (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/toolbar.button_group.js - 200 OK (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/toolbar.button.js - 200 OK (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/toolbar.expander.js - 200 OK (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/tooltip.js - 200 OK (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/snippet.js - 200 OK (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/snippet_toolbar.js - 200 OK (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/region.js - 200 OK (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/uploader.js - 200 OK (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/regions/full.js - 200 OK (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/regions/image.js - 200 OK (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/regions/markdown.js - 200 OK (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/regions/simple.js - 200 OK (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/regions/snippets.js - 200 OK (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/dialogs/backcolor.js - 200 OK (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/dialogs/forecolor.js - 200 OK (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/dialogs/formatblock.js - 200 OK (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/dialogs/snippetpanel.js - 200 OK (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/dialogs/style.js - 200 OK (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/modals/insertcharacter.js - 200 OK (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/modals/htmleditor.js - 200 OK (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/modals/insertlink.js - 200 OK (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/modals/insertsnippet.js - 200 OK (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/modals/insertmedia.js - 200 OK (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/finalize.js - 200 OK (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/modals/inserttable.js - 200 OK (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 200 OK (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /jquery.iframe-transport.js - 200 OK (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /jquery.remotipart.js - 200 OK (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /amalgam/editor.js - 200 OK (2ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/pages/home?mercury_frame=true&_=1348115195327" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1348115195327", "path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (4.1ms) Completed 200 OK in 7ms (Views: 5.0ms | ActiveRecord: 0.3ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/loading-dark.gif - 200 OK (0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-20 12:26:35 +0800 Served asset /mercury/toolbar/primary/_expander.png - 200 OK (0ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-09-20 12:26:36 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 200 OK (0ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-09-20 12:26:37 +0800 Served asset /mercury/toolbar/primary/redo.png - 200 OK (0ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-09-20 12:26:37 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 200 OK (0ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-09-20 12:26:37 +0800 Served asset /mercury/toolbar/primary/save.png - 200 OK (0ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-09-20 12:26:37 +0800 Served asset /mercury/toolbar/primary/undo.png - 200 OK (0ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-09-20 12:26:37 +0800 Served asset /mercury/toolbar/primary/preview.png - 200 OK (0ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-09-20 12:26:37 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 200 OK (0ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-09-20 12:26:37 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 200 OK (0ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-09-20 12:26:37 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 200 OK (0ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-09-20 12:26:37 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 200 OK (0ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-09-20 12:26:37 +0800 Served asset /mercury/toolbar/editable/buttons.png - 200 OK (0ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-09-20 12:26:37 +0800 Served asset /mercury/close.png - 200 OK (0ms) Started GET "/assets/mercury/loading-light.gif" for 127.0.0.1 at 2012-09-20 12:26:42 +0800 Served asset /mercury/loading-light.gif - 200 OK (3ms) Started GET "/mercury/modals/table.html" for 127.0.0.1 at 2012-09-20 12:26:42 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"modals", "resource"=>"table"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/modals/table.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/modals/character.html" for 127.0.0.1 at 2012-09-20 12:27:06 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"modals", "resource"=>"character"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/modals/character.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/modals/link.html" for 127.0.0.1 at 2012-09-20 12:27:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"modals", "resource"=>"link"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/modals/link.html (0.0ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/modals/media.html" for 127.0.0.1 at 2012-09-20 12:28:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"modals", "resource"=>"media"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/modals/media.html (0.5ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/button.png" for 127.0.0.1 at 2012-09-20 12:28:50 +0800 Served asset /mercury/button.png - 304 Not Modified (3ms) Started GET "/mercury/modals/character.html" for 127.0.0.1 at 2012-09-20 12:29:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"modals", "resource"=>"character"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/modals/character.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/modals/media.html" for 127.0.0.1 at 2012-09-20 12:29:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"modals", "resource"=>"media"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/modals/media.html (0.1ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/modals/media.html" for 127.0.0.1 at 2012-09-20 12:32:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"modals", "resource"=>"media"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/modals/media.html (0.0ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Started GET "/pages/home/" for 127.0.0.1 at 2012-09-20 12:42:32 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (4.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.haml within layouts/amalgam/admin/editor (5.4ms) Compiled jquery.js (2ms) (pid 68689) Compiled jquery_ujs.js (0ms) (pid 68689) Compiled amalgam/mercury.js (84ms) (pid 68689) Compiled amalgam/editor.js (377ms) (pid 68689) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (26.9ms) Completed 200 OK in 741ms (Views: 717.3ms | ActiveRecord: 4.7ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:33 +0800 Served asset /mercury.css - 304 Not Modified (23ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:33 +0800 Served asset /bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:33 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:33 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:33 +0800 Served asset /mercury/mercury.css - 304 Not Modified (14ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:33 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:33 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:33 +0800 Served asset /mercury/lightview.css - 304 Not Modified (6ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:33 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:33 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (40ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/uploader.css - 304 Not Modified (7ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /amalgam/editor.css - 304 Not Modified (30ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /jquery.js - 200 OK (6ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (55ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /jquery_ujs.js - 200 OK (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (39ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/mercury.js - 304 Not Modified (37ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/dialog.js - 304 Not Modified (6ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/panel.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/modal.js - 304 Not Modified (38ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (37ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (7ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Served asset /amalgam/editor.js - 304 Not Modified (86ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-20 12:42:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-20 12:42:35 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (5ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-20 12:42:35 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (5ms) Started GET "/pages/home/?mercury_frame=true&_=1348116154975" for 127.0.0.1 at 2012-09-20 12:42:35 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1348116154975", "path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (4.6ms) Completed 200 OK in 9ms (Views: 5.8ms | ActiveRecord: 0.4ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-09-20 12:42:35 +0800 Served asset /mercury/toolbar/primary/save.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-09-20 12:42:35 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-09-20 12:42:35 +0800 Served asset /mercury/toolbar/primary/preview.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-09-20 12:42:35 +0800 Served asset /mercury/toolbar/primary/redo.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-09-20 12:42:35 +0800 Served asset /mercury/toolbar/primary/undo.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-09-20 12:42:35 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-09-20 12:42:35 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 304 Not Modified (49ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-09-20 12:42:35 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 304 Not Modified (8ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-09-20 12:42:35 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-09-20 12:42:35 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-09-20 12:42:35 +0800 Served asset /mercury/toolbar/editable/buttons.png - 304 Not Modified (5ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-09-20 12:42:35 +0800 Served asset /mercury/close.png - 304 Not Modified (3ms) Started GET "/mercury/modals/character.html" for 127.0.0.1 at 2012-09-20 12:42:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"modals", "resource"=>"character"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/modals/character.html (0.7ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/modals/table.html" for 127.0.0.1 at 2012-09-20 12:42:41 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"modals", "resource"=>"table"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/modals/table.html (0.4ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/modals/media.html" for 127.0.0.1 at 2012-09-20 12:42:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"modals", "resource"=>"media"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/modals/media.html (0.6ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/button.png" for 127.0.0.1 at 2012-09-20 12:42:50 +0800 Served asset /mercury/button.png - 304 Not Modified (3ms) Started PUT "/amalgam/admin/editor" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Processing by Amalgam::Admin::EditorController#update as JSON Parameters: {"content"=>{"pages/54.body.content"=>{"type"=>"full", "value"=>"正文内容11"}}} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "54"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'home' AND "pages"."id" != 54 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "body" = '--- content: 正文内容11 ', "updated_at" = '2012-09-20 04:42:55.361464' WHERE "pages"."id" = 54  (2.3ms) commit transaction Rendered text template (0.0ms) Completed 200 OK in 69ms (Views: 2.9ms | ActiveRecord: 3.2ms) Started GET "/pages/home/" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.haml within layouts/amalgam/admin/editor (6.9ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.3ms) Completed 200 OK in 75ms (Views: 71.6ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:55 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:56 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:56 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:56 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:56 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:56 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:56 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:56 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-20 12:42:56 +0800 Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-20 12:42:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-20 12:42:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-20 12:42:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-20 12:42:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-20 12:42:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/pages/home/?mercury_frame=true&_=1348116176123" for 127.0.0.1 at 2012-09-20 12:42:56 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1348116176123", "path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (60.0ms) Completed 200 OK in 65ms (Views: 61.3ms | ActiveRecord: 0.5ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Page Load (0.8ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Connecting to database specified by database.yml Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Connecting to database specified by database.yml Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Connecting to database specified by database.yml Connecting to database specified by database.yml Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Connecting to database specified by database.yml Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Connecting to database specified by database.yml Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Connecting to database specified by database.yml Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Connecting to database specified by database.yml Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Connecting to database specified by database.yml Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Connecting to database specified by database.yml Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Connecting to database specified by database.yml Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Connecting to database specified by database.yml Connecting to database specified by database.yml Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Connecting to database specified by database.yml Page Load (0.7ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Connecting to database specified by database.yml Connecting to database specified by database.yml SQL (2.3ms) DELETE FROM "pages" Connecting to database specified by database.yml Connecting to database specified by database.yml SQL (3.6ms) DELETE FROM "pages"  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test4' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (2.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 18:19:06 CST +08:00], ["id", 5], ["lft", 1], ["parent_id", nil], ["path", "test4"], ["rgt", 2], ["slug", "test4"], ["title", "test4"], ["updated_at", Thu, 30 Aug 2012 18:19:06 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) AND ("pages"."id" != 5) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.0ms) commit transaction  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdf' AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:50:22 CST +08:00], ["id", 14], ["lft", 3], ["parent_id", 5], ["path", "test4/fasdf"], ["rgt", 4], ["slug", "fasdf"], ["title", "fdsff"], ["updated_at", Fri, 31 Aug 2012 00:01:49 CST +08:00]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 5]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 2 THEN "lft" + 4 - 2 WHEN "lft" BETWEEN 3 AND 4 THEN "lft" + 2 - 3 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 2 THEN "rgt" + 4 - 2 WHEN "rgt" BETWEEN 3 AND 4 THEN "rgt" + 2 - 3 ELSE "rgt" END, "parent_id" = CASE WHEN id = 14 THEN 5 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 2 AND "pages"."rgt" <= 3) AND ("pages"."id" != 14) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.6ms) commit transaction  (0.0ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdf' AND "pages"."id" != 14 AND "pages"."parent_id" = 5) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-09-21 09:55:54.119362', "body" = '--- {} ' WHERE "pages"."id" = 14  (1.2ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdfs' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:50:25 CST +08:00], ["id", 15], ["lft", 5], ["parent_id", nil], ["path", "fasdfs"], ["rgt", 6], ["slug", "fasdfs"], ["title", "fasdfsdf"], ["updated_at", Thu, 30 Aug 2012 23:50:25 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) AND ("pages"."id" != 15) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.2ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfsdf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:50:29 CST +08:00], ["id", 16], ["lft", 7], ["parent_id", nil], ["path", "fasfsdf"], ["rgt", 8], ["slug", "fasfsdf"], ["title", "fasfsdfsadfsa"], ["updated_at", Thu, 30 Aug 2012 23:50:29 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) AND ("pages"."id" != 16) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.4ms) commit transaction  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 17:27:15 CST +08:00], ["id", 1], ["lft", 9], ["parent_id", nil], ["path", "test"], ["rgt", 10], ["slug", "test"], ["title", "test"], ["updated_at", Fri, 31 Aug 2012 12:01:27 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 10) AND ("pages"."id" != 1) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.2ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test1' AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 17:47:51 CST +08:00], ["id", 2], ["lft", 11], ["parent_id", 1], ["path", "test/test1"], ["rgt", 12], ["slug", "test1"], ["title", "test1"], ["updated_at", Thu, 30 Aug 2012 17:48:13 CST +08:00]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) AND ("pages"."id" != 2) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.0ms) commit transaction  (0.0ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test1' AND "pages"."id" != 2 AND "pages"."parent_id" = 1) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-09-21 09:55:54.152379', "body" = '--- {} ' WHERE "pages"."id" = 2  (1.1ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 18:10:27 CST +08:00], ["id", 4], ["lft", 13], ["parent_id", 1], ["path", "test/test3"], ["rgt", 14], ["slug", "test3"], ["title", "test3"], ["updated_at", Fri, 31 Aug 2012 12:01:22 CST +08:00]] Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.3ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 12 AND 12 THEN "lft" + 14 - 12 WHEN "lft" BETWEEN 13 AND 14 THEN "lft" + 12 - 13 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 12 AND 12 THEN "rgt" + 14 - 12 WHEN "rgt" BETWEEN 13 AND 14 THEN "rgt" + 12 - 13 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 12 AND "pages"."rgt" <= 13) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.2ms) commit transaction  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfsa' AND "pages"."parent_id" = 4) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 4 ORDER BY lft ASC LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:50:33 CST +08:00], ["id", 17], ["lft", 15], ["parent_id", 4], ["path", "test/test3/fasfsa"], ["rgt", 16], ["slug", "fasfsa"], ["title", "fasfsafsadfsadf"], ["updated_at", Fri, 31 Aug 2012 12:02:04 CST +08:00]] Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 13 AND 14 THEN "lft" + 16 - 14 WHEN "lft" BETWEEN 15 AND 16 THEN "lft" + 13 - 15 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 13 AND 14 THEN "rgt" + 16 - 14 WHEN "rgt" BETWEEN 15 AND 16 THEN "rgt" + 13 - 15 ELSE "rgt" END, "parent_id" = CASE WHEN id = 17 THEN 4 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) AND ("pages"."id" != 17) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.3ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfsa' AND "pages"."id" != 17 AND "pages"."parent_id" = 4) LIMIT 1  (0.2ms) UPDATE "pages" SET "updated_at" = '2012-09-21 09:55:54.177198', "body" = '--- {} ' WHERE "pages"."id" = 17  (1.0ms) commit transaction  (0.0ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."parent_id" = 4) LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 4 ORDER BY lft ASC LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 12:02:21 CST +08:00], ["id", 52], ["lft", 17], ["parent_id", 4], ["path", "test/test3/agagsdgsadgsdg"], ["rgt", 18], ["slug", "agagsdgsadgsdg"], ["title", "发达发达省份三大"], ["updated_at", Wed, 19 Sep 2012 16:43:24 CST +08:00]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 15 AND 16 THEN "lft" + 18 - 16 WHEN "lft" BETWEEN 17 AND 18 THEN "lft" + 15 - 17 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 15 AND 16 THEN "rgt" + 18 - 16 WHEN "rgt" BETWEEN 17 AND 18 THEN "rgt" + 15 - 17 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN 4 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) AND ("pages"."id" != 52) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.8ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 4) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-09-21 09:55:54.193870', "body" = '--- {} ' WHERE "pages"."id" = 52  (0.9ms) commit transaction  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-09-21 09:55:54.202711', "body" = '--- {} ' WHERE "pages"."id" = 4  (0.5ms) commit transaction  (0.0ms) begin transaction Page Exists (27.8ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdfsadffas' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:50:42 CST +08:00], ["id", 19], ["lft", 19], ["parent_id", nil], ["path", "fasdfsadffas"], ["rgt", 20], ["slug", "fasdfsadffas"], ["title", "fasdfasdfadsfasdf"], ["updated_at", Thu, 30 Aug 2012 23:50:42 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 19 AND "pages"."rgt" <= 20) AND ("pages"."id" != 19) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.2ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfasdfsaffd' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:50:49 CST +08:00], ["id", 20], ["lft", 21], ["parent_id", nil], ["path", "fasfasdfsaffd"], ["rgt", 22], ["slug", "fasfasdfsaffd"], ["title", "fasdfdsafasdfsafa"], ["updated_at", Thu, 30 Aug 2012 23:50:49 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 21 AND "pages"."rgt" <= 22) AND ("pages"."id" != 20) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.1ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdfsadf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:50:54 CST +08:00], ["id", 21], ["lft", 23], ["parent_id", nil], ["path", "fasdfsadf"], ["rgt", 24], ["slug", "fasdfsadf"], ["title", "fasdfasdfsadf"], ["updated_at", Thu, 30 Aug 2012 23:50:54 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 24) AND ("pages"."id" != 21) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.0ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdfsaf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:50:58 CST +08:00], ["id", 22], ["lft", 25], ["parent_id", nil], ["path", "fasdfsaf"], ["rgt", 26], ["slug", "fasdfsaf"], ["title", "fasdfdsafasdfasdfasdf"], ["updated_at", Thu, 30 Aug 2012 23:50:58 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 25 AND "pages"."rgt" <= 26) AND ("pages"."id" != 22) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.1ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'ewqeqiuyiyui' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 00:00:28 CST +08:00], ["id", 26], ["lft", 27], ["parent_id", nil], ["path", "ewqeqiuyiyui"], ["rgt", 28], ["slug", "ewqeqiuyiyui"], ["title", "fsdfsfsdfsdaf"], ["updated_at", Fri, 31 Aug 2012 00:00:28 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 27 AND "pages"."rgt" <= 28) AND ("pages"."id" != 26) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.9ms) commit transaction  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfasdfsaf' AND "pages"."parent_id" = 26) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:50:37 CST +08:00], ["id", 18], ["lft", 29], ["parent_id", 26], ["path", "ewqeqiuyiyui/fasfasdfsaf"], ["rgt", 30], ["slug", "fasfasdfsaf"], ["title", "fsafsadfasdf"], ["updated_at", Fri, 31 Aug 2012 12:02:06 CST +08:00]] Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 26]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 18]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 28 AND 28 THEN "lft" + 30 - 28 WHEN "lft" BETWEEN 29 AND 30 THEN "lft" + 28 - 29 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 28 AND 28 THEN "rgt" + 30 - 28 WHEN "rgt" BETWEEN 29 AND 30 THEN "rgt" + 28 - 29 ELSE "rgt" END, "parent_id" = CASE WHEN id = 18 THEN 26 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 26]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 18]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 28 AND "pages"."rgt" <= 29) AND ("pages"."id" != 18) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.1ms) commit transaction  (0.0ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfasdfsaf' AND "pages"."id" != 18 AND "pages"."parent_id" = 26) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-09-21 09:55:54.272903', "body" = '--- {} ' WHERE "pages"."id" = 18  (0.8ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'trrtytuu' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 00:01:09 CST +08:00], ["id", 27], ["lft", 31], ["parent_id", nil], ["path", "trrtytuu"], ["rgt", 32], ["slug", "trrtytuu"], ["title", "ssssss"], ["updated_at", Fri, 31 Aug 2012 00:01:09 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 31 AND "pages"."rgt" <= 32) AND ("pages"."id" != 27) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.2ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'treteyeyer' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 00:02:39 CST +08:00], ["id", 31], ["lft", 33], ["parent_id", nil], ["path", "treteyeyer"], ["rgt", 34], ["slug", "treteyeyer"], ["title", "fsdfsdfsfsdf"], ["updated_at", Fri, 31 Aug 2012 00:02:39 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 33 AND "pages"."rgt" <= 34) AND ("pages"."id" != 31) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.0ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fafasfsfsdff' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 00:20:09 CST +08:00], ["id", 46], ["lft", 35], ["parent_id", nil], ["path", "fafasfsfsdff"], ["rgt", 36], ["slug", "fafasfsfsdff"], ["title", "fasfsdf"], ["updated_at", Fri, 31 Aug 2012 00:20:09 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 35 AND "pages"."rgt" <= 36) AND ("pages"."id" != 46) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.2ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdfsafsf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 00:20:19 CST +08:00], ["id", 47], ["lft", 37], ["parent_id", nil], ["path", "fasdfsafsf"], ["rgt", 38], ["slug", "fasdfsafsf"], ["title", "fasfasfsadfa"], ["updated_at", Fri, 31 Aug 2012 00:20:19 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 37 AND "pages"."rgt" <= 38) AND ("pages"."id" != 47) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.2ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fsafsafsadfasf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 00:21:35 CST +08:00], ["id", 48], ["lft", 39], ["parent_id", nil], ["path", "fsafsafsadfasf"], ["rgt", 40], ["slug", "fsafsafsadfasf"], ["title", "fasfsafsadf"], ["updated_at", Fri, 31 Aug 2012 00:21:35 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 39 AND "pages"."rgt" <= 40) AND ("pages"."id" != 48) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.5ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'trewtweyiyi' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 10:20:49 CST +08:00], ["id", 49], ["lft", 41], ["parent_id", nil], ["path", "trewtweyiyi"], ["rgt", 42], ["slug", "trewtweyiyi"], ["title", "twretrterwtw"], ["updated_at", Fri, 31 Aug 2012 10:20:49 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 41 AND "pages"."rgt" <= 42) AND ("pages"."id" != 49) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.5ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'piopiopiop' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 10:21:02 CST +08:00], ["id", 50], ["lft", 43], ["parent_id", nil], ["path", "piopiopiop"], ["rgt", 44], ["slug", "piopiopiop"], ["title", "yretuyiuo"], ["updated_at", Fri, 31 Aug 2012 10:21:02 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 43 AND "pages"."rgt" <= 44) AND ("pages"."id" != 50) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.6ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = '112321eweqwewqe' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:59:50 CST +08:00], ["id", 25], ["lft", 45], ["parent_id", nil], ["path", "112321eweqwewqe"], ["rgt", 46], ["slug", "112321eweqwewqe"], ["title", "的事发生的发生大幅"], ["updated_at", Fri, 31 Aug 2012 12:01:41 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 45 AND "pages"."rgt" <= 46) AND ("pages"."id" != 25) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.5ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fdgsgsdggs' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 10:21:17 CST +08:00], ["id", 51], ["lft", 47], ["parent_id", nil], ["path", "fdgsgsdggs"], ["rgt", 48], ["slug", "fdgsgsdggs"], ["title", "1234677"], ["updated_at", Fri, 31 Aug 2012 10:21:17 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 47 AND "pages"."rgt" <= 48) AND ("pages"."id" != 51) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.6ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'home' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "---\ncontent: 正文内容11\n"], ["created_at", Wed, 19 Sep 2012 17:31:08 CST +08:00], ["id", 54], ["lft", 49], ["parent_id", nil], ["path", "home"], ["rgt", 50], ["slug", "home"], ["title", "index"], ["updated_at", Thu, 20 Sep 2012 12:42:55 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 49 AND "pages"."rgt" <= 50) AND ("pages"."id" != 54) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.4ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-09-21 17:57:27 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (29.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.haml within layouts/amalgam/admin/editor (6.0ms) Compiled amalgam/editor.css (20ms) (pid 17757) Compiled jquery.js (2ms) (pid 17757) Compiled jquery_ujs.js (0ms) (pid 17757) Compiled amalgam/mercury.js (68ms) (pid 17757) Compiled amalgam/editor.js (383ms) (pid 17757) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (46.5ms) Completed 200 OK in 862ms (Views: 811.8ms | ActiveRecord: 30.6ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-09-21 17:57:28 +0800 Served asset /mercury.css - 200 OK (31ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /bootstrap.css - 200 OK (11ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/mercury.css - 200 OK (18ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /responsive.css - 200 OK (7ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/bootstrap-ish.css - 200 OK (6ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/bootstrap-overrides.css - 200 OK (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/dialog.css - 200 OK (35ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/lightview.css - 200 OK (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/modal.css - 200 OK (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/statusbar.css - 200 OK (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/tooltip.css - 200 OK (8ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/toolbar.css - 200 OK (5ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/uploader.css - 200 OK (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /amalgam/editor.css - 200 OK (23ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/all_images.css - 200 OK (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /jquery.js - 200 OK (9ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /amalgam/mercury.js - 200 OK (91ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 200 OK (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /jquery_ujs.js - 200 OK (2ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/dependencies/jquery.additions.js - 200 OK (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 200 OK (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/dependencies/liquidmetal.js - 200 OK (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/dependencies/showdown.js - 200 OK (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/mercury.js - 200 OK (40ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/native_extensions.js - 200 OK (5ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/page_editor.js - 200 OK (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/history_buffer.js - 200 OK (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/table_editor.js - 200 OK (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/dialog.js - 200 OK (6ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/palette.js - 200 OK (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/select.js - 200 OK (43ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/panel.js - 200 OK (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/lightview.js - 200 OK (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/modal.js - 200 OK (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/statusbar.js - 200 OK (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/toolbar.js - 200 OK (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/toolbar.button.js - 200 OK (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/toolbar.button_group.js - 200 OK (4ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/toolbar.expander.js - 200 OK (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/tooltip.js - 200 OK (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/snippet.js - 200 OK (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/snippet_toolbar.js - 200 OK (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/uploader.js - 200 OK (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/regions/full.js - 200 OK (5ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/region.js - 200 OK (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/regions/image.js - 200 OK (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/regions/markdown.js - 200 OK (7ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/regions/snippets.js - 200 OK (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/regions/simple.js - 200 OK (40ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/dialogs/backcolor.js - 200 OK (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/dialogs/forecolor.js - 200 OK (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/dialogs/formatblock.js - 200 OK (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/dialogs/snippetpanel.js - 200 OK (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/dialogs/style.js - 200 OK (4ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/modals/htmleditor.js - 200 OK (4ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/modals/insertlink.js - 200 OK (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/modals/insertcharacter.js - 200 OK (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/modals/insertmedia.js - 200 OK (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/modals/insertsnippet.js - 200 OK (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/modals/inserttable.js - 200 OK (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /mercury/finalize.js - 200 OK (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 200 OK (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /bootstrap-dropdown.js - 200 OK (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /jquery.iframe-transport.js - 200 OK (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /jquery.remotipart.js - 200 OK (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:29 +0800 Served asset /amalgam/editor.js - 200 OK (86ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-21 17:57:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-21 17:57:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (1.0ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-21 17:57:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-21 17:57:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-21 17:57:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-09-21 17:57:30 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (12ms) Started GET "/?mercury_frame=true&_=1348221450249" for 127.0.0.1 at 2012-09-21 17:57:30 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1348221450249", "path"=>"home"} Page Load (0.6ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (7.0ms) Completed 200 OK in 13ms (Views: 8.4ms | ActiveRecord: 0.6ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-09-21 17:57:30 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (7ms) Started GET "/admin" for 127.0.0.1 at 2012-09-21 17:57:32 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (32.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (257.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (261.5ms) Compiled jquery.ui.core.js (1ms) (pid 17757) Compiled jquery.ui.mouse.js (2ms) (pid 17757) Compiled jquery.ui.sortable.js (3ms) (pid 17757) Compiled amalgam/admin.js (45ms) (pid 17757) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (33.6ms) Completed 200 OK in 557ms (Views: 554.2ms | ActiveRecord: 0.4ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-21 17:57:32 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-21 17:57:32 +0800 Served asset /amalgam/admin/layout.css - 200 OK (9ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-21 17:57:32 +0800 Served asset /amalgam/admin/login.css - 200 OK (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:32 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:32 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-21 17:57:32 +0800 Served asset /amalgam/admin.css - 304 Not Modified (14ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:32 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:32 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:33 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:33 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:33 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:33 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (7ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:33 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:33 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:33 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:33 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:33 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (44ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-21 17:57:33 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-09-21 17:57:33 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (7ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-09-21 17:57:33 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-09-21 17:57:33 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (3ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-09-21 17:57:33 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-09-21 17:57:33 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (3ms) Started GET "/pages/home" for 127.0.0.1 at 2012-09-21 17:57:46 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.haml within layouts/amalgam/admin/editor (6.9ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.1ms) Completed 200 OK in 64ms (Views: 60.0ms | ActiveRecord: 0.7ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-09-21 17:57:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-09-21 17:57:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-09-21 17:57:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-09-21 17:57:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-09-21 17:57:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/pages/home?mercury_frame=true&_=1348221466600" for 127.0.0.1 at 2012-09-21 17:57:46 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1348221466600", "path"=>"home"} Page Load (0.6ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (5.8ms) Completed 200 OK in 10ms (Views: 6.9ms | ActiveRecord: 0.6ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-09-27 13:22:58 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (6.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.7ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (29.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (62.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (17.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (16.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (17.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (38.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (58.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (100.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (114.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (29.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (33.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (19.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (17.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (531.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (591.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (41.6ms) Completed 200 OK in 1131ms (Views: 1088.8ms | ActiveRecord: 7.9ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-27 13:23:00 +0800 Served asset /amalgam/admin.css - 304 Not Modified (42ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-27 13:23:00 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-27 13:23:00 +0800 Served asset /amalgam/admin/login.css - 200 OK (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-27 13:23:00 +0800 Served asset /amalgam/admin/layout.css - 200 OK (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-27 13:23:00 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-27 13:23:00 +0800 Served asset /modernizr.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-27 13:23:00 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-27 13:23:00 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-27 13:23:00 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (31ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-27 13:23:00 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (22ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-27 13:23:00 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-27 13:23:00 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-27 13:23:00 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (15ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-27 13:23:00 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (122ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-27 13:23:00 +0800 Served asset /bootstrap.css - 200 OK (17ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-27 13:23:00 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-27 13:23:00 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (13ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-27 13:23:00 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-27 13:23:00 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (7ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-27 13:23:00 +0800 Served asset /bootstrap-button.js - 304 Not Modified (8ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-27 13:23:00 +0800 Served asset /amalgam/admin.js - 304 Not Modified (36ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-27 13:23:00 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-09-27 13:23:01 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (3ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-09-27 13:23:01 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (14ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-09-27 13:23:01 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (7ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-09-27 13:23:01 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-09-27 13:23:01 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-09-27 13:38:37 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (34.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (39.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (67.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (73.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (230.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (238.9ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.6ms) Completed 200 OK in 328ms (Views: 305.3ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-27 13:38:38 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-27 13:38:38 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-27 13:38:38 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-27 13:38:38 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-27 13:38:38 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-27 13:38:38 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-27 13:38:38 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-27 13:38:38 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-27 13:38:38 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-27 13:38:38 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-27 13:38:38 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-27 13:38:38 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-27 13:38:38 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-27 13:38:38 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-27 13:38:38 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-27 13:38:38 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-27 13:38:38 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-27 13:38:38 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-27 13:38:38 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-27 13:38:38 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-27 13:38:38 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-27 13:38:38 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-09-27 13:38:41 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} Completed 500 Internal Server Error in 0ms ArgumentError (wrong number of arguments (1 for 0)): /Users/brownjohn/code/amalgam/lib/amalgam/authorities/controllers/helpers.rb:12:in `authenticate_admin_user!' /Users/brownjohn/code/amalgam/app/controllers/amalgam/registrations_controller.rb:40:in `authenticate_scope!' activesupport (3.2.8) lib/active_support/callbacks.rb:407:in `_run__3863065910036179477__process_action__1923947054694601514__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1149828557597677015__call__468982444797119974__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.2ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-09-27 13:40:37 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} Completed 500 Internal Server Error in 0ms ArgumentError (wrong number of arguments (1 for 0)): /Users/brownjohn/code/amalgam/lib/amalgam/authorities/controllers/helpers.rb:12:in `authenticate_admin_user!' /Users/brownjohn/code/amalgam/app/controllers/amalgam/registrations_controller.rb:39:in `authenticate_scope!' activesupport (3.2.8) lib/active_support/callbacks.rb:407:in `_run__3863065910036179477__process_action__1923947054694601514__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1149828557597677015__call__468982444797119974__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.8ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-09-27 13:40:56 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (8.9ms) Completed 500 Internal Server Error in 22ms ActionView::Template::Error (undefined local variable or method `resource_name' for #<#:0x007fb6fb840878>): 1: %h2="#{}#{resource_name.humanize}" 2: 3: = form_for(@resource, :url => registration_path(resource_name)) do |f| 4: /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_registrations_edit_html_haml___4146623576241675331_70211940249700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' /Users/brownjohn/code/amalgam/app/controllers/amalgam/registrations_controller.rb:12:in `edit' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__3863065910036179477__process_action__1923947054694601514__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1149828557597677015__call__468982444797119974__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.1ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-09-27 13:41:35 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (5.7ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (undefined local variable or method `resource_name' for #<#:0x007fb6fc792588>): 1: %h2="#{}#{resource_name.humanize}" 2: 3: = form_for(@resource, :url => registration_path(resource_name)) do |f| 4: /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_registrations_edit_html_haml___4146623576241675331_70211940249700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' /Users/brownjohn/code/amalgam/app/controllers/amalgam/registrations_controller.rb:12:in `edit' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__3863065910036179477__process_action__1923947054694601514__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1149828557597677015__call__468982444797119974__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.3ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-09-27 13:42:18 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (0.8ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (undefined method `humanize' for nil:NilClass): 1: %h2="#{}#{resource_name.humanize}" 2: 3: = form_for(@resource, :url => registration_path(resource_name)) do |f| 4: /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_registrations_edit_html_haml___4146623576241675331_70211940249700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' /Users/brownjohn/code/amalgam/app/controllers/amalgam/registrations_controller.rb:12:in `edit' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__3863065910036179477__process_action__1923947054694601514__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1149828557597677015__call__468982444797119974__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (39.7ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-09-27 13:43:09 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (3.3ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (undefined method `model_name' for NilClass:Class): 1: %h2="#{}#{resource_name.class.model_name.human}" 2: 3: = form_for(@resource, :url => registration_path(resource_name)) do |f| 4: /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_registrations_edit_html_haml___4146623576241675331_70211965462760' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' /Users/brownjohn/code/amalgam/app/controllers/amalgam/registrations_controller.rb:12:in `edit' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__3863065910036179477__process_action__1923947054694601514__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1149828557597677015__call__468982444797119974__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.2ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin_user/edit" for 127.0.0.1 at 2012-09-27 13:45:52 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (5.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (9.9ms) Completed 500 Internal Server Error in 113ms ActionView::Template::Error (undefined method `admin' for #): 1: %h2="#{t(amalgam.admin.actions.edit)}#{resource_name}" 2: 3: = form_for(@resource, :url => registration_path(resource_name)) do |f| 4: actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_registrations_edit_html_haml___837415768193910454_70309543778800' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' /Users/brownjohn/code/amalgam/app/controllers/amalgam/registrations_controller.rb:12:in `edit' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__1489333725576952578__process_action__2216645875839883229__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2500193144477967859__call__2790274328407693085__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.6ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-09-27 13:46:47 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (15.6ms) Completed 500 Internal Server Error in 19ms ActionView::Template::Error (undefined method `registration_path' for #<#:0x007fe46ca857c0>): 1: %h2="#{t('amalgam.admin.actions.edit')}#{resource_name}" 2: 3: = form_for(@resource, :url => registration_path(resource_name)) do |f| 4: 5: .input 6: = f.label :email /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml:3:in `___sers_brownjohn_code_amalgam_app_views_amalgam_registrations_edit_html_haml___837415768193910454_70309525518120' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' /Users/brownjohn/code/amalgam/app/controllers/amalgam/registrations_controller.rb:12:in `edit' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__1489333725576952578__process_action__2216645875839883229__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2500193144477967859__call__2790274328407693085__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (32.7ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-09-27 13:47:47 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (11.1ms) Completed 500 Internal Server Error in 14ms ActionView::Template::Error (undefined method `admin_user_edit_info' for #<#:0x007fe46ef6c0e8>): 1: %h2="#{t('amalgam.admin.actions.edit')}#{resource_name}" 2: 3: = form_for(@resource, :url => admin_user_edit_info(resource_name)) do |f| 4: 5: .input 6: = f.label :email /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml:3:in `___sers_brownjohn_code_amalgam_app_views_amalgam_registrations_edit_html_haml___837415768193910454_70309548289400' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' /Users/brownjohn/code/amalgam/app/controllers/amalgam/registrations_controller.rb:12:in `edit' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__1489333725576952578__process_action__2216645875839883229__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2500193144477967859__call__2790274328407693085__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.6ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-09-27 13:47:59 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (7.9ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (undefined method `admin_user_edit_info' for #): 1: %h2="#{t('amalgam.admin.actions.edit')}#{resource_name}" 2: 3: = form_for(@resource, :url => amalgam.admin_user_edit_info(resource_name)) do |f| 4: 5: .input 6: = f.label :email actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml:3:in `___sers_brownjohn_code_amalgam_app_views_amalgam_registrations_edit_html_haml___837415768193910454_70309559089860' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' /Users/brownjohn/code/amalgam/app/controllers/amalgam/registrations_controller.rb:12:in `edit' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__1489333725576952578__process_action__2216645875839883229__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2500193144477967859__call__2790274328407693085__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.3ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-09-27 13:48:11 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (7.6ms) Completed 200 OK in 89ms (Views: 88.0ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-27 13:48:11 +0800 Served asset /bootstrap.css - 304 Not Modified (41ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-27 13:48:12 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-27 13:48:12 +0800 Served asset /amalgam/admin.css - 304 Not Modified (18ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-27 13:48:12 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-27 13:48:12 +0800 Served asset /modernizr.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-27 13:48:12 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-27 13:48:12 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-27 13:48:12 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-27 13:48:12 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-27 13:48:12 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-27 13:48:12 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-27 13:48:12 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-27 13:48:12 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-27 13:48:12 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-27 13:48:12 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-27 13:48:12 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-27 13:48:12 +0800 Served asset /jquery_ujs.js - 304 Not Modified (36ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-27 13:48:12 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-27 13:48:12 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-27 13:48:12 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-27 13:48:12 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-27 13:48:12 +0800 Served asset /amalgam/admin.js - 304 Not Modified (16ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-09-27 13:50:03 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (6.1ms) Completed 200 OK in 19ms (Views: 18.2ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-27 13:50:03 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-27 13:50:03 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-27 13:50:03 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-27 13:50:03 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-27 13:50:03 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-27 13:50:03 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-27 13:50:03 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-27 13:50:03 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-27 13:50:03 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-27 13:50:03 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-27 13:50:03 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-27 13:50:03 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-27 13:50:03 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-27 13:50:03 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-27 13:50:03 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-27 13:50:03 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-27 13:50:03 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-27 13:50:03 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-27 13:50:03 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-27 13:50:03 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-27 13:50:03 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-27 13:50:03 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-09-27 13:51:39 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (5.2ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined method `classify' for nil:NilClass): 1: .article 2: %h2="#{t('amalgam.admin.actions.edit')}#{resource_name.classify.safe_constantize.model_name.human}" 3: 4: = form_for(@resource, :url => amalgam.admin_user_edit_info_path(resource_name)) do |f| 5: /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_registrations_edit_html_haml___837415768193910454_70309533770000' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' /Users/brownjohn/code/amalgam/app/controllers/amalgam/registrations_controller.rb:12:in `edit' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__1489333725576952578__process_action__2216645875839883229__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2500193144477967859__call__2790274328407693085__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.3ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-09-27 13:53:11 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (9.3ms) Completed 200 OK in 57ms (Views: 55.6ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-27 13:53:12 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-27 13:53:12 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-27 13:53:12 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-27 13:53:12 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-27 13:53:12 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-27 13:53:12 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-27 13:53:12 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-27 13:53:12 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-27 13:53:12 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-27 13:53:12 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-27 13:53:12 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-27 13:53:12 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-27 13:53:12 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-27 13:53:12 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-27 13:53:12 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-27 13:53:12 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-27 13:53:12 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-27 13:53:12 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-27 13:53:12 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-27 13:53:12 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-27 13:53:12 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-27 13:53:12 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-09-27 13:55:41 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (10.7ms) Completed 200 OK in 72ms (Views: 57.4ms | ActiveRecord: 0.6ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-27 13:55:41 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-27 13:55:41 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-27 13:55:41 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-27 13:55:41 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-27 13:55:41 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-27 13:55:41 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-27 13:55:41 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-27 13:55:41 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-27 13:55:41 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-27 13:55:41 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-27 13:55:41 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-27 13:55:41 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-27 13:55:41 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-27 13:55:41 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-27 13:55:41 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-27 13:55:41 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-27 13:55:41 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-27 13:55:41 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-27 13:55:41 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-27 13:55:41 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-27 13:55:41 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-27 13:55:41 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-09-27 13:56:16 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (9.3ms) Completed 200 OK in 23ms (Views: 21.7ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-27 13:56:16 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-27 13:56:16 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-27 13:56:16 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-27 13:56:16 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-27 13:56:16 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:16 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:16 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:16 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:16 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:16 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:16 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:16 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:16 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:16 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:16 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:16 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:16 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:16 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:16 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:16 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:16 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:16 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-09-27 13:56:51 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (7.8ms) Completed 200 OK in 23ms (Views: 22.4ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-27 13:56:52 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-27 13:56:52 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-27 13:56:52 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-27 13:56:52 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:52 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-27 13:56:52 +0800 Served asset /amalgam/admin.css - 304 Not Modified (6ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:52 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:52 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:52 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:52 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:52 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:52 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:52 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:52 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:52 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:52 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:52 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:52 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:52 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:52 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:52 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-27 13:56:52 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-09-27 13:57:08 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (9.5ms) Completed 200 OK in 22ms (Views: 21.3ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-27 13:57:08 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-27 13:57:08 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-27 13:57:08 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-27 13:57:08 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-27 13:57:08 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:08 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:08 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:08 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:08 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:08 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:08 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:08 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:08 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:08 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:08 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:08 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:08 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:09 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:09 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:09 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:09 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:09 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-09-27 13:57:25 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (8.2ms) Completed 200 OK in 56ms (Views: 55.4ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-27 13:57:25 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-27 13:57:25 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-27 13:57:25 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-27 13:57:25 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-27 13:57:25 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:25 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:25 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:25 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:25 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:25 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:25 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:25 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:25 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:25 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:25 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:25 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:25 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:25 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:25 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:25 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:25 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:25 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-09-27 13:57:36 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (6.4ms) Completed 200 OK in 19ms (Views: 18.0ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-27 13:57:36 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-27 13:57:36 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-27 13:57:36 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-27 13:57:36 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-27 13:57:36 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:36 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:36 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:36 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:36 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:36 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:36 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:36 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:36 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:36 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:36 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:36 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:36 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:36 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:36 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:36 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:36 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-27 13:57:36 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-09-27 21:29:43 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (5.2ms) Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-09-27 21:29:43 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-09-27 21:29:43 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-09-27 21:29:43 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-09-27 21:29:43 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-09-27 21:29:43 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-09-27 21:29:43 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-27 21:29:43 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-09-27 21:29:43 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-09-27 21:29:43 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-09-27 21:29:43 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-09-27 21:29:43 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-09-27 21:29:43 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-27 21:29:43 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-09-27 21:29:43 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-09-27 21:29:43 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-09-27 21:29:43 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-09-27 21:29:43 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-09-27 21:29:44 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-09-27 21:29:44 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-09-27 21:29:44 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-09-27 21:29:44 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-09-27 21:29:44 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-09-27 21:29:44 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-10-08 13:56:47 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (2.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (4.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.haml within layouts/amalgam/admin/editor (5.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (28.1ms) Completed 200 OK in 459ms (Views: 431.7ms | ActiveRecord: 7.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 13:56:48 +0800 Served asset /bootstrap.css - 304 Not Modified (49ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-10-08 13:56:48 +0800 Served asset /responsive.css - 200 OK (9ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-10-08 13:56:48 +0800 Served asset /mercury/mercury.css - 304 Not Modified (20ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-10-08 13:56:48 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-10-08 13:56:48 +0800 Served asset /mercury/modal.css - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-10-08 13:56:48 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (39ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-10-08 13:56:48 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-10-08 13:56:48 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-10-08 13:56:48 +0800 Served asset /mercury.css - 304 Not Modified (18ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-10-08 13:56:48 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-10-08 13:56:48 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-10-08 13:56:48 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-10-08 13:56:48 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:48 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:48 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:48 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-10-08 13:56:48 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-10-08 13:56:48 +0800 Served asset /amalgam/editor.css - 200 OK (25ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:48 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (40ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/mercury.js - 304 Not Modified (40ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (42ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (6ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (38ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/lightview.js - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/snippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (41ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (36ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /amalgam/editor.js - 304 Not Modified (53ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.4ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-10-08 13:56:49 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (6ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-10-08 13:56:50 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (55ms) Started GET "/?mercury_frame=true&_=1349675809920" for 127.0.0.1 at 2012-10-08 13:56:50 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1349675809920", "path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (6.7ms) Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.4ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 13:56:54 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (8.5ms) Completed 200 OK in 77ms (Views: 76.0ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 13:56:54 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 13:56:54 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 13:56:54 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 13:56:54 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:54 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 13:56:54 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:54 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:54 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:54 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (14ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:54 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:54 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:54 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:54 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:54 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:54 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:54 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:54 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:54 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:54 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:54 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:54 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 13:56:54 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-08 13:56:54 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (3ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 13:58:33 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (9.1ms) Completed 200 OK in 22ms (Views: 20.8ms | ActiveRecord: 0.1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 13:58:33 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 13:58:33 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 13:58:33 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 13:58:33 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 13:58:33 +0800 Served asset /amalgam/admin.css - 304 Not Modified (6ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 13:58:33 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 13:58:33 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 13:58:33 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 13:58:33 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 13:58:33 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 13:58:33 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 13:58:33 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 13:58:33 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 13:58:33 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 13:58:33 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 13:58:33 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 13:58:33 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 13:58:33 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 13:58:33 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 13:58:33 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 13:58:33 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 13:58:33 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 14:44:49 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (6.6ms) Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 14:44:49 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 14:44:49 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 14:44:49 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 14:44:49 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 14:44:49 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 14:44:49 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 14:44:49 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 14:44:49 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 14:44:49 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 14:44:49 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 14:44:49 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 14:44:49 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 14:44:49 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 14:44:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 14:44:49 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 14:44:49 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 14:44:49 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 14:44:49 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 14:44:49 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 14:44:49 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 14:44:49 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 14:44:49 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 14:48:36 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (7.1ms) Compiled amalgam/admin/layout.css (61ms) (pid 3917) Compiled amalgam/admin.css (5ms) (pid 3917) Completed 200 OK in 146ms (Views: 145.0ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 14:48:37 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 14:48:37 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 14:48:37 +0800 Served asset /amalgam/admin/layout.css - 200 OK (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 14:48:37 +0800 Served asset /amalgam/admin.css - 304 Not Modified (19ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 14:48:37 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 14:48:37 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 14:48:37 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 14:48:37 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 14:48:37 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 14:48:37 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 14:48:37 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 14:48:37 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 14:48:37 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 14:48:37 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 14:48:37 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 14:48:37 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 14:48:37 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 14:48:37 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 14:48:37 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 14:48:37 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 14:48:37 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 14:48:37 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-08 14:48:37 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 14:49:38 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (8.4ms) Completed 200 OK in 24ms (Views: 22.9ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 14:49:38 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 14:49:38 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 14:49:38 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 14:49:38 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 14:49:38 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 14:49:38 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 14:49:38 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 14:49:38 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 14:49:38 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 14:49:38 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 14:49:38 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 14:49:38 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 14:49:38 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 14:49:38 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 14:49:38 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 14:49:38 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 14:49:38 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 14:49:38 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 14:49:38 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 14:49:38 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 14:49:38 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 14:49:38 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 14:53:19 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (7.7ms) Completed 200 OK in 21ms (Views: 19.7ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 14:53:19 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 14:53:19 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 14:53:19 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 14:53:19 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 14:53:19 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 14:53:19 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 14:53:19 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 14:53:19 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 14:53:19 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 14:53:19 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 14:53:19 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 14:53:19 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 14:53:19 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 14:53:19 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 14:53:19 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 14:53:19 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 14:53:19 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 14:53:19 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 14:53:19 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 14:53:19 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 14:53:19 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 14:53:19 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 14:54:53 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (11.7ms) Completed 200 OK in 42ms (Views: 30.0ms | ActiveRecord: 0.6ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 14:54:53 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 14:54:53 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 14:54:53 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 14:54:53 +0800 Served asset /amalgam/admin.css - 304 Not Modified (6ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 14:54:53 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 14:54:53 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 14:54:53 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 14:54:54 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 14:54:54 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 14:54:54 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 14:54:54 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 14:54:54 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 14:54:54 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 14:54:54 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 14:54:54 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 14:54:54 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 14:54:54 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 14:54:54 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 14:54:54 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 14:54:54 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 14:54:54 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 14:54:55 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 14:57:58 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (13.9ms) Completed 200 OK in 72ms (Views: 26.5ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 14:57:58 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 14:57:58 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 14:57:58 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 14:57:58 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 14:57:58 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 14:57:58 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 14:57:58 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 14:57:58 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 14:57:58 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 14:57:58 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 14:57:58 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 14:57:58 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 14:57:58 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 14:57:58 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 14:57:58 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 14:57:58 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 14:57:58 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 14:57:58 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 14:57:58 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 14:57:58 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 14:57:58 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 14:57:58 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 14:58:23 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (7.3ms) Completed 200 OK in 20ms (Views: 18.4ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 14:58:23 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 14:58:23 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 14:58:23 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:23 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:23 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 14:58:23 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 14:58:23 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:23 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:23 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:23 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:23 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:23 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:23 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:23 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:23 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:23 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:23 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:23 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:23 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:23 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:23 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:23 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 14:58:53 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (10.2ms) Completed 200 OK in 24ms (Views: 22.8ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 14:58:53 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 14:58:53 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:53 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 14:58:53 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 14:58:53 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:53 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 14:58:53 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:53 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:53 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:53 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:53 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:53 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:53 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:53 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:53 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:53 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:53 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:53 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:53 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:53 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 14:58:53 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 15:05:19 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (7.6ms) Completed 200 OK in 20ms (Views: 19.1ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 15:05:19 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 15:05:19 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 15:05:19 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 15:05:19 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 15:05:19 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 15:05:19 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 15:05:19 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 15:05:19 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 15:05:19 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 15:05:19 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:05:19 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:05:19 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 15:05:19 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 15:05:19 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:05:19 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:05:19 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 15:05:19 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 15:05:19 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 15:05:20 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 15:05:20 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 15:05:20 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 15:05:20 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin_user/edit_info" for 127.0.0.1 at 2012-10-08 15:05:24 +0800 ActionController::RoutingError (No route matches [PUT] "/admin_user/edit_info"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Connecting to database specified by database.yml Started PUT "/admin_user/edit_info" for 127.0.0.1 at 2012-10-08 15:08:34 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"username"=>"admin", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新"} Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `authenticate_!' for #): /Users/brownjohn/code/amalgam/app/controllers/amalgam/registrations_controller.rb:39:in `authenticate_scope!' activesupport (3.2.8) lib/active_support/callbacks.rb:407:in `_run__1125671127613471756__process_action__2217042854712627555__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1581018892456926785__call__3973646232809132467__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.5ms) Started PUT "/admin_user/edit_info" for 127.0.0.1 at 2012-10-08 15:13:28 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"username"=>"admin", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新"} Completed 500 Internal Server Error in 27ms NoMethodError (undefined method `authenticate_!' for #): /Users/brownjohn/code/amalgam/app/controllers/amalgam/registrations_controller.rb:39:in `authenticate_scope!' activesupport (3.2.8) lib/active_support/callbacks.rb:407:in `_run__1125671127613471756__process_action__2217042854712627555__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1581018892456926785__call__3973646232809132467__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.7ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 15:13:38 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `authenticate_!' for #): /Users/brownjohn/code/amalgam/app/controllers/amalgam/registrations_controller.rb:39:in `authenticate_scope!' activesupport (3.2.8) lib/active_support/callbacks.rb:407:in `_run__1125671127613471756__process_action__664784988718309484__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1581018892456926785__call__3973646232809132467__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.4ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-10-08 15:13:39 +0800 Served asset /responsive.css - 304 Not Modified (40ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-10-08 15:13:39 +0800 Served asset /mercury.css - 304 Not Modified (16ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-10-08 15:13:39 +0800 Served asset /mercury/mercury.css - 304 Not Modified (13ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-10-08 15:13:39 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-10-08 15:13:39 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-10-08 15:13:39 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-10-08 15:13:39 +0800 Served asset /mercury/lightview.css - 304 Not Modified (8ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /amalgam/editor.css - 304 Not Modified (36ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (60ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (41ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/mercury.js - 304 Not Modified (37ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (7ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/palette.js - 304 Not Modified (4ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/modal.js - 304 Not Modified (38ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/lightview.js - 304 Not Modified (7ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/snippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (38ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Served asset /amalgam/editor.js - 304 Not Modified (86ms) Started GET "/?mercury_frame=true&_=1349675809920" for 127.0.0.1 at 2012-10-08 15:13:40 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1349675809920", "path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (5.3ms) Completed 200 OK in 27ms (Views: 7.0ms | ActiveRecord: 0.4ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-10-08 15:13:41 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.3ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-10-08 15:13:41 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-10-08 15:13:41 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-10-08 15:13:41 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (1.3ms) Completed 200 OK in 4ms (Views: 4.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-10-08 15:13:41 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-10-08 15:13:41 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (3ms) Started GET "/?mercury_frame=true&_=1349680421034" for 127.0.0.1 at 2012-10-08 15:13:41 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1349680421034", "path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (6.2ms) Completed 200 OK in 10ms (Views: 7.6ms | ActiveRecord: 0.3ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-10-08 15:13:41 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-10-08 15:13:43 +0800 Served asset /mercury/toolbar/primary/save.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-10-08 15:13:43 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 304 Not Modified (11ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-10-08 15:13:43 +0800 Served asset /mercury/toolbar/primary/preview.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-10-08 15:13:43 +0800 Served asset /mercury/toolbar/primary/undo.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-10-08 15:13:43 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-10-08 15:13:43 +0800 Served asset /mercury/toolbar/primary/redo.png - 304 Not Modified (8ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-10-08 15:13:43 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-10-08 15:13:43 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-10-08 15:13:43 +0800 Served asset /mercury/toolbar/editable/buttons.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-10-08 15:13:43 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-10-08 15:13:43 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 304 Not Modified (57ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-10-08 15:13:43 +0800 Served asset /mercury/close.png - 304 Not Modified (5ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 15:13:44 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `authenticate_!' for #): /Users/brownjohn/code/amalgam/app/controllers/amalgam/registrations_controller.rb:39:in `authenticate_scope!' activesupport (3.2.8) lib/active_support/callbacks.rb:407:in `_run__1125671127613471756__process_action__664784988718309484__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1581018892456926785__call__3973646232809132467__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.7ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 15:14:21 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (4.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (49.4ms) Completed 200 OK in 122ms (Views: 102.9ms | ActiveRecord: 4.9ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 15:14:21 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 15:14:21 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 15:14:21 +0800 Served asset /bootstrap.css - 304 Not Modified (10ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 15:14:21 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 15:14:21 +0800 Served asset /amalgam/admin.css - 304 Not Modified (48ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 15:14:21 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 15:14:21 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 15:14:21 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 15:14:22 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 15:14:22 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (13ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:14:22 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:14:22 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 15:14:22 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 15:14:22 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:14:22 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 15:14:22 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:14:22 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 15:14:22 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 15:14:22 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 15:14:22 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 15:14:22 +0800 Served asset /amalgam/admin.js - 304 Not Modified (17ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 15:14:22 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started PUT "/admin_user/edit_info" for 127.0.0.1 at 2012-10-08 15:14:27 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"username"=>"admin", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新"} Completed 500 Internal Server Error in 38ms NoMethodError (undefined method `authenticate_!' for #): /Users/brownjohn/code/amalgam/app/controllers/amalgam/registrations_controller.rb:39:in `authenticate_scope!' activesupport (3.2.8) lib/active_support/callbacks.rb:407:in `_run__1125671127613471756__process_action__2217042854712627555__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1581018892456926785__call__3973646232809132467__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.2ms) Started PUT "/admin_user/edit_info" for 127.0.0.1 at 2012-10-08 15:19:27 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"username"=>"admin", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新"} Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `authenticate_!' for #): /Users/brownjohn/code/amalgam/app/controllers/amalgam/registrations_controller.rb:39:in `authenticate_scope!' activesupport (3.2.8) lib/active_support/callbacks.rb:407:in `_run__1125671127613471756__process_action__2217042854712627555__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1581018892456926785__call__3973646232809132467__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.1ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 15:20:51 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (5.3ms) Completed 200 OK in 29ms (Views: 18.1ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 15:20:51 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 15:20:51 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 15:20:51 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 15:20:51 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 15:20:51 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 15:20:51 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 15:20:51 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 15:20:51 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 15:20:51 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 15:20:51 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:20:51 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:20:51 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 15:20:51 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 15:20:51 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:20:51 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 15:20:51 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:20:51 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 15:20:51 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 15:20:51 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 15:20:51 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 15:20:51 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 15:20:51 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin_user/edit_info" for 127.0.0.1 at 2012-10-08 15:20:55 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"username"=>"admin", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction  (0.0ms) rollback transaction Completed 500 Internal Server Error in 2ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: current_password): activemodel (3.2.8) lib/active_model/mass_assignment_security/sanitizer.rb:48:in `process_removed_attributes' activemodel (3.2.8) lib/active_model/mass_assignment_security/sanitizer.rb:20:in `debug_protected_attribute_removal' activemodel (3.2.8) lib/active_model/mass_assignment_security/sanitizer.rb:12:in `sanitize' activemodel (3.2.8) lib/active_model/mass_assignment_security.rb:230:in `sanitize_for_mass_assignment' activerecord (3.2.8) lib/active_record/attribute_assignment.rb:75:in `assign_attributes' activerecord (3.2.8) lib/active_record/persistence.rb:215:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/registrations_controller.rb:28:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/registrations_controller.rb:27:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__1125671127613471756__process_action__2217042854712627555__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1581018892456926785__call__3973646232809132467__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.1ms) Started PUT "/admin_user/edit_info" for 127.0.0.1 at 2012-10-08 15:21:44 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"username"=>"admin", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction  (0.0ms) rollback transaction Completed 500 Internal Server Error in 1ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: current_password): activemodel (3.2.8) lib/active_model/mass_assignment_security/sanitizer.rb:48:in `process_removed_attributes' activemodel (3.2.8) lib/active_model/mass_assignment_security/sanitizer.rb:20:in `debug_protected_attribute_removal' activemodel (3.2.8) lib/active_model/mass_assignment_security/sanitizer.rb:12:in `sanitize' activemodel (3.2.8) lib/active_model/mass_assignment_security.rb:230:in `sanitize_for_mass_assignment' activerecord (3.2.8) lib/active_record/attribute_assignment.rb:75:in `assign_attributes' activerecord (3.2.8) lib/active_record/persistence.rb:215:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/registrations_controller.rb:28:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/registrations_controller.rb:27:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__1125671127613471756__process_action__2217042854712627555__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1581018892456926785__call__3973646232809132467__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.6ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 15:21:48 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (4.4ms) Completed 200 OK in 19ms (Views: 17.2ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 15:21:48 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 15:21:48 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 15:21:48 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 15:21:48 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 15:21:48 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 15:21:48 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 15:21:48 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 15:21:48 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 15:21:48 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 15:21:48 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:21:48 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:21:48 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 15:21:48 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:21:48 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 15:21:48 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 15:21:48 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:21:48 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 15:21:48 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 15:21:48 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 15:21:48 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 15:21:48 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 15:21:48 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started PUT "/admin_user/edit_info" for 127.0.0.1 at 2012-10-08 15:22:11 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"username"=>"admin", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新"} AdminUser Load (27.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Completed 500 Internal Server Error in 56ms ActiveRecord::UnknownAttributeError (unknown attribute: current_password): activerecord (3.2.8) lib/active_record/attribute_assignment.rb:88:in `block in assign_attributes' activerecord (3.2.8) lib/active_record/attribute_assignment.rb:78:in `each' activerecord (3.2.8) lib/active_record/attribute_assignment.rb:78:in `assign_attributes' activerecord (3.2.8) lib/active_record/persistence.rb:215:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/registrations_controller.rb:28:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/registrations_controller.rb:27:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__2959154479262069176__process_action__2073131090322508045__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4396670032504034632__call__3405688675742177714__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.6ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 15:22:26 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (19.7ms) Completed 200 OK in 107ms (Views: 106.0ms | ActiveRecord: 0.1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 15:22:26 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 15:22:26 +0800 Served asset /bootstrap.css - 304 Not Modified (12ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 15:22:26 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 15:22:26 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 15:22:26 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 15:22:26 +0800 Served asset /amalgam/admin.css - 304 Not Modified (15ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 15:22:26 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 15:22:26 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 15:22:26 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 15:22:26 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:22:26 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (39ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:22:26 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 15:22:26 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 15:22:26 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:22:26 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 15:22:26 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:22:26 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 15:22:26 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 15:22:26 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 15:22:26 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 15:22:26 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 15:22:26 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Connecting to database specified by database.yml Started PUT "/admin_user/edit_info" for 127.0.0.1 at 2012-10-08 15:22:52 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"username"=>"admin", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新"} AdminUser Load (4.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.3ms) UPDATE "admin_users" SET "username" = 'admin', "updated_at" = '2012-10-08 07:22:52.273226' WHERE "admin_users"."id" = 1  (2.4ms) commit transaction Redirected to http://127.0.0.1:3000/ Completed 406 Not Acceptable in 72ms (ActiveRecord: 9.0ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 15:25:28 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (14.7ms) Completed 200 OK in 142ms (Views: 130.6ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:28 +0800 Served asset /bootstrap.css - 304 Not Modified (17ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:28 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:28 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:28 +0800 Served asset /amalgam/admin.css - 304 Not Modified (42ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:28 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:28 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:28 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:28 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:28 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:28 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:28 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:28 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:28 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:28 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:28 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:28 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:28 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:28 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:28 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:28 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:28 +0800 Served asset /amalgam/admin.js - 304 Not Modified (49ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:28 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started PUT "/admin_user/edit_info" for 127.0.0.1 at 2012-10-08 15:25:34 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"username"=>"admin1", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction  (0.3ms) UPDATE "admin_users" SET "username" = 'admin1', "updated_at" = '2012-10-08 07:25:34.981844' WHERE "admin_users"."id" = 1  (0.7ms) commit transaction Redirected to http://127.0.0.1:3000/ Completed 302 Found in 6ms (ActiveRecord: 1.2ms) Started GET "/" for 127.0.0.1 at 2012-10-08 15:25:34 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.haml within layouts/amalgam/admin/editor (4.6ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (16.0ms) Completed 200 OK in 335ms (Views: 316.7ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (10ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury/mercury.css - 304 Not Modified (12ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury.css - 304 Not Modified (13ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury/all_images.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /amalgam/editor.css - 304 Not Modified (24ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (47ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (40ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury/mercury.js - 304 Not Modified (36ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury/lightview.js - 304 Not Modified (39ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:35 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (7ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /mercury/region.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (44ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /amalgam/editor.js - 304 Not Modified (83ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (4ms) Started GET "/?mercury_frame=true&_=1349681136549" for 127.0.0.1 at 2012-10-08 15:25:36 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1349681136549", "path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (6.7ms) Completed 200 OK in 10ms (Views: 7.7ms | ActiveRecord: 0.4ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 15:25:39 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (5.3ms) Completed 200 OK in 19ms (Views: 17.6ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:39 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:39 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:39 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:39 +0800 Served asset /amalgam/admin.css - 304 Not Modified (7ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:39 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:39 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:39 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:39 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:39 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:39 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:39 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:39 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:39 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:39 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:39 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:39 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:39 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:39 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:39 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:39 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:39 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:39 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin_user/edit_info" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"username"=>"admin", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.3ms) UPDATE "admin_users" SET "username" = 'admin', "updated_at" = '2012-10-08 07:25:42.449080' WHERE "admin_users"."id" = 1  (1.4ms) commit transaction Redirected to http://127.0.0.1:3000/ Completed 302 Found in 5ms (ActiveRecord: 1.9ms) Started GET "/" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.haml within layouts/amalgam/admin/editor (5.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.3ms) Completed 200 OK in 55ms (Views: 52.0ms | ActiveRecord: 0.5ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:42 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:43 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:43 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:43 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:43 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:43 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:43 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:43 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:43 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:43 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-10-08 15:25:43 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-10-08 15:25:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-10-08 15:25:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-10-08 15:25:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-10-08 15:25:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-10-08 15:25:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1349681143123" for 127.0.0.1 at 2012-10-08 15:25:43 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1349681143123", "path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (8.2ms) Completed 200 OK in 13ms (Views: 9.7ms | ActiveRecord: 0.5ms) Started DELETE "/admin_user/signout" for 127.0.0.1 at 2012-10-08 15:26:13 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "resource"=>"admin_user"} {"session_id"=>"34fa8349d175f4fc13e846040a61595d", "_csrf_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_id"=>1, "admin_user_id"=>1} Redirected to http://127.0.0.1:3000/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-10-08 15:26:13 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (4.1ms) Completed 200 OK in 7ms (Views: 5.0ms | ActiveRecord: 0.3ms) Started GET "/admin" for 127.0.0.1 at 2012-10-08 15:26:18 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://127.0.0.1:3000/admin_user/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:26:18 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (6.0ms) Completed 200 OK in 22ms (Views: 20.3ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 15:26:18 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 15:26:18 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 15:26:18 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 15:26:18 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 15:26:18 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:18 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:18 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:18 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:18 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:18 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:18 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:18 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:18 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:18 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:18 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:18 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:18 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:18 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:18 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:18 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:18 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-08 15:26:18 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (7ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:26:27 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 Redirected to http://127.0.0.1:3000/admin_user/signin Completed 302 Found in 90ms (ActiveRecord: 0.2ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:26:27 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.0ms) Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 15:26:27 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 15:26:27 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 15:26:27 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:27 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 15:26:27 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:27 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 15:26:27 +0800 Served asset /amalgam/admin.css - 304 Not Modified (41ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:27 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:27 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:27 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:27 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:27 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:27 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:27 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:27 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:27 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:27 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:27 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:27 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:27 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:27 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 15:26:27 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:27:30 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 Redirected to http://127.0.0.1:3000/admin_user/signin Completed 302 Found in 90ms (ActiveRecord: 0.2ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:27:30 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.2ms) Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 15:27:30 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 15:27:30 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 15:27:30 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 15:27:30 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:30 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 15:27:30 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:30 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:30 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:30 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:30 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:30 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:30 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:30 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:30 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:30 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:30 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:30 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:30 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:30 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:30 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:30 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:30 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:27:41 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"login"=>"admin@example.com", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin@example.com') LIMIT 1 Redirected to http://127.0.0.1:3000/admin_user/signin Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:27:41 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.0ms) Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 15:27:41 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 15:27:41 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 15:27:41 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 15:27:41 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 15:27:41 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:41 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:41 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:41 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:41 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:41 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:41 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:41 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:41 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:41 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:41 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:41 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:41 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:41 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:41 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:41 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:41 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 15:27:41 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:28:22 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (14.2ms) Completed 200 OK in 159ms (Views: 104.1ms | ActiveRecord: 2.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 15:28:22 +0800 Served asset /bootstrap.css - 304 Not Modified (42ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 15:28:22 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 15:28:22 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 15:28:22 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 15:28:22 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:22 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:22 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:22 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:22 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:22 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:22 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (13ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:22 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:22 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:22 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:22 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:22 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:22 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:22 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:22 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:22 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:22 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:22 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:28:28 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 Redirected to http://127.0.0.1:3000/admin_user/signin Completed 302 Found in 90ms (ActiveRecord: 0.2ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:28:28 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.1ms) Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 15:28:28 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 15:28:28 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 15:28:28 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 15:28:28 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 15:28:28 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:28 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:28 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:28 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:28 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:28 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:28 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:28 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:28 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:28 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:29 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:29 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:29 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:29 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:29 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:29 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:29 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:29 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:28:36 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 Redirected to http://127.0.0.1:3000/admin_user/signin Completed 302 Found in 88ms (ActiveRecord: 0.2ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:28:36 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.2ms) Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 15:28:36 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 15:28:36 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 15:28:36 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 15:28:36 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 15:28:36 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:36 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:36 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:36 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:36 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:36 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:36 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:36 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:36 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:36 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:36 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:36 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:36 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:36 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:36 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:37 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:37 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:37 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:28:43 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 Redirected to http://127.0.0.1:3000/admin_user/signin Completed 302 Found in 89ms (ActiveRecord: 0.2ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:28:43 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.3ms) Completed 200 OK in 20ms (Views: 18.0ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 15:28:43 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 15:28:43 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 15:28:43 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:43 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 15:28:43 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:43 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 15:28:43 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:43 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:43 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:43 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:43 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:43 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:43 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:43 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:43 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:43 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:43 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:43 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:43 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:43 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:43 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 15:28:43 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:29:49 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 Redirected to http://127.0.0.1:3000/admin_user/signin Completed 302 Found in 89ms (ActiveRecord: 0.2ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:29:49 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.0ms) Completed 200 OK in 50ms (Views: 49.3ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 15:29:49 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 15:29:49 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 15:29:49 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 15:29:49 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 15:29:49 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 15:29:49 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 15:29:49 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 15:29:49 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 15:29:49 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 15:29:49 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:29:49 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:29:49 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 15:29:49 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:29:49 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 15:29:49 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 15:29:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 15:29:49 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:29:49 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 15:29:49 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 15:29:49 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 15:29:49 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 15:29:49 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:31:26 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"login"=>"admin@example.com", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin@example.com') LIMIT 1 Redirected to http://127.0.0.1:3000/admin_user/signin Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:31:26 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.8ms) Completed 200 OK in 17ms (Views: 15.4ms | ActiveRecord: 0.0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 15:31:26 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 15:31:26 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 15:31:26 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 15:31:26 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 15:31:26 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:26 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:26 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:26 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:26 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:26 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:26 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:26 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:26 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:26 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:26 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:26 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:26 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:26 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:26 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:26 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:26 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:26 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:31:29 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"login"=>"johnable@gmail.com", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'johnable@gmail.com') LIMIT 1 Redirected to http://127.0.0.1:3000/admin_user/signin Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:31:29 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.2ms) Completed 200 OK in 55ms (Views: 53.6ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 15:31:29 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 15:31:29 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 15:31:29 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 15:31:29 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 15:31:29 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:29 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:29 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:29 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:29 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:29 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:29 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:29 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:29 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:29 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:29 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:29 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:29 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:29 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:29 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:29 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:29 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 15:31:29 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:32:01 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"login"=>"admin@example.com", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin@example.com') LIMIT 1 Redirected to http://127.0.0.1:3000/admin_user/signin Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:32:01 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.2ms) Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 15:32:01 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 15:32:01 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 15:32:01 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 15:32:01 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 15:32:01 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:01 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:01 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:01 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:01 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:01 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:01 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:01 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:01 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:01 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:01 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:01 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:01 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:01 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:01 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:01 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:01 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:01 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/" for 127.0.0.1 at 2012-10-08 15:32:10 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (5.0ms) Completed 200 OK in 24ms (Views: 6.4ms | ActiveRecord: 0.5ms) Started GET "/admin" for 127.0.0.1 at 2012-10-08 15:32:33 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://127.0.0.1:3000/admin_user/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:32:33 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.4ms) Completed 200 OK in 16ms (Views: 14.2ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 15:32:33 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 15:32:33 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 15:32:33 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 15:32:33 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (6ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:33 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 15:32:33 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:33 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:33 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:33 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:33 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:33 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:33 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:33 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:33 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:33 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:33 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:33 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:33 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:33 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:33 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:33 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:33 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:32:48 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"login"=>"admin@example.com", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin@example.com') LIMIT 1 Redirected to http://127.0.0.1:3000/admin_user/signin Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:32:48 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.2ms) Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 15:32:48 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 15:32:48 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 15:32:48 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:48 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 15:32:48 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 15:32:48 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:48 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:48 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:49 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:49 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:49 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:49 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:49 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:49 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:49 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:49 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:49 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:49 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:49 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:49 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 15:32:49 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Binary data inserted for `string` type on column `password_digest` Connecting to database specified by database.yml Started GET "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:36:32 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (14.6ms) Completed 200 OK in 188ms (Views: 128.8ms | ActiveRecord: 2.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 15:36:32 +0800 Served asset /bootstrap.css - 304 Not Modified (15ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 15:36:32 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 15:36:32 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 15:36:32 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:32 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 15:36:32 +0800 Served asset /amalgam/admin.css - 304 Not Modified (42ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:32 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:32 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:32 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:32 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:32 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:32 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:32 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:32 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:32 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:32 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:32 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:32 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:32 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:32 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:32 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:32 +0800 Served asset /amalgam/admin.js - 304 Not Modified (45ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:36:39 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 Redirected to http://127.0.0.1:3000/admin Completed 302 Found in 89ms (ActiveRecord: 0.2ms) Started GET "/admin" for 127.0.0.1 at 2012-10-08 15:36:39 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (31.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (37.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (39.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (245.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (253.6ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.8ms) Completed 200 OK in 423ms (Views: 381.1ms | ActiveRecord: 3.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 15:36:40 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 15:36:40 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 15:36:40 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 15:36:40 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:40 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 15:36:40 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:40 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:40 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:40 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:40 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:40 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:40 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:40 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:40 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:40 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:40 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:40 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:40 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:40 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:40 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:40 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-08 15:36:40 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (5ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-08 15:36:40 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-08 15:36:40 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 15:36:47 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (8.2ms) Completed 200 OK in 22ms (Views: 20.8ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 15:36:47 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 15:36:47 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 15:36:47 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 15:36:47 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 15:36:47 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:47 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:47 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:47 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:47 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:47 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:47 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:47 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:47 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:47 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:47 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:47 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:47 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:47 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:47 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:47 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:47 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:47 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started DELETE "/admin_user/signout" for 127.0.0.1 at 2012-10-08 15:36:51 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "resource"=>"admin_user"} {"session_id"=>"34fa8349d175f4fc13e846040a61595d", "_csrf_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_id"=>1, "admin_user_id"=>2} Redirected to http://127.0.0.1:3000/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-10-08 15:36:51 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (4.7ms) Completed 200 OK in 14ms (Views: 6.1ms | ActiveRecord: 0.3ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-10-08 15:36:53 +0800 ActionController::RoutingError (No route matches [GET] "/amalgam/admin"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/admin" for 127.0.0.1 at 2012-10-08 15:36:57 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://127.0.0.1:3000/admin_user/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:36:57 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.6ms) Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 15:36:57 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 15:36:57 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 15:36:57 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 15:36:57 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 15:36:57 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:57 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:57 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:57 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:57 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:57 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:57 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:57 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:57 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:57 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:57 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:57 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:57 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:57 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:57 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:57 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:57 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 15:36:57 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:37:03 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 Redirected to http://127.0.0.1:3000/admin_user/signin Completed 302 Found in 90ms (ActiveRecord: 0.2ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:37:04 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.0ms) Completed 200 OK in 53ms (Views: 51.2ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 15:37:04 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 15:37:04 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 15:37:04 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:04 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:04 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 15:37:04 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 15:37:04 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:04 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:04 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:04 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:04 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:04 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:04 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:04 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:04 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:04 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:04 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:04 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:04 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:04 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:04 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:04 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-10-08 15:37:12 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 Redirected to http://127.0.0.1:3000/admin Completed 302 Found in 88ms (ActiveRecord: 0.2ms) Started GET "/admin" for 127.0.0.1 at 2012-10-08 15:37:12 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (31.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (236.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (238.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.8ms) Completed 200 OK in 261ms (Views: 258.3ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 15:37:13 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 15:37:13 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 15:37:13 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (41ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 15:37:13 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 15:37:13 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:13 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:13 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:13 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:13 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:13 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:13 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:13 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:13 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:13 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:13 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:13 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:13 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:13 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:13 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:13 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:13 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 15:37:13 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/posts" for 127.0.0.1 at 2012-10-08 15:55:26 +0800 Processing by Amalgam::Admin::PostsController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Completed 500 Internal Server Error in 4ms ActionView::MissingTemplate (Missing template amalgam/admin/posts/index, amalgam/admin/base/index, amalgam/application/index with {:locale=>[:"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__1974528299877352865__process_action__511923115807583564__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2757038592705686679__call__3567235405473168617__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2012-10-08 15:55:31 +0800 AbstractController::ActionNotFound (The action 'new' could not be found for Amalgam::Admin::PostsController): actionpack (3.2.8) lib/abstract_controller/base.rb:116:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2757038592705686679__call__3567235405473168617__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2012-10-08 15:55:34 +0800 Processing by Amalgam::Admin::PostsController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Completed 500 Internal Server Error in 3ms ActionView::MissingTemplate (Missing template amalgam/admin/posts/index, amalgam/admin/base/index, amalgam/application/index with {:locale=>[:"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__1974528299877352865__process_action__511923115807583564__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2757038592705686679__call__3567235405473168617__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2012-10-08 16:03:29 +0800 Processing by Amalgam::Admin::PostsController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Completed 500 Internal Server Error in 3ms ActionView::MissingTemplate (Missing template amalgam/admin/posts/index, amalgam/admin/base/index, amalgam/application/index with {:locale=>[:"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__1974528299877352865__process_action__511923115807583564__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2757038592705686679__call__3567235405473168617__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.6ms) Started DELETE "/admin/pages/54" for 127.0.0.1 at 2012-10-08 16:04:09 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"54"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "54"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 54]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 49 AND "pages"."rgt" <= 50) AND ("pages"."id" != 54) ORDER BY lft ASC, "pages"."lft" SQL (0.2ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 50) ORDER BY lft ASC, "pages"."lft") SQL (0.1ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 50) ORDER BY lft ASC, "pages"."lft") SQL (0.3ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 54]]  (2.1ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (2.9ms) Completed 200 OK in 25ms (Views: 14.3ms | ActiveRecord: 3.6ms) Connecting to database specified by database.yml Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 16:26:16 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (4.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (18.6ms) Completed 200 OK in 198ms (Views: 137.5ms | ActiveRecord: 8.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 16:26:16 +0800 Served asset /bootstrap.css - 304 Not Modified (14ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 16:26:16 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 16:26:16 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 16:26:16 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 16:26:16 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 16:26:16 +0800 Served asset /amalgam/admin.css - 304 Not Modified (17ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 16:26:16 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 16:26:16 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 16:26:16 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 16:26:16 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 16:26:16 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 16:26:16 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 16:26:16 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 16:26:16 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 16:26:16 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (35ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 16:26:16 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 16:26:16 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 16:26:16 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 16:26:16 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 16:26:16 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 16:26:16 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 16:26:16 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started PUT "/admin_user/edit_info" for 127.0.0.1 at 2012-10-08 16:26:19 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"username"=>"admin1", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (2.1ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined method `classify' for nil:NilClass): 1: %article.registration 2: = form_for(@resource, :url => amalgam.admin_user_edit_info_path) do |f| 3: %legend="#{t('amalgam.admin.actions.edit')}#{params['resource'].classify.safe_constantize.model_name.human}" 4: 5: .input 6: = f.label :username /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml:3:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_registrations_edit_html_haml__2035357495105649879_70177427380980' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_registrations_edit_html_haml__2035357495105649879_70177427380980' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' /Users/brownjohn/code/amalgam/app/controllers/amalgam/registrations_controller.rb:34:in `block (2 levels) in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/registrations_controller.rb:29:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__1701430104550597236__process_action__2377582619463214485__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__287747964441175688__call__3388839647867011666__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.4ms) Started PUT "/admin_user/edit_info" for 127.0.0.1 at 2012-10-08 16:30:45 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"username"=>"admin1", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (6.0ms) Completed 500 Internal Server Error in 10ms ActionView::Template::Error (undefined method `classify' for :admin_user:Symbol): 1: %article.registration 2: = form_for(@resource, :url => amalgam.admin_user_edit_info_path) do |f| 3: %legend="#{t('amalgam.admin.actions.edit')}#{resource_name.classify.safe_constantize.model_name.human}" 4: 5: .input 6: = f.label :username /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml:3:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_registrations_edit_html_haml__2035357495105649879_70177426118820' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_registrations_edit_html_haml__2035357495105649879_70177426118820' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' /Users/brownjohn/code/amalgam/app/controllers/amalgam/registrations_controller.rb:34:in `block (2 levels) in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/registrations_controller.rb:29:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__1701430104550597236__process_action__2377582619463214485__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__287747964441175688__call__3388839647867011666__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.4ms) Started PUT "/admin_user/edit_info" for 127.0.0.1 at 2012-10-08 16:31:01 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"username"=>"admin1", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (9.5ms) Completed 200 OK in 25ms (Views: 21.9ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 16:31:01 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 16:31:01 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:01 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 16:31:01 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 16:31:01 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:01 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 16:31:01 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:01 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:01 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:01 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:01 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:01 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:01 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:01 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:01 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:01 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:01 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:01 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:01 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:02 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:02 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:02 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin_user/edit_info" for 127.0.0.1 at 2012-10-08 16:31:20 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"username"=>"admin1", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) begin transaction  (0.4ms) UPDATE "admin_users" SET "username" = 'admin1', "updated_at" = '2012-10-08 08:31:20.980565' WHERE "admin_users"."id" = 2  (0.7ms) commit transaction Redirected to http://127.0.0.1:3000/ Completed 302 Found in 7ms (ActiveRecord: 1.2ms) Started GET "/" for 127.0.0.1 at 2012-10-08 16:31:20 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 40ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.1ms) Started GET "/" for 127.0.0.1 at 2012-10-08 16:31:24 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 1ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.0ms) Started GET "/" for 127.0.0.1 at 2012-10-08 16:31:26 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 1ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.2ms) Started GET "/" for 127.0.0.1 at 2012-10-08 16:31:28 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 1ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.0ms) Started GET "/pages/stories" for 127.0.0.1 at 2012-10-08 16:31:37 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"stories"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'stories' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 1ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=stories): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.3ms) Started GET "/admin" for 127.0.0.1 at 2012-10-08 16:31:41 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (30.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (57.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (59.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (262.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (301.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.8ms) Completed 200 OK in 444ms (Views: 433.1ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 16:31:42 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 16:31:42 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:42 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 16:31:42 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 16:31:42 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 16:31:42 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:42 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:42 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:42 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:42 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:42 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:42 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:42 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:42 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:42 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:42 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:42 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:42 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:42 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:42 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:42 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 16:31:42 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin" for 127.0.0.1 at 2012-10-08 16:32:43 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (34.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (39.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (253.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (255.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.2ms) Completed 200 OK in 279ms (Views: 275.6ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 16:32:44 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 16:32:44 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 16:32:44 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 16:32:44 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 16:32:44 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 16:32:44 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 16:32:44 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 16:32:44 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 16:32:44 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 16:32:44 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 16:32:44 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 16:32:44 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 16:32:44 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 16:32:44 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 16:32:44 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 16:32:44 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 16:32:44 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 16:32:44 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 16:32:44 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 16:32:44 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 16:32:44 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 16:32:44 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 16:32:46 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (1.7ms) Completed 500 Internal Server Error in 4ms ActionView::Template::Error (undefined method `model_name' for Object:Class): 1: %article.registration 2: = form_for(@resource, :url => amalgam.admin_user_edit_info_path) do |f| 3: %legend="#{t('amalgam.admin.actions.edit')}#{resource_name.to_s.classify.safe_constantize.model_name.human}" 4: 5: .input 6: = f.label :username /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml:3:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_registrations_edit_html_haml__2035357495105649879_70177455616780' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_registrations_edit_html_haml__2035357495105649879_70177455616780' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' /Users/brownjohn/code/amalgam/app/controllers/amalgam/registrations_controller.rb:12:in `edit' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__1701430104550597236__process_action__935618223541198830__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__287747964441175688__call__3388839647867011666__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (37.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (45.1ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 16:34:32 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (7.9ms) Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 16:34:32 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 16:34:32 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 16:34:32 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 16:34:32 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 16:34:32 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 16:34:32 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 16:34:32 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 16:34:32 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 16:34:32 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 16:34:32 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 16:34:32 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 16:34:32 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 16:34:32 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 16:34:32 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 16:34:32 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 16:34:32 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 16:34:32 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 16:34:32 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 16:34:32 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 16:34:32 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 16:34:32 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 16:34:32 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin_user/edit_info" for 127.0.0.1 at 2012-10-08 16:34:40 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"username"=>"admin", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) begin transaction  (0.3ms) UPDATE "admin_users" SET "username" = 'admin', "updated_at" = '2012-10-08 08:34:40.560389' WHERE "admin_users"."id" = 2  (0.8ms) commit transaction Redirected to http://127.0.0.1:3000/ Completed 302 Found in 4ms (ActiveRecord: 1.2ms) Started GET "/" for 127.0.0.1 at 2012-10-08 16:34:40 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 1ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.7ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started PUT "/admin_user/edit_info" for 127.0.0.1 at 2012-10-08 16:36:08 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"username"=>"admin", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新"} AdminUser Load (27.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://127.0.0.1:3000/admin Completed 302 Found in 60ms (ActiveRecord: 29.4ms) Started GET "/admin" for 127.0.0.1 at 2012-10-08 16:36:08 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (32.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (70.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (236.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (250.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.5ms) Completed 200 OK in 497ms (Views: 482.3ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 16:36:09 +0800 Served asset /bootstrap.css - 304 Not Modified (41ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 16:36:09 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 16:36:09 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 16:36:09 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 16:36:09 +0800 Served asset /amalgam/admin.css - 304 Not Modified (15ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:09 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:09 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:09 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:09 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:09 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (41ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:09 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:09 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:09 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:09 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:09 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:09 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:09 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:09 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:09 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:09 +0800 Served asset /amalgam/admin.js - 304 Not Modified (13ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:09 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 16:36:12 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (12.2ms) Completed 200 OK in 31ms (Views: 29.3ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 16:36:12 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 16:36:12 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 16:36:12 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 16:36:12 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 16:36:12 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:12 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:12 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:12 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:12 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:12 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:12 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:12 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:12 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:12 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:12 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:12 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:12 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:12 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:12 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:12 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:12 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 16:36:12 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 16:51:48 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (7.5ms) Completed 200 OK in 22ms (Views: 20.9ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 16:51:48 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 16:51:48 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 16:51:48 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 16:51:48 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 16:51:48 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 16:51:48 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 16:51:48 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 16:51:48 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 16:51:48 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 16:51:48 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 16:51:48 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 16:51:48 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 16:51:48 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 16:51:48 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 16:51:48 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 16:51:48 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 16:51:48 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 16:51:48 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 16:51:48 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 16:51:48 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 16:51:48 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 16:51:48 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-08 16:51:49 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (7ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 16:53:16 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (14.6ms) Completed 200 OK in 77ms (Views: 27.5ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 16:53:16 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 16:53:16 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 16:53:16 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 16:53:16 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 16:53:16 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:16 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:16 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:16 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:16 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:16 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:16 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:16 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:16 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:16 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:16 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:16 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:16 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:16 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:16 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:16 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:16 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:16 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 16:53:44 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (7.6ms) Completed 200 OK in 21ms (Views: 20.0ms | ActiveRecord: 0.1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 16:53:44 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 16:53:44 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 16:53:44 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 16:53:44 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 16:53:44 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:44 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:44 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:44 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:44 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:44 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:44 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:44 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:44 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:44 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:44 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:44 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:44 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:44 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:44 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:44 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:44 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 16:53:44 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 17:09:23 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (11.4ms) Completed 200 OK in 34ms (Views: 23.7ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 17:09:23 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 17:09:23 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 17:09:23 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:23 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:23 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 17:09:23 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 17:09:23 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:23 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:23 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:23 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:23 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:23 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:23 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:23 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:23 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:23 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:23 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:23 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:23 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:23 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:23 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:23 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-08 17:09:24 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Connecting to database specified by database.yml Started PUT "/admin_user/edit_info" for 127.0.0.1 at 2012-10-08 17:09:42 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"username"=>"admin1", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新"} AdminUser Load (27.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (11.4ms) Completed 200 OK in 247ms (Views: 97.3ms | ActiveRecord: 29.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 17:09:42 +0800 Served asset /bootstrap.css - 304 Not Modified (42ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 17:09:43 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 17:09:43 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 17:09:43 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 17:09:43 +0800 Served asset /amalgam/admin.css - 304 Not Modified (14ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:43 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:43 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:43 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:43 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:43 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (40ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:43 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:43 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:43 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:43 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:43 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:43 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:43 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:43 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:43 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:43 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:43 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:43 +0800 Served asset /amalgam/admin.js - 304 Not Modified (13ms) Started PUT "/admin_user/edit_info" for 127.0.0.1 at 2012-10-08 17:09:47 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"username"=>"admin", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://127.0.0.1:3000/admin Completed 302 Found in 4ms (ActiveRecord: 0.3ms) Started GET "/admin" for 127.0.0.1 at 2012-10-08 17:09:47 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (33.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (37.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (39.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (238.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (244.9ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.9ms) Completed 200 OK in 394ms (Views: 379.6ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 17:09:48 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 17:09:48 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 17:09:48 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 17:09:48 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:48 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 17:09:48 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:48 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:48 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:48 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:48 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:48 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:48 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:48 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:48 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:48 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:48 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:48 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:48 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:48 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:48 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:48 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:48 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-08 17:09:48 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-08 17:09:48 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-08 17:09:48 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (3ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-08 17:09:48 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (4ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 17:09:53 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (4.8ms) Completed 200 OK in 18ms (Views: 17.0ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 17:09:54 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 17:09:54 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 17:09:54 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:54 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 17:09:54 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 17:09:54 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:54 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:54 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:54 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:54 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:54 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:54 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:54 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:54 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:54 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:54 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:54 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:54 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:54 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:54 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:54 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:54 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin_user/edit_info" for 127.0.0.1 at 2012-10-08 17:09:59 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"username"=>"admin1", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (4.5ms) Completed 200 OK in 107ms (Views: 17.0ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 17:09:59 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 17:09:59 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 17:09:59 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 17:09:59 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 17:09:59 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:59 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:59 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:59 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:59 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:59 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:59 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:59 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:59 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:59 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 17:09:59 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:00 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:00 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:00 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:00 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:00 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:00 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:00 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin_user/edit_info" for 127.0.0.1 at 2012-10-08 17:10:03 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"username"=>"admin12", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (4.1ms) Completed 200 OK in 107ms (Views: 17.2ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:03 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:03 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:03 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:03 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:03 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:03 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:03 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:03 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:03 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:03 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:03 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:03 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:03 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:03 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:03 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:03 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:03 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:03 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:03 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:03 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:03 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:03 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin_user/edit_info" for 127.0.0.1 at 2012-10-08 17:10:08 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"username"=>"admin12", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.4ms) UPDATE "admin_users" SET "username" = 'admin12', "updated_at" = '2012-10-08 09:10:08.163485' WHERE "admin_users"."id" = 2  (0.5ms) commit transaction Redirected to http://127.0.0.1:3000/admin Completed 302 Found in 93ms (ActiveRecord: 1.2ms) Started GET "/admin" for 127.0.0.1 at 2012-10-08 17:10:08 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (46.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (58.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (65.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (75.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (82.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (238.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (241.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.7ms) Completed 200 OK in 305ms (Views: 300.8ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:08 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:08 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:08 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:08 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:08 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:08 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:08 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:08 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:08 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:08 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:08 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:08 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:08 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:08 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:08 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:08 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:08 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:08 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:08 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:08 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:08 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:08 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 17:10:10 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (5.0ms) Completed 200 OK in 18ms (Views: 16.5ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:10 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:10 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:10 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:10 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:10 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:10 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:10 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:10 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:10 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:10 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:10 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:10 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:10 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:10 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:10 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:10 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:10 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:10 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:10 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:10 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:10 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:10 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin_user/edit_info" for 127.0.0.1 at 2012-10-08 17:10:15 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"username"=>"admin", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (4.6ms) Completed 200 OK in 106ms (Views: 16.3ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:15 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:15 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:15 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:15 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:15 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:16 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:16 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:16 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:16 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:16 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:16 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:16 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:16 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:16 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:16 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:16 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:16 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:16 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:16 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:16 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:16 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:16 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin_user/edit_info" for 127.0.0.1 at 2012-10-08 17:10:21 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"username"=>"admin", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.4ms) UPDATE "admin_users" SET "username" = 'admin', "updated_at" = '2012-10-08 09:10:21.685289' WHERE "admin_users"."id" = 2  (2.2ms) commit transaction Redirected to http://127.0.0.1:3000/admin Completed 302 Found in 93ms (ActiveRecord: 2.9ms) Started GET "/admin" for 127.0.0.1 at 2012-10-08 17:10:21 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (31.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (246.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (249.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.5ms) Completed 200 OK in 273ms (Views: 270.4ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:22 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:22 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:22 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:22 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:22 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:22 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:22 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:22 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:22 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:22 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:22 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:22 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:22 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:22 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:22 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:22 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:22 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:22 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:22 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:22 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:22 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:22 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 17:10:58 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (4.7ms) Completed 200 OK in 56ms (Views: 55.3ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:58 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:58 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:59 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:59 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 17:10:59 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:59 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:59 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:59 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:59 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:59 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:59 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:59 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:59 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:59 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:59 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:59 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:59 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:59 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:59 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:59 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:59 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 17:10:59 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-08 17:28:18 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (4.6ms) Completed 200 OK in 18ms (Views: 17.1ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-08 17:28:18 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-08 17:28:18 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-08 17:28:18 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-08 17:28:18 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-08 17:28:18 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-08 17:28:18 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-08 17:28:18 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-08 17:28:18 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-08 17:28:18 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-08 17:28:18 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-08 17:28:18 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-08 17:28:18 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-08 17:28:18 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-08 17:28:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-08 17:28:18 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-08 17:28:18 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-08 17:28:18 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-08 17:28:18 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-08 17:28:18 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-08 17:28:18 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-08 17:28:18 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-08 17:28:18 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-08 17:28:19 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-10-09 17:04:06 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 11ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.6ms) Started GET "/admin" for 127.0.0.1 at 2012-10-09 17:04:09 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (4.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (36.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (34.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (259.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (274.9ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.9ms) Completed 200 OK in 511ms (Views: 487.8ms | ActiveRecord: 4.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-09 17:04:10 +0800 Served asset /bootstrap.css - 200 OK (15ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-09 17:04:10 +0800 Served asset /amalgam/admin/layout.css - 200 OK (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-09 17:04:10 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-09 17:04:10 +0800 Served asset /amalgam/admin/login.css - 200 OK (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-09 17:04:10 +0800 Served asset /amalgam/admin.css - 304 Not Modified (40ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:10 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:10 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:10 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:10 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:10 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:10 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:10 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:10 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:10 +0800 Served asset /jquery_ujs.js - 304 Not Modified (7ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:10 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:10 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:10 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:10 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:10 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:10 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:10 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:10 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-09 17:04:10 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-09 17:04:10 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-09 17:04:10 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-09 17:04:10 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (4ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-09 17:04:10 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (51ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-09 17:04:14 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (8.5ms) Completed 200 OK in 24ms (Views: 22.9ms | ActiveRecord: 0.1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-09 17:04:14 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-09 17:04:14 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:14 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:14 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:14 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:14 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:14 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:14 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:14 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:14 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:14 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:14 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:14 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:14 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:14 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:14 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:14 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:14 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-09 17:04:15 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started PUT "/admin_user/edit_info" for 127.0.0.1 at 2012-10-09 17:04:18 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"username"=>"admin1", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (4.7ms) Completed 200 OK in 113ms (Views: 18.9ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-09 17:04:18 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-09 17:04:18 +0800 Served asset /amalgam/admin.css - 304 Not Modified (6ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:18 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:18 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:18 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:18 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:18 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:18 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:18 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:18 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:18 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:18 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:18 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:18 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:18 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:18 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:18 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-09 17:04:18 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-09 17:04:18 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-10-09 17:06:34 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 10ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.3ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-10-09 17:06:39 +0800 ActionController::RoutingError (No route matches [GET] "/amalgam/admin"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/admin" for 127.0.0.1 at 2012-10-09 17:06:42 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (33.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (35.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (33.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (35.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (292.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (306.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.2ms) Completed 200 OK in 502ms (Views: 478.2ms | ActiveRecord: 4.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-09 17:06:42 +0800 Served asset /bootstrap.css - 304 Not Modified (13ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-09 17:06:42 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-09 17:06:42 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-09 17:06:42 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-09 17:06:42 +0800 Served asset /amalgam/admin.css - 304 Not Modified (14ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:42 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:42 +0800 Served asset /jquery.js - 304 Not Modified (44ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:43 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:43 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:43 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (13ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:43 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:43 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:43 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:43 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:43 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:43 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:43 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:43 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:43 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:43 +0800 Served asset /amalgam/admin.js - 304 Not Modified (13ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:43 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:43 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-09 17:06:43 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (8ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-09 17:06:43 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-09 17:06:43 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-09 17:06:43 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-09 17:06:43 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started DELETE "/admin_user/signout" for 127.0.0.1 at 2012-10-09 17:06:45 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "resource"=>"admin_user"} {"session_id"=>"34fa8349d175f4fc13e846040a61595d", "_csrf_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_id"=>1, "admin_user_id"=>2} Redirected to http://127.0.0.1:3000/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-10-09 17:06:45 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 1ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.2ms) Started GET "/amalgam/admin" for 127.0.0.1 at 2012-10-09 17:06:47 +0800 ActionController::RoutingError (No route matches [GET] "/amalgam/admin"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/admin" for 127.0.0.1 at 2012-10-09 17:06:50 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://127.0.0.1:3000/admin_user/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-10-09 17:06:50 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (7.9ms) Completed 200 OK in 24ms (Views: 22.7ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-09 17:06:50 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-09 17:06:50 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-09 17:06:50 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-09 17:06:50 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:50 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:50 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-09 17:06:50 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:50 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:50 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:50 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:50 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:50 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:50 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:50 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:50 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:50 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:50 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:50 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:50 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:50 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:50 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:50 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-09 17:06:50 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-09 17:06:50 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (0ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-10-09 17:06:57 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 Redirected to http://127.0.0.1:3000/admin Completed 302 Found in 90ms (ActiveRecord: 0.2ms) Started GET "/admin" for 127.0.0.1 at 2012-10-09 17:06:58 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (53.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (61.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (64.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (32.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (39.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (263.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (266.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.3ms) Completed 200 OK in 331ms (Views: 327.4ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-09 17:06:58 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-09 17:06:58 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-09 17:06:58 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:58 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-09 17:06:58 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-09 17:06:58 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:58 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:58 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:58 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:58 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:58 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:58 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:58 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:58 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:58 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:58 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:58 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:58 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:58 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:58 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:58 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-09 17:06:58 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-09 17:06:58 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-09 17:06:58 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-09 17:06:58 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-09 17:06:58 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-09 17:06:58 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Started DELETE "/admin_user/signout" for 127.0.0.1 at 2012-10-09 17:07:09 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "resource"=>"admin_user"} {"session_id"=>"34fa8349d175f4fc13e846040a61595d", "_csrf_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_id"=>1, "admin_user_id"=>2} Redirected to http://127.0.0.1:3000/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-10-09 17:07:09 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 1ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.2ms) Started GET "/admin" for 127.0.0.1 at 2012-10-09 17:07:12 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://127.0.0.1:3000/admin_user/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-10-09 17:07:12 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.1ms) Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-09 17:07:12 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-09 17:07:12 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-09 17:07:12 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-09 17:07:12 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-09 17:07:12 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-09 17:07:12 +0800 Served asset /amalgam/admin.css - 304 Not Modified (39ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-09 17:07:12 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-09 17:07:12 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-09 17:07:12 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-09 17:07:12 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-09 17:07:12 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-09 17:07:12 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-09 17:07:12 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-09 17:07:12 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-09 17:07:12 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-09 17:07:12 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-09 17:07:12 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-09 17:07:12 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-09 17:07:12 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-09 17:07:12 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-09 17:07:12 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-09 17:07:12 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-09 17:07:12 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-09 17:07:12 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-10-10 10:53:56 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 9ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.2ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 10:54:00 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://127.0.0.1:3000/admin_user/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 9ms (ActiveRecord: 0.0ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-10-10 10:54:00 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (11.3ms) Completed 200 OK in 116ms (Views: 108.1ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 10:54:00 +0800 Served asset /bootstrap.css - 304 Not Modified (47ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 10:54:00 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (12ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 10:54:00 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 10:54:00 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 10:54:00 +0800 Served asset /amalgam/admin.css - 304 Not Modified (15ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:00 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:00 +0800 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:00 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:00 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:00 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (49ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:00 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:00 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:00 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:00 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:00 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:00 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:00 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:00 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:00 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:00 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:00 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:00 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-10 10:54:00 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (16ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-10 10:54:00 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-10-10 10:54:07 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PND3eJ6Mzvd642P0hupDTQR4d5H+J+48fLoqxC+i0CU=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 Redirected to http://127.0.0.1:3000/admin Completed 302 Found in 90ms (ActiveRecord: 0.2ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 10:54:07 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (4.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (33.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (39.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (248.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (258.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.6ms) Completed 200 OK in 446ms (Views: 394.7ms | ActiveRecord: 4.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 10:54:08 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 10:54:08 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 10:54:08 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 10:54:08 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 10:54:08 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:08 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:08 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:08 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:08 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:08 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:08 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:08 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:08 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:08 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:08 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:08 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:08 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:08 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:08 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:08 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:08 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:08 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-10 10:54:08 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-10 10:54:08 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-10 10:54:08 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started GET "/pages/test4" for 127.0.0.1 at 2012-10-10 10:54:15 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"test4"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test4' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Rendered pages/show.html.haml within layouts/amalgam/admin/editor (4.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.9ms) Completed 200 OK in 316ms (Views: 312.5ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 10:54:15 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-10-10 10:54:15 +0800 Served asset /responsive.css - 200 OK (9ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-10-10 10:54:15 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-10-10 10:54:15 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-10-10 10:54:15 +0800 Served asset /mercury.css - 304 Not Modified (16ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-10-10 10:54:15 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-10-10 10:54:15 +0800 Served asset /mercury/mercury.css - 304 Not Modified (13ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-10-10 10:54:15 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-10-10 10:54:15 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-10-10 10:54:15 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (43ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-10-10 10:54:15 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-10-10 10:54:15 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (7ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-10-10 10:54:15 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-10-10 10:54:15 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:15 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-10-10 10:54:15 +0800 Served asset /amalgam/editor.css - 200 OK (27ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:15 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (46ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:15 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:15 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:15 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:15 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (44ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/mercury.js - 304 Not Modified (37ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (7ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/palette.js - 304 Not Modified (4ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/panel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/modal.js - 304 Not Modified (43ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/region.js - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/uploader.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (46ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /amalgam/editor.js - 304 Not Modified (90ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.7ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (5ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (6ms) Started GET "/pages/test4?mercury_frame=true&_=1349837656780" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1349837656780", "path"=>"test4"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'test4' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (5.6ms) Completed 200 OK in 11ms (Views: 7.2ms | ActiveRecord: 0.5ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/toolbar/primary/save.png - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 304 Not Modified (8ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/toolbar/primary/preview.png - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/toolbar/primary/undo.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/toolbar/primary/redo.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-10-10 10:54:16 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 304 Not Modified (7ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-10-10 10:54:17 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 304 Not Modified (55ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-10-10 10:54:17 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-10-10 10:54:17 +0800 Served asset /mercury/toolbar/editable/buttons.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-10-10 10:54:17 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-10-10 10:54:17 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (6ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-10-10 10:54:17 +0800 Served asset /mercury/close.png - 304 Not Modified (4ms) Started DELETE "/admin/pages/15" for 127.0.0.1 at 2012-10-10 10:54:26 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"15"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "15"]]  (0.0ms) begin transaction Page Load (0.2ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 15]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) AND ("pages"."id" != 15) ORDER BY lft ASC, "pages"."lft" SQL (0.8ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 6) ORDER BY lft ASC, "pages"."lft") SQL (1.0ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 6) ORDER BY lft ASC, "pages"."lft") SQL (0.1ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 15]]  (0.7ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (3.2ms) Completed 200 OK in 29ms (Views: 17.3ms | ActiveRecord: 3.6ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 11:01:51 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (11.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.0ms) Completed 200 OK in 98ms (Views: 34.8ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 11:01:51 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 11:01:51 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 11:01:51 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 11:01:51 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 11:01:51 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (11.9ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.6ms) Completed 200 OK in 35ms (Views: 32.5ms | ActiveRecord: 0.5ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:53 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 11:01:54 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (12.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.1ms) Completed 200 OK in 37ms (Views: 34.3ms | ActiveRecord: 0.5ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 11:01:55 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 11:01:55 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 11:01:55 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 11:01:55 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:55 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:55 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 11:01:55 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:55 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:55 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:55 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:55 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:55 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:55 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:55 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:55 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:55 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:55 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:55 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:55 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:55 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:55 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:55 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:55 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 11:01:55 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 11:02:02 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (40.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (43.7ms) Completed 500 Internal Server Error in 66ms ActionView::Template::Error (private method `select' called for #): 1: - nodes = collection.select{|item| item.parent_id == parent_id}.sort_by{|u| u.lft} 2: - if nodes.present? 3: %ol.tree{:data => local_assigns[:data]} 4: - nodes.each do |node| app/controllers/amalgam/admin/pages_controller.rb:5:in `index' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.5ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 11:02:10 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (3.9ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (private method `select' called for nil:NilClass): 1: - nodes = collection.select{|item| item.parent_id == parent_id}.sort_by{|u| u.lft} 2: - if nodes.present? 3: %ol.tree{:data => local_assigns[:data]} 4: - nodes.each do |node| /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__3759207377565685364_70263012310360' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml___3754334070956065842_70263020363920' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__4530065313807083645__process_action__2034740220168422284__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1110832798072603702__call__1965895590779046982__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.8ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 11:02:11 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (37.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (39.9ms) Completed 500 Internal Server Error in 43ms ActionView::Template::Error (private method `select' called for nil:NilClass): 1: - nodes = collection.select{|item| item.parent_id == parent_id}.sort_by{|u| u.lft} 2: - if nodes.present? 3: %ol.tree{:data => local_assigns[:data]} 4: - nodes.each do |node| /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__3759207377565685364_70263012310360' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml___3754334070956065842_70263020363920' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__4530065313807083645__process_action__2034740220168422284__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1110832798072603702__call__1965895590779046982__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.3ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 11:02:12 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (3.1ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (private method `select' called for nil:NilClass): 1: - nodes = collection.select{|item| item.parent_id == parent_id}.sort_by{|u| u.lft} 2: - if nodes.present? 3: %ol.tree{:data => local_assigns[:data]} 4: - nodes.each do |node| /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__3759207377565685364_70263012310360' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml___3754334070956065842_70263020363920' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__4530065313807083645__process_action__2034740220168422284__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1110832798072603702__call__1965895590779046982__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.2ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 11:02:18 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (3.0ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (private method `select' called for nil:NilClass): 1: - nodes = collection.select{|item| item.parent_id == parent_id}.sort_by{|u| u.lft} 2: - if nodes.present? 3: %ol.tree{:data => local_assigns[:data]} 4: - nodes.each do |node| /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__3759207377565685364_70263012310360' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml___3754334070956065842_70263020363920' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__4530065313807083645__process_action__2034740220168422284__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1110832798072603702__call__1965895590779046982__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.1ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-10-10 11:02:35 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (4.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (17.2ms) Completed 500 Internal Server Error in 42ms ActionView::Template::Error (private method `select' called for nil:NilClass): 1: - nodes = collection.select{|item| item.parent_id == parent_id}.sort_by{|u| u.lft} 2: - if nodes.present? 3: %ol.tree{:data => local_assigns[:data]} 4: - nodes.each do |node| /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___3768836857663844401_70129347245380' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml___1148850480713698245_70129332571220' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__2272368161765672792__process_action__3076595631893259261__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1907319643467227044__call__1512753073897493278__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.2ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 11:02:37 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (3.0ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (private method `select' called for nil:NilClass): 1: - nodes = collection.select{|item| item.parent_id == parent_id}.sort_by{|u| u.lft} 2: - if nodes.present? 3: %ol.tree{:data => local_assigns[:data]} 4: - nodes.each do |node| /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___3768836857663844401_70129347245380' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml___1148850480713698245_70129332571220' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__2272368161765672792__process_action__3076595631893259261__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1907319643467227044__call__1512753073897493278__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.8ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 11:03:00 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (59.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (35.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (276.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (279.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (42.6ms) Completed 200 OK in 506ms (Views: 484.2ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 11:03:00 +0800 Served asset /bootstrap.css - 304 Not Modified (18ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 11:03:00 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 11:03:01 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 11:03:01 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (35ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 11:03:01 +0800 Served asset /amalgam/admin.css - 304 Not Modified (12ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 11:03:01 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 11:03:01 +0800 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 11:03:01 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 11:03:01 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 11:03:01 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 11:03:01 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 11:03:01 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (3ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 11:03:01 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 11:03:01 +0800 Served asset /jquery_ujs.js - 304 Not Modified (7ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 11:03:01 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 11:03:01 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 11:03:01 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 11:03:01 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 11:03:01 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 11:03:01 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 11:03:01 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 11:03:01 +0800 Served asset /amalgam/admin.js - 304 Not Modified (50ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-10 11:03:01 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (4ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-10 11:03:01 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (5ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 11:05:14 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (34.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (229.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (232.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.2ms) Completed 200 OK in 255ms (Views: 251.8ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 11:05:14 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 11:05:14 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 11:05:14 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 11:05:15 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 11:05:15 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:15 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:15 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:15 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:15 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:15 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:15 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:15 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:15 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:15 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:15 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:15 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:15 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:15 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:15 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:15 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:15 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:15 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 11:05:16 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (45.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (32.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (230.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (232.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.8ms) Completed 200 OK in 294ms (Views: 290.8ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 11:05:16 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 11:05:16 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 11:05:16 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 11:05:16 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 11:05:16 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:16 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:16 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:17 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:17 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:17 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:17 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:17 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:17 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:17 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:17 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:17 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:17 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:17 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:17 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:17 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:17 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:17 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:17 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:17 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:17 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:17 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:17 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:17 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:17 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-10-10 11:05:27 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (4.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (33.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (39.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (51.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (245.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (261.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.9ms) Completed 200 OK in 522ms (Views: 496.2ms | ActiveRecord: 5.6ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 11:05:27 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 11:05:27 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (33ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 11:05:27 +0800 Served asset /bootstrap.css - 304 Not Modified (12ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 11:05:27 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 11:05:27 +0800 Served asset /amalgam/admin.css - 304 Not Modified (15ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:27 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:27 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:27 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:27 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:27 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:27 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (13ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:28 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:28 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:28 +0800 Served asset /jquery_ujs.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:28 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:28 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:28 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:28 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:28 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:28 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:28 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 11:05:28 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) NOT NULL, "body" text, "lock" integer DEFAULT 0, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120824071117')  (0.9ms) commit transaction Migrating to CreatePosts (20120904075542)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120904075542')  (1.0ms) commit transaction Migrating to CreateAdmins (20120913061406)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120913061406')  (0.7ms) commit transaction Migrating to CreateAttachments (20120920033135)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attachable_id" integer, "attachable_type" varchar(255) DEFAULT 'Page', "name" varchar(255), "file" varchar(255), "content_type" varchar(255), "original_filename" varchar(255), "description" varchar(255), "secure_token" varchar(255), "file_size" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120920033135')  (0.8ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("attachments")  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (1.6ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.4ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attachable_id" integer, "attachable_type" varchar(255) DEFAULT 'Page', "name" varchar(255), "file" varchar(255), "content_type" varchar(255), "original_filename" varchar(255), "description" varchar(255), "secure_token" varchar(255), "file_size" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.4ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) NOT NULL, "body" text, "lock" integer DEFAULT 0, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.1ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.0ms) PRAGMA index_list("schema_migrations")  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20120920033135')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20120824071117')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20120904075542')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20120913061406') Connecting to database specified by database.yml  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test4' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (2.9ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "lock", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 18:19:06 CST +08:00], ["id", 5], ["lft", 1], ["lock", 0], ["parent_id", nil], ["path", "test4"], ["rgt", 2], ["slug", "test4"], ["title", "test4"], ["updated_at", Thu, 30 Aug 2012 18:19:06 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) AND ("pages"."id" != 5) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.3ms) commit transaction  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdf' AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "lock", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:50:22 CST +08:00], ["id", 14], ["lft", 3], ["lock", 0], ["parent_id", 5], ["path", "test4/fasdf"], ["rgt", 4], ["slug", "fasdf"], ["title", "fdsff"], ["updated_at", Fri, 31 Aug 2012 00:01:49 CST +08:00]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 5]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 2 THEN "lft" + 4 - 2 WHEN "lft" BETWEEN 3 AND 4 THEN "lft" + 2 - 3 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 2 THEN "rgt" + 4 - 2 WHEN "rgt" BETWEEN 3 AND 4 THEN "rgt" + 2 - 3 ELSE "rgt" END, "parent_id" = CASE WHEN id = 14 THEN 5 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 2 AND "pages"."rgt" <= 3) AND ("pages"."id" != 14) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.8ms) commit transaction  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdf' AND "pages"."id" != 14 AND "pages"."parent_id" = 5) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-10-10 03:22:52.850389', "body" = '--- {} ' WHERE "pages"."id" = 14  (1.3ms) commit transaction  (0.0ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdfs' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "lock", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:50:25 CST +08:00], ["id", 15], ["lft", 5], ["lock", 0], ["parent_id", nil], ["path", "fasdfs"], ["rgt", 6], ["slug", "fasdfs"], ["title", "fasdfsdf"], ["updated_at", Thu, 30 Aug 2012 23:50:25 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) AND ("pages"."id" != 15) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.9ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfsdf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "lock", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:50:29 CST +08:00], ["id", 16], ["lft", 7], ["lock", 0], ["parent_id", nil], ["path", "fasfsdf"], ["rgt", 8], ["slug", "fasfsdf"], ["title", "fasfsdfsadfsa"], ["updated_at", Thu, 30 Aug 2012 23:50:29 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) AND ("pages"."id" != 16) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.9ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "lock", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 17:27:15 CST +08:00], ["id", 1], ["lft", 9], ["lock", 0], ["parent_id", nil], ["path", "test"], ["rgt", 10], ["slug", "test"], ["title", "test"], ["updated_at", Fri, 31 Aug 2012 12:01:27 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 10) AND ("pages"."id" != 1) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.7ms) commit transaction  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test1' AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "lock", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 17:47:51 CST +08:00], ["id", 2], ["lft", 11], ["lock", 0], ["parent_id", 1], ["path", "test/test1"], ["rgt", 12], ["slug", "test1"], ["title", "test1"], ["updated_at", Thu, 30 Aug 2012 17:48:13 CST +08:00]] Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) AND ("pages"."id" != 2) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.0ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test1' AND "pages"."id" != 2 AND "pages"."parent_id" = 1) LIMIT 1  (0.2ms) UPDATE "pages" SET "updated_at" = '2012-10-10 03:22:52.882972', "body" = '--- {} ' WHERE "pages"."id" = 2  (0.9ms) commit transaction  (0.0ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "lock", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 18:10:27 CST +08:00], ["id", 4], ["lft", 13], ["lock", 0], ["parent_id", 1], ["path", "test/test3"], ["rgt", 14], ["slug", "test3"], ["title", "test3"], ["updated_at", Fri, 31 Aug 2012 12:01:22 CST +08:00]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 12 AND 12 THEN "lft" + 14 - 12 WHEN "lft" BETWEEN 13 AND 14 THEN "lft" + 12 - 13 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 12 AND 12 THEN "rgt" + 14 - 12 WHEN "rgt" BETWEEN 13 AND 14 THEN "rgt" + 12 - 13 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 12 AND "pages"."rgt" <= 13) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.7ms) commit transaction  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfsa' AND "pages"."parent_id" = 4) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 4 ORDER BY lft ASC LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "lock", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:50:33 CST +08:00], ["id", 17], ["lft", 15], ["lock", 0], ["parent_id", 4], ["path", "test/test3/fasfsa"], ["rgt", 16], ["slug", "fasfsa"], ["title", "fasfsafsadfsadf"], ["updated_at", Fri, 31 Aug 2012 12:02:04 CST +08:00]] Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 13 AND 14 THEN "lft" + 16 - 14 WHEN "lft" BETWEEN 15 AND 16 THEN "lft" + 13 - 15 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 13 AND 14 THEN "rgt" + 16 - 14 WHEN "rgt" BETWEEN 15 AND 16 THEN "rgt" + 13 - 15 ELSE "rgt" END, "parent_id" = CASE WHEN id = 17 THEN 4 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) AND ("pages"."id" != 17) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.7ms) commit transaction  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfsa' AND "pages"."id" != 17 AND "pages"."parent_id" = 4) LIMIT 1  (0.4ms) UPDATE "pages" SET "updated_at" = '2012-10-10 03:22:52.942397', "body" = '--- {} ' WHERE "pages"."id" = 17  (1.0ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."parent_id" = 4) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 4 ORDER BY lft ASC LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "lock", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 12:02:21 CST +08:00], ["id", 52], ["lft", 17], ["lock", 0], ["parent_id", 4], ["path", "test/test3/agagsdgsadgsdg"], ["rgt", 18], ["slug", "agagsdgsadgsdg"], ["title", "发达发达省份三大"], ["updated_at", Wed, 19 Sep 2012 16:43:24 CST +08:00]] Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 15 AND 16 THEN "lft" + 18 - 16 WHEN "lft" BETWEEN 17 AND 18 THEN "lft" + 15 - 17 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 15 AND 16 THEN "rgt" + 18 - 16 WHEN "rgt" BETWEEN 17 AND 18 THEN "rgt" + 15 - 17 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN 4 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) AND ("pages"."id" != 52) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.7ms) commit transaction  (0.0ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 4) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-10-10 03:22:52.960776', "body" = '--- {} ' WHERE "pages"."id" = 52  (0.5ms) commit transaction  (0.0ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-10-10 03:22:52.967479', "body" = '--- {} ' WHERE "pages"."id" = 4  (0.6ms) commit transaction  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdfsadffas' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.6ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "lock", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:50:42 CST +08:00], ["id", 19], ["lft", 19], ["lock", 0], ["parent_id", nil], ["path", "fasdfsadffas"], ["rgt", 20], ["slug", "fasdfsadffas"], ["title", "fasdfasdfadsfasdf"], ["updated_at", Thu, 30 Aug 2012 23:50:42 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 19 AND "pages"."rgt" <= 20) AND ("pages"."id" != 19) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.6ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfasdfsaffd' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.6ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "lock", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:50:49 CST +08:00], ["id", 20], ["lft", 21], ["lock", 0], ["parent_id", nil], ["path", "fasfasdfsaffd"], ["rgt", 22], ["slug", "fasfasdfsaffd"], ["title", "fasdfdsafasdfsafa"], ["updated_at", Thu, 30 Aug 2012 23:50:49 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 21 AND "pages"."rgt" <= 22) AND ("pages"."id" != 20) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.7ms) commit transaction  (0.0ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdfsadf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "lock", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:50:54 CST +08:00], ["id", 21], ["lft", 23], ["lock", 0], ["parent_id", nil], ["path", "fasdfsadf"], ["rgt", 24], ["slug", "fasdfsadf"], ["title", "fasdfasdfsadf"], ["updated_at", Thu, 30 Aug 2012 23:50:54 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 24) AND ("pages"."id" != 21) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.7ms) commit transaction  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdfsaf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "lock", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:50:58 CST +08:00], ["id", 22], ["lft", 25], ["lock", 0], ["parent_id", nil], ["path", "fasdfsaf"], ["rgt", 26], ["slug", "fasdfsaf"], ["title", "fasdfdsafasdfasdfasdf"], ["updated_at", Thu, 30 Aug 2012 23:50:58 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 25 AND "pages"."rgt" <= 26) AND ("pages"."id" != 22) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.0ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'ewqeqiuyiyui' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "lock", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 00:00:28 CST +08:00], ["id", 26], ["lft", 27], ["lock", 0], ["parent_id", nil], ["path", "ewqeqiuyiyui"], ["rgt", 28], ["slug", "ewqeqiuyiyui"], ["title", "fsdfsfsdfsdaf"], ["updated_at", Fri, 31 Aug 2012 00:00:28 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 27 AND "pages"."rgt" <= 28) AND ("pages"."id" != 26) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.1ms) commit transaction  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfasdfsaf' AND "pages"."parent_id" = 26) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "lock", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:50:37 CST +08:00], ["id", 18], ["lft", 29], ["lock", 0], ["parent_id", 26], ["path", "ewqeqiuyiyui/fasfasdfsaf"], ["rgt", 30], ["slug", "fasfasdfsaf"], ["title", "fsafsadfasdf"], ["updated_at", Fri, 31 Aug 2012 12:02:06 CST +08:00]] Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 26]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 18]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 28 AND 28 THEN "lft" + 30 - 28 WHEN "lft" BETWEEN 29 AND 30 THEN "lft" + 28 - 29 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 28 AND 28 THEN "rgt" + 30 - 28 WHEN "rgt" BETWEEN 29 AND 30 THEN "rgt" + 28 - 29 ELSE "rgt" END, "parent_id" = CASE WHEN id = 18 THEN 26 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 26]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 18]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 28 AND "pages"."rgt" <= 29) AND ("pages"."id" != 18) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.9ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfasdfsaf' AND "pages"."id" != 18 AND "pages"."parent_id" = 26) LIMIT 1  (0.2ms) UPDATE "pages" SET "updated_at" = '2012-10-10 03:22:53.011530', "body" = '--- {} ' WHERE "pages"."id" = 18  (0.7ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'trrtytuu' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "lock", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 00:01:09 CST +08:00], ["id", 27], ["lft", 31], ["lock", 0], ["parent_id", nil], ["path", "trrtytuu"], ["rgt", 32], ["slug", "trrtytuu"], ["title", "ssssss"], ["updated_at", Fri, 31 Aug 2012 00:01:09 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 31 AND "pages"."rgt" <= 32) AND ("pages"."id" != 27) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.1ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'treteyeyer' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "lock", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 00:02:39 CST +08:00], ["id", 31], ["lft", 33], ["lock", 0], ["parent_id", nil], ["path", "treteyeyer"], ["rgt", 34], ["slug", "treteyeyer"], ["title", "fsdfsdfsfsdf"], ["updated_at", Fri, 31 Aug 2012 00:02:39 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 33 AND "pages"."rgt" <= 34) AND ("pages"."id" != 31) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.1ms) commit transaction  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fafasfsfsdff' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "lock", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 00:20:09 CST +08:00], ["id", 46], ["lft", 35], ["lock", 0], ["parent_id", nil], ["path", "fafasfsfsdff"], ["rgt", 36], ["slug", "fafasfsfsdff"], ["title", "fasfsdf"], ["updated_at", Fri, 31 Aug 2012 00:20:09 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 35 AND "pages"."rgt" <= 36) AND ("pages"."id" != 46) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.0ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdfsafsf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "lock", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 00:20:19 CST +08:00], ["id", 47], ["lft", 37], ["lock", 0], ["parent_id", nil], ["path", "fasdfsafsf"], ["rgt", 38], ["slug", "fasdfsafsf"], ["title", "fasfasfsadfa"], ["updated_at", Fri, 31 Aug 2012 00:20:19 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 37 AND "pages"."rgt" <= 38) AND ("pages"."id" != 47) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.9ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fsafsafsadfasf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "lock", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 00:21:35 CST +08:00], ["id", 48], ["lft", 39], ["lock", 0], ["parent_id", nil], ["path", "fsafsafsadfasf"], ["rgt", 40], ["slug", "fsafsafsadfasf"], ["title", "fasfsafsadf"], ["updated_at", Fri, 31 Aug 2012 00:21:35 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 39 AND "pages"."rgt" <= 40) AND ("pages"."id" != 48) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.6ms) commit transaction  (0.0ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'trewtweyiyi' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "lock", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 10:20:49 CST +08:00], ["id", 49], ["lft", 41], ["lock", 0], ["parent_id", nil], ["path", "trewtweyiyi"], ["rgt", 42], ["slug", "trewtweyiyi"], ["title", "twretrterwtw"], ["updated_at", Fri, 31 Aug 2012 10:20:49 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 41 AND "pages"."rgt" <= 42) AND ("pages"."id" != 49) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.2ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'piopiopiop' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "lock", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 10:21:02 CST +08:00], ["id", 50], ["lft", 43], ["lock", 0], ["parent_id", nil], ["path", "piopiopiop"], ["rgt", 44], ["slug", "piopiopiop"], ["title", "yretuyiuo"], ["updated_at", Fri, 31 Aug 2012 10:21:02 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 43 AND "pages"."rgt" <= 44) AND ("pages"."id" != 50) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.2ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = '112321eweqwewqe' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "lock", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:59:50 CST +08:00], ["id", 25], ["lft", 45], ["lock", 0], ["parent_id", nil], ["path", "112321eweqwewqe"], ["rgt", 46], ["slug", "112321eweqwewqe"], ["title", "的事发生的发生大幅"], ["updated_at", Fri, 31 Aug 2012 12:01:41 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 45 AND "pages"."rgt" <= 46) AND ("pages"."id" != 25) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.2ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fdgsgsdggs' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "lock", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 10:21:17 CST +08:00], ["id", 51], ["lft", 47], ["lock", 0], ["parent_id", nil], ["path", "fdgsgsdggs"], ["rgt", 48], ["slug", "fdgsgsdggs"], ["title", "1234677"], ["updated_at", Fri, 31 Aug 2012 10:21:17 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 47 AND "pages"."rgt" <= 48) AND ("pages"."id" != 51) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.6ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'home' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "lock", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "---\ncontent: 正文内容11\n"], ["created_at", Wed, 19 Sep 2012 17:31:08 CST +08:00], ["id", 54], ["lft", 49], ["lock", 0], ["parent_id", nil], ["path", "home"], ["rgt", 50], ["slug", "home"], ["title", "index"], ["updated_at", Thu, 20 Sep 2012 12:42:55 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 49 AND "pages"."rgt" <= 50) AND ("pages"."id" != 54) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.3ms) commit transaction Connecting to database specified by database.yml Binary data inserted for `string` type on column `password_digest` Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-10-10 11:27:43 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Completed 500 Internal Server Error in 7ms ActiveRecord::RecordNotFound (Couldn't find AdminUser with id=2): activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.8) lib/active_record/querying.rb:5:in `find' /Users/brownjohn/code/amalgam/lib/amalgam/authorities/controllers/helpers.rb:24:in `current_admin_user' /Users/brownjohn/code/amalgam/lib/amalgam/authorities/controllers/helpers.rb:39:in `current_admin' /Users/brownjohn/code/amalgam/lib/amalgam/authorities/controllers/helpers.rb:32:in `authenticate_admin!' activesupport (3.2.8) lib/active_support/callbacks.rb:418:in `_run__3976443129268051948__process_action__1791604629200121794__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3538217819120200229__call__2820822938389094952__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.0ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 11:27:45 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Completed 500 Internal Server Error in 1ms ActiveRecord::RecordNotFound (Couldn't find AdminUser with id=2): activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.8) lib/active_record/querying.rb:5:in `find' /Users/brownjohn/code/amalgam/lib/amalgam/authorities/controllers/helpers.rb:24:in `current_admin_user' /Users/brownjohn/code/amalgam/lib/amalgam/authorities/controllers/helpers.rb:39:in `current_admin' /Users/brownjohn/code/amalgam/lib/amalgam/authorities/controllers/helpers.rb:32:in `authenticate_admin!' activesupport (3.2.8) lib/active_support/callbacks.rb:418:in `_run__3976443129268051948__process_action__1791604629200121794__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3538217819120200229__call__2820822938389094952__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (36.1ms) Started GET "/admin/sign_in" for 127.0.0.1 at 2012-10-10 11:29:40 +0800 ActionController::RoutingError (No route matches [GET] "/admin/sign_in"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/admin/" for 127.0.0.1 at 2012-10-10 11:29:46 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 2]] Completed 500 Internal Server Error in 2ms ActiveRecord::RecordNotFound (Couldn't find AdminUser with id=2): activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.8) lib/active_record/querying.rb:5:in `find' /Users/brownjohn/code/amalgam/lib/amalgam/authorities/controllers/helpers.rb:24:in `current_admin_user' /Users/brownjohn/code/amalgam/lib/amalgam/authorities/controllers/helpers.rb:39:in `current_admin' /Users/brownjohn/code/amalgam/lib/amalgam/authorities/controllers/helpers.rb:32:in `authenticate_admin!' activesupport (3.2.8) lib/active_support/callbacks.rb:418:in `_run__3976443129268051948__process_action__1791604629200121794__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3538217819120200229__call__2820822938389094952__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.3ms) Started GET "/admin/" for 127.0.0.1 at 2012-10-10 11:30:57 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://127.0.0.1:3000/admin_user/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 9ms (ActiveRecord: 0.0ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-10-10 11:30:57 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (9.7ms) Completed 200 OK in 106ms (Views: 99.0ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 11:30:57 +0800 Served asset /bootstrap.css - 200 OK (47ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 11:30:57 +0800 Served asset /amalgam/admin/login.css - 200 OK (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 11:30:57 +0800 Served asset /amalgam/admin/_mixins.css - 200 OK (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 11:30:57 +0800 Served asset /amalgam/admin/layout.css - 200 OK (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 11:30:57 +0800 Served asset /amalgam/admin.css - 200 OK (17ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 11:30:57 +0800 Served asset /modernizr.js - 200 OK (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 11:30:57 +0800 Served asset /jquery.js - 200 OK (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 11:30:57 +0800 Served asset /jquery.ui.core.js - 200 OK (7ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 11:30:57 +0800 Served asset /jquery.ui.mouse.js - 200 OK (10ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 11:30:57 +0800 Served asset /jquery.ui.widget.js - 200 OK (4ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 11:30:57 +0800 Served asset /jquery.ui.sortable.js - 200 OK (13ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 11:30:57 +0800 Served asset /jquery.ui.nestedSortable.js - 200 OK (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 11:30:57 +0800 Served asset /jquery.scrollto.js - 200 OK (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 11:30:57 +0800 Served asset /jquery_ujs.js - 200 OK (6ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 11:30:57 +0800 Served asset /bootstrap-alert.js - 200 OK (7ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 11:30:57 +0800 Served asset /bootstrap-dropdown.js - 200 OK (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 11:30:57 +0800 Served asset /bootstrap-tooltip.js - 200 OK (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 11:30:57 +0800 Served asset /bootstrap-button.js - 200 OK (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 11:30:57 +0800 Served asset /amalgam/admin/popover.js - 200 OK (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 11:30:57 +0800 Served asset /amalgam/admin/app.js - 200 OK (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 11:30:57 +0800 Served asset /amalgam/admin/tree.js - 200 OK (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 11:30:57 +0800 Served asset /amalgam/admin.js - 200 OK (22ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-10 11:30:57 +0800 Served asset /amalgam/admin/bg.png - 200 OK (2ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-10 11:30:57 +0800 Served asset /glyphicons-halflings.png - 200 OK (5ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-10-10 11:31:03 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"v16YT+UrXiJpfs2i5Ou4oey+E2/Oaj+rLvVwPRwoXjw=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 Redirected to http://127.0.0.1:3000/admin Completed 302 Found in 92ms (ActiveRecord: 0.2ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 11:31:03 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (43.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (58.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (32.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (292.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (300.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.0ms) Completed 200 OK in 450ms (Views: 436.8ms | ActiveRecord: 0.6ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-10 11:31:04 +0800 Served asset /glyphicons-halflings-white.png - 200 OK (3ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-10 11:31:04 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 200 OK (1ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-10 11:31:04 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 200 OK (2ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-10 11:31:09 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (8.5ms) Completed 200 OK in 26ms (Views: 24.4ms | ActiveRecord: 0.1ms) Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) NOT NULL, "body" text, "locked" integer DEFAULT 0, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120824071117')  (1.0ms) commit transaction Migrating to CreatePosts (20120904075542)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120904075542')  (0.9ms) commit transaction Migrating to CreateAdmins (20120913061406)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120913061406')  (0.5ms) commit transaction Migrating to CreateAttachments (20120920033135)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attachable_id" integer, "attachable_type" varchar(255) DEFAULT 'Page', "name" varchar(255), "file" varchar(255), "content_type" varchar(255), "original_filename" varchar(255), "description" varchar(255), "secure_token" varchar(255), "file_size" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120920033135')  (0.6ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("attachments")  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (3.8ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.1ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attachable_id" integer, "attachable_type" varchar(255) DEFAULT 'Page', "name" varchar(255), "file" varchar(255), "content_type" varchar(255), "original_filename" varchar(255), "description" varchar(255), "secure_token" varchar(255), "file_size" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.6ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) NOT NULL, "body" text, "locked" integer DEFAULT 0, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.0ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.0ms) PRAGMA index_list("schema_migrations")  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20120920033135')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120824071117')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120904075542')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120913061406') Connecting to database specified by database.yml Binary data inserted for `string` type on column `password_digest` Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-10-10 12:17:08 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (45.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (42.6ms) Completed 200 OK in 277ms (Views: 262.4ms | ActiveRecord: 4.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 12:17:08 +0800 Served asset /bootstrap.css - 304 Not Modified (17ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 12:17:08 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 12:17:08 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 12:17:08 +0800 Served asset /amalgam/admin.css - 304 Not Modified (42ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 12:17:08 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:08 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:08 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:08 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:08 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:08 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:08 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:08 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:08 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:08 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:08 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:08 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:08 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:08 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:08 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 12:17:10 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (2.6ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (42.9ms) Completed 200 OK in 62ms (Views: 60.0ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 12:17:10 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 12:17:10 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 12:17:10 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 12:17:10 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 12:17:10 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:10 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:10 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:10 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:10 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:10 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:10 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:10 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:10 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:10 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:10 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:10 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:10 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:10 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:10 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:10 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:10 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:10 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Connecting to database specified by database.yml  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test4' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (2.0ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "locked", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 18:19:06 CST +08:00], ["id", 5], ["lft", 1], ["locked", 0], ["parent_id", nil], ["path", "test4"], ["rgt", 2], ["slug", "test4"], ["title", "test4"], ["updated_at", Thu, 30 Aug 2012 18:19:06 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) AND ("pages"."id" != 5) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.3ms) commit transaction  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdf' AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "locked", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:50:22 CST +08:00], ["id", 14], ["lft", 3], ["locked", 0], ["parent_id", 5], ["path", "test4/fasdf"], ["rgt", 4], ["slug", "fasdf"], ["title", "fdsff"], ["updated_at", Fri, 31 Aug 2012 00:01:49 CST +08:00]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 5]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 2 THEN "lft" + 4 - 2 WHEN "lft" BETWEEN 3 AND 4 THEN "lft" + 2 - 3 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 2 THEN "rgt" + 4 - 2 WHEN "rgt" BETWEEN 3 AND 4 THEN "rgt" + 2 - 3 ELSE "rgt" END, "parent_id" = CASE WHEN id = 14 THEN 5 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 2 AND "pages"."rgt" <= 3) AND ("pages"."id" != 14) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.7ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdf' AND "pages"."id" != 14 AND "pages"."parent_id" = 5) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-10-10 04:17:39.637598', "body" = '--- {} ' WHERE "pages"."id" = 14  (0.9ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdfs' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "locked", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:50:25 CST +08:00], ["id", 15], ["lft", 5], ["locked", 0], ["parent_id", nil], ["path", "fasdfs"], ["rgt", 6], ["slug", "fasdfs"], ["title", "fasdfsdf"], ["updated_at", Thu, 30 Aug 2012 23:50:25 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) AND ("pages"."id" != 15) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.2ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfsdf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "locked", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:50:29 CST +08:00], ["id", 16], ["lft", 7], ["locked", 0], ["parent_id", nil], ["path", "fasfsdf"], ["rgt", 8], ["slug", "fasfsdf"], ["title", "fasfsdfsadfsa"], ["updated_at", Thu, 30 Aug 2012 23:50:29 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) AND ("pages"."id" != 16) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.8ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "locked", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 17:27:15 CST +08:00], ["id", 1], ["lft", 9], ["locked", 0], ["parent_id", nil], ["path", "test"], ["rgt", 10], ["slug", "test"], ["title", "test"], ["updated_at", Fri, 31 Aug 2012 12:01:27 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 10) AND ("pages"."id" != 1) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.6ms) commit transaction  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test1' AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "locked", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 17:47:51 CST +08:00], ["id", 2], ["lft", 11], ["locked", 0], ["parent_id", 1], ["path", "test/test1"], ["rgt", 12], ["slug", "test1"], ["title", "test1"], ["updated_at", Thu, 30 Aug 2012 17:48:13 CST +08:00]] Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) AND ("pages"."id" != 2) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.2ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test1' AND "pages"."id" != 2 AND "pages"."parent_id" = 1) LIMIT 1  (0.2ms) UPDATE "pages" SET "updated_at" = '2012-10-10 04:17:39.668399', "body" = '--- {} ' WHERE "pages"."id" = 2  (1.2ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "locked", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 18:10:27 CST +08:00], ["id", 4], ["lft", 13], ["locked", 0], ["parent_id", 1], ["path", "test/test3"], ["rgt", 14], ["slug", "test3"], ["title", "test3"], ["updated_at", Fri, 31 Aug 2012 12:01:22 CST +08:00]] Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 12 AND 12 THEN "lft" + 14 - 12 WHEN "lft" BETWEEN 13 AND 14 THEN "lft" + 12 - 13 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 12 AND 12 THEN "rgt" + 14 - 12 WHEN "rgt" BETWEEN 13 AND 14 THEN "rgt" + 12 - 13 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 12 AND "pages"."rgt" <= 13) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.0ms) commit transaction  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfsa' AND "pages"."parent_id" = 4) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 4 ORDER BY lft ASC LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.7ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "locked", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:50:33 CST +08:00], ["id", 17], ["lft", 15], ["locked", 0], ["parent_id", 4], ["path", "test/test3/fasfsa"], ["rgt", 16], ["slug", "fasfsa"], ["title", "fasfsafsadfsadf"], ["updated_at", Fri, 31 Aug 2012 12:02:04 CST +08:00]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 13 AND 14 THEN "lft" + 16 - 14 WHEN "lft" BETWEEN 15 AND 16 THEN "lft" + 13 - 15 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 13 AND 14 THEN "rgt" + 16 - 14 WHEN "rgt" BETWEEN 15 AND 16 THEN "rgt" + 13 - 15 ELSE "rgt" END, "parent_id" = CASE WHEN id = 17 THEN 4 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) AND ("pages"."id" != 17) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.6ms) commit transaction  (0.0ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfsa' AND "pages"."id" != 17 AND "pages"."parent_id" = 4) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-10-10 04:17:39.726841', "body" = '--- {} ' WHERE "pages"."id" = 17  (0.9ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."parent_id" = 4) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 4 ORDER BY lft ASC LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "locked", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 12:02:21 CST +08:00], ["id", 52], ["lft", 17], ["locked", 0], ["parent_id", 4], ["path", "test/test3/agagsdgsadgsdg"], ["rgt", 18], ["slug", "agagsdgsadgsdg"], ["title", "发达发达省份三大"], ["updated_at", Wed, 19 Sep 2012 16:43:24 CST +08:00]] Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 15 AND 16 THEN "lft" + 18 - 16 WHEN "lft" BETWEEN 17 AND 18 THEN "lft" + 15 - 17 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 15 AND 16 THEN "rgt" + 18 - 16 WHEN "rgt" BETWEEN 17 AND 18 THEN "rgt" + 15 - 17 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN 4 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) AND ("pages"."id" != 52) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.3ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 4) LIMIT 1  (0.2ms) UPDATE "pages" SET "updated_at" = '2012-10-10 04:17:39.743597', "body" = '--- {} ' WHERE "pages"."id" = 52  (1.2ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1  (0.2ms) UPDATE "pages" SET "updated_at" = '2012-10-10 04:17:39.750481', "body" = '--- {} ' WHERE "pages"."id" = 4  (0.9ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdfsadffas' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "locked", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:50:42 CST +08:00], ["id", 19], ["lft", 19], ["locked", 0], ["parent_id", nil], ["path", "fasdfsadffas"], ["rgt", 20], ["slug", "fasdfsadffas"], ["title", "fasdfasdfadsfasdf"], ["updated_at", Thu, 30 Aug 2012 23:50:42 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 19 AND "pages"."rgt" <= 20) AND ("pages"."id" != 19) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.1ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfasdfsaffd' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "locked", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:50:49 CST +08:00], ["id", 20], ["lft", 21], ["locked", 0], ["parent_id", nil], ["path", "fasfasdfsaffd"], ["rgt", 22], ["slug", "fasfasdfsaffd"], ["title", "fasdfdsafasdfsafa"], ["updated_at", Thu, 30 Aug 2012 23:50:49 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 21 AND "pages"."rgt" <= 22) AND ("pages"."id" != 20) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.8ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdfsadf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "locked", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:50:54 CST +08:00], ["id", 21], ["lft", 23], ["locked", 0], ["parent_id", nil], ["path", "fasdfsadf"], ["rgt", 24], ["slug", "fasdfsadf"], ["title", "fasdfasdfsadf"], ["updated_at", Thu, 30 Aug 2012 23:50:54 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 24) AND ("pages"."id" != 21) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.5ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdfsaf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "locked", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:50:58 CST +08:00], ["id", 22], ["lft", 25], ["locked", 0], ["parent_id", nil], ["path", "fasdfsaf"], ["rgt", 26], ["slug", "fasdfsaf"], ["title", "fasdfdsafasdfasdfasdf"], ["updated_at", Thu, 30 Aug 2012 23:50:58 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 25 AND "pages"."rgt" <= 26) AND ("pages"."id" != 22) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.6ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'ewqeqiuyiyui' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "locked", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 00:00:28 CST +08:00], ["id", 26], ["lft", 27], ["locked", 0], ["parent_id", nil], ["path", "ewqeqiuyiyui"], ["rgt", 28], ["slug", "ewqeqiuyiyui"], ["title", "fsdfsfsdfsdaf"], ["updated_at", Fri, 31 Aug 2012 00:00:28 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 27 AND "pages"."rgt" <= 28) AND ("pages"."id" != 26) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.2ms) commit transaction  (0.0ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfasdfsaf' AND "pages"."parent_id" = 26) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "locked", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:50:37 CST +08:00], ["id", 18], ["lft", 29], ["locked", 0], ["parent_id", 26], ["path", "ewqeqiuyiyui/fasfasdfsaf"], ["rgt", 30], ["slug", "fasfasdfsaf"], ["title", "fsafsadfasdf"], ["updated_at", Fri, 31 Aug 2012 12:02:06 CST +08:00]] Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 26]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 18]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 28 AND 28 THEN "lft" + 30 - 28 WHEN "lft" BETWEEN 29 AND 30 THEN "lft" + 28 - 29 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 28 AND 28 THEN "rgt" + 30 - 28 WHEN "rgt" BETWEEN 29 AND 30 THEN "rgt" + 28 - 29 ELSE "rgt" END, "parent_id" = CASE WHEN id = 18 THEN 26 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 26]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 18]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 28 AND "pages"."rgt" <= 29) AND ("pages"."id" != 18) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.6ms) commit transaction  (0.0ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfasdfsaf' AND "pages"."id" != 18 AND "pages"."parent_id" = 26) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-10-10 04:17:39.791542', "body" = '--- {} ' WHERE "pages"."id" = 18  (0.5ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'trrtytuu' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "locked", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 00:01:09 CST +08:00], ["id", 27], ["lft", 31], ["locked", 0], ["parent_id", nil], ["path", "trrtytuu"], ["rgt", 32], ["slug", "trrtytuu"], ["title", "ssssss"], ["updated_at", Fri, 31 Aug 2012 00:01:09 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 31 AND "pages"."rgt" <= 32) AND ("pages"."id" != 27) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.6ms) commit transaction  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'treteyeyer' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "locked", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 00:02:39 CST +08:00], ["id", 31], ["lft", 33], ["locked", 0], ["parent_id", nil], ["path", "treteyeyer"], ["rgt", 34], ["slug", "treteyeyer"], ["title", "fsdfsdfsfsdf"], ["updated_at", Fri, 31 Aug 2012 00:02:39 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 33 AND "pages"."rgt" <= 34) AND ("pages"."id" != 31) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.1ms) commit transaction  (0.0ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fafasfsfsdff' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "locked", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 00:20:09 CST +08:00], ["id", 46], ["lft", 35], ["locked", 0], ["parent_id", nil], ["path", "fafasfsfsdff"], ["rgt", 36], ["slug", "fafasfsfsdff"], ["title", "fasfsdf"], ["updated_at", Fri, 31 Aug 2012 00:20:09 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 35 AND "pages"."rgt" <= 36) AND ("pages"."id" != 46) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.8ms) commit transaction  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdfsafsf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "locked", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 00:20:19 CST +08:00], ["id", 47], ["lft", 37], ["locked", 0], ["parent_id", nil], ["path", "fasdfsafsf"], ["rgt", 38], ["slug", "fasdfsafsf"], ["title", "fasfasfsadfa"], ["updated_at", Fri, 31 Aug 2012 00:20:19 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 37 AND "pages"."rgt" <= 38) AND ("pages"."id" != 47) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.9ms) commit transaction  (0.0ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fsafsafsadfasf' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "locked", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 00:21:35 CST +08:00], ["id", 48], ["lft", 39], ["locked", 0], ["parent_id", nil], ["path", "fsafsafsadfasf"], ["rgt", 40], ["slug", "fsafsafsadfasf"], ["title", "fasfsafsadf"], ["updated_at", Fri, 31 Aug 2012 00:21:35 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 39 AND "pages"."rgt" <= 40) AND ("pages"."id" != 48) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.7ms) commit transaction  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'trewtweyiyi' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "locked", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 10:20:49 CST +08:00], ["id", 49], ["lft", 41], ["locked", 0], ["parent_id", nil], ["path", "trewtweyiyi"], ["rgt", 42], ["slug", "trewtweyiyi"], ["title", "twretrterwtw"], ["updated_at", Fri, 31 Aug 2012 10:20:49 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 41 AND "pages"."rgt" <= 42) AND ("pages"."id" != 49) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.8ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'piopiopiop' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "locked", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 10:21:02 CST +08:00], ["id", 50], ["lft", 43], ["locked", 0], ["parent_id", nil], ["path", "piopiopiop"], ["rgt", 44], ["slug", "piopiopiop"], ["title", "yretuyiuo"], ["updated_at", Fri, 31 Aug 2012 10:21:02 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 43 AND "pages"."rgt" <= 44) AND ("pages"."id" != 50) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.1ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = '112321eweqwewqe' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "locked", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Thu, 30 Aug 2012 23:59:50 CST +08:00], ["id", 25], ["lft", 45], ["locked", 0], ["parent_id", nil], ["path", "112321eweqwewqe"], ["rgt", 46], ["slug", "112321eweqwewqe"], ["title", "的事发生的发生大幅"], ["updated_at", Fri, 31 Aug 2012 12:01:41 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 45 AND "pages"."rgt" <= 46) AND ("pages"."id" != 25) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.6ms) commit transaction  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fdgsgsdggs' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "locked", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 31 Aug 2012 10:21:17 CST +08:00], ["id", 51], ["lft", 47], ["locked", 0], ["parent_id", nil], ["path", "fdgsgsdggs"], ["rgt", 48], ["slug", "fdgsgsdggs"], ["title", "1234677"], ["updated_at", Fri, 31 Aug 2012 10:21:17 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 47 AND "pages"."rgt" <= 48) AND ("pages"."id" != 51) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.3ms) commit transaction  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'home' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "id", "lft", "locked", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "---\ncontent: 正文内容11\n"], ["created_at", Wed, 19 Sep 2012 17:31:08 CST +08:00], ["id", 54], ["lft", 49], ["locked", 0], ["parent_id", nil], ["path", "home"], ["rgt", 50], ["slug", "home"], ["title", "index"], ["updated_at", Thu, 20 Sep 2012 12:42:55 CST +08:00]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 49 AND "pages"."rgt" <= 50) AND ("pages"."id" != 54) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.6ms) commit transaction Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-10-10 12:17:51 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (30.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (37.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (54.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (57.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (320.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (336.9ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.4ms) Completed 200 OK in 633ms (Views: 607.9ms | ActiveRecord: 4.0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 12:17:52 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 12:17:52 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (8ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 12:17:52 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 12:17:52 +0800 Served asset /amalgam/admin.css - 304 Not Modified (14ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 12:17:52 +0800 Served asset /bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:52 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:52 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:52 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:52 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:52 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:52 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:52 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (38ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:52 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:52 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:52 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:52 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:52 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:52 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:52 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:52 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:52 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 12:17:52 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Connecting to database specified by database.yml SQLite3::SQLException: no such column: nil: SELECT "pages".* FROM "pages" WHERE (parent_id is not nil) ORDER BY lft ASC Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-10-10 14:26:34 +0800 ActionController::RoutingError (undefined method `lockable' for Amalgam::Models:Module): app/models/page.rb:2:in `include' app/models/page.rb:2:in `' app/models/page.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 14:27:17 +0800 NoMethodError (undefined method `key?' for nil:NilClass): actionpack (3.2.8) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' actionpack (3.2.8) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' actionpack (3.2.8) lib/abstract_controller/base.rb:115:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__54937530773581919__call__4004885007940915824__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.6ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 14:29:40 +0800 NoMethodError (undefined method `key?' for nil:NilClass): actionpack (3.2.8) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' actionpack (3.2.8) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' actionpack (3.2.8) lib/abstract_controller/base.rb:115:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__54937530773581919__call__4004885007940915824__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.7ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 14:29:45 +0800 NoMethodError (undefined method `key?' for nil:NilClass): actionpack (3.2.8) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' actionpack (3.2.8) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' actionpack (3.2.8) lib/abstract_controller/base.rb:115:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__54937530773581919__call__4004885007940915824__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.7ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-10-10 14:30:36 +0800 ActionController::RoutingError (undefined method `lockable' for Amalgam::Models:Module): app/models/page.rb:2:in `include' app/models/page.rb:2:in `' app/models/page.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-10-10 14:32:17 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (35.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (39.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (257.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (276.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.0ms) Completed 200 OK in 561ms (Views: 536.3ms | ActiveRecord: 4.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 14:32:18 +0800 Served asset /bootstrap.css - 304 Not Modified (45ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 14:32:18 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 14:32:18 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 14:32:18 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 14:32:18 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 14:32:18 +0800 Served asset /amalgam/admin.css - 304 Not Modified (13ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 14:32:18 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 14:32:18 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 14:32:18 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 14:32:18 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 14:32:18 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (49ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 14:32:18 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 14:32:18 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 14:32:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 14:32:18 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 14:32:18 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 14:32:18 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 14:32:18 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 14:32:18 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 14:32:18 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 14:32:18 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 14:32:18 +0800 Served asset /amalgam/admin.js - 304 Not Modified (13ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-10-10 14:49:51 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (29.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (34.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (38.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (256.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (270.9ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.6ms) Completed 200 OK in 546ms (Views: 521.3ms | ActiveRecord: 4.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 14:49:52 +0800 Served asset /bootstrap.css - 304 Not Modified (44ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 14:49:52 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 14:49:52 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 14:49:52 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 14:49:52 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 14:49:52 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 14:49:52 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (11ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 14:49:52 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 14:49:52 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 14:49:52 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 14:49:52 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 14:49:52 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 14:49:52 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (37ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 14:49:52 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 14:49:52 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 14:49:52 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 14:49:52 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 14:49:52 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 14:49:52 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 14:49:52 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 14:49:52 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 14:49:52 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 14:50:09 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (55.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (62.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (73.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (80.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (250.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (253.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (45.4ms) Completed 200 OK in 316ms (Views: 312.7ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 14:50:10 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 14:50:10 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 14:50:10 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 14:50:10 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:10 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 14:50:10 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:10 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:10 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:10 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:10 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:10 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:10 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:10 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:10 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:10 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:10 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:10 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:10 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:10 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:10 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:10 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:10 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 14:50:34 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.8ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (29.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (39.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (46.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.3ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 30) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 28 AND "pages"."rgt" >= 29) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 31 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (288.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (292.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.6ms) Completed 200 OK in 315ms (Views: 305.3ms | ActiveRecord: 7.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 14:50:34 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 14:50:34 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 14:50:34 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:34 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 14:50:34 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 14:50:34 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:34 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:34 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:34 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:34 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:34 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:34 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:34 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:34 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:34 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:34 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:34 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:34 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:34 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:34 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:34 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:34 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-10 14:50:43 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "prev_id"=>"2", "next_id"=>"4"}, "id"=>"52"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.0ms) begin transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]] Page Load (0.2ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 12 AND 14 THEN "lft" + 16 - 14 WHEN "lft" BETWEEN 15 AND 16 THEN "lft" + 12 - 15 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 12 AND 14 THEN "rgt" + 16 - 14 WHEN "rgt" BETWEEN 15 AND 16 THEN "rgt" + 12 - 15 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "path" = 'test/agagsdgsadgsdg', "updated_at" = '2012-10-10 06:50:43.282328', "body" = '--- {} ' WHERE "pages"."id" = 52 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 12 AND "pages"."rgt" <= 13) AND ("pages"."id" != 52) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.7ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 12 AND "pages"."rgt" <= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (24.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (26.5ms) Completed 200 OK in 131ms (Views: 34.0ms | ActiveRecord: 5.6ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 14:50:45 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 14 AND "pages"."rgt" >= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (37.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 30) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 28 AND "pages"."rgt" >= 29) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 31 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (273.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (276.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.8ms) Completed 200 OK in 299ms (Views: 289.9ms | ActiveRecord: 6.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 14:50:46 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 14:50:46 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 14:50:46 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 14:50:46 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 14:50:46 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:46 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:46 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:46 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:46 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:46 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:46 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:46 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:46 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:46 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:46 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:46 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:46 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:46 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:46 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:46 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:46 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:46 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-10 14:50:51 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"4", "prev_id"=>"17"}, "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 4) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "17"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 12 AND 13 THEN "lft" + 16 - 13 WHEN "lft" BETWEEN 14 AND 16 THEN "lft" + 12 - 14 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 12 AND 13 THEN "rgt" + 16 - 13 WHEN "rgt" BETWEEN 14 AND 16 THEN "rgt" + 12 - 14 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN 4 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 4 ORDER BY lft ASC LIMIT 1  (0.5ms) UPDATE "pages" SET "path" = 'test/test3/agagsdgsadgsdg', "updated_at" = '2012-10-10 06:50:51.843501', "body" = '--- {} ' WHERE "pages"."id" = 52 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) AND ("pages"."id" != 52) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.8ms) commit transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (14.7ms) Completed 200 OK in 49ms (Views: 23.9ms | ActiveRecord: 4.7ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 14:50:53 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (24.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (33.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (43.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (52.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (49.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (51.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 30) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 28 AND "pages"."rgt" >= 29) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 31 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (285.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (287.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.5ms) Completed 200 OK in 347ms (Views: 337.5ms | ActiveRecord: 7.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 14:50:53 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 14:50:53 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 14:50:53 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:53 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 14:50:53 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 14:50:53 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:53 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:53 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:53 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:53 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:53 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:53 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:53 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:53 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:53 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:53 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:53 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:53 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:53 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:53 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 14:50:53 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-10 14:52:12 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "prev_id"=>"2", "next_id"=>"4"}, "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 12 AND 14 THEN "lft" + 16 - 14 WHEN "lft" BETWEEN 15 AND 16 THEN "lft" + 12 - 15 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 12 AND 14 THEN "rgt" + 16 - 14 WHEN "rgt" BETWEEN 15 AND 16 THEN "rgt" + 12 - 15 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "path" = 'test/agagsdgsadgsdg', "updated_at" = '2012-10-10 06:52:12.477058', "body" = '--- {} ' WHERE "pages"."id" = 52 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 12 AND "pages"."rgt" <= 13) AND ("pages"."id" != 52) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.5ms) commit transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 12 AND "pages"."rgt" <= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (18.1ms) Completed 200 OK in 51ms (Views: 27.1ms | ActiveRecord: 5.5ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-10 14:52:43 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"4", "prev_id"=>"17"}, "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 4) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "17"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 12 AND 13 THEN "lft" + 16 - 13 WHEN "lft" BETWEEN 14 AND 16 THEN "lft" + 12 - 14 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 12 AND 13 THEN "rgt" + 16 - 13 WHEN "rgt" BETWEEN 14 AND 16 THEN "rgt" + 12 - 14 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN 4 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 4 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "path" = 'test/test3/agagsdgsadgsdg', "updated_at" = '2012-10-10 06:52:43.842775', "body" = '--- {} ' WHERE "pages"."id" = 52 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) AND ("pages"."id" != 52) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.8ms) commit transaction Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (18.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (20.0ms) Completed 200 OK in 59ms (Views: 36.0ms | ActiveRecord: 5.6ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-10-10 14:59:58 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (4.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (17.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (34.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (36.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (49.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (57.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (67.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (75.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 30) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 28 AND "pages"."rgt" >= 29) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 31 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (281.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (296.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.3ms) Completed 200 OK in 565ms (Views: 530.6ms | ActiveRecord: 11.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 14:59:59 +0800 Served asset /bootstrap.css - 304 Not Modified (42ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 14:59:59 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 14:59:59 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 14:59:59 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 14:59:59 +0800 Served asset /amalgam/admin.css - 304 Not Modified (15ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 14:59:59 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 14:59:59 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 14:59:59 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (48ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 14:59:59 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 14:59:59 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 14:59:59 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 14:59:59 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 14:59:59 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 14:59:59 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 14:59:59 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 14:59:59 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 14:59:59 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 14:59:59 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 14:59:59 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 14:59:59 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 14:59:59 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 14:59:59 +0800 Served asset /amalgam/admin.js - 304 Not Modified (17ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:00:04 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (36.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 30) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 28 AND "pages"."rgt" >= 29) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 31 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (311.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (314.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.8ms) Completed 200 OK in 340ms (Views: 329.0ms | ActiveRecord: 7.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:00:04 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:00:04 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:00:04 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:00:04 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:00:04 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:00:04 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:00:04 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:00:04 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:00:04 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:00:04 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:00:04 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:00:04 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:00:04 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:00:04 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:00:04 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:00:04 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:00:04 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:00:04 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:00:04 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:00:04 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:00:04 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:00:04 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:02:09 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (20.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (69.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (79.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (87.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 30) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 28 AND "pages"."rgt" >= 29) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 31 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (280.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (283.6ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.7ms) Completed 200 OK in 345ms (Views: 335.3ms | ActiveRecord: 7.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:02:09 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:02:09 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:02:09 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:02:09 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:02:09 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:09 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:09 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:09 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:09 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:09 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:09 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:09 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:09 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:09 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:09 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:09 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:09 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:09 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:09 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:09 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:09 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:02:21 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (18.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (35.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (21.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (30.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (40.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (49.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 30) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 28 AND "pages"."rgt" >= 29) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.4ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 31 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (307.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (323.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.7ms) Completed 200 OK in 589ms (Views: 556.4ms | ActiveRecord: 11.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:02:22 +0800 Served asset /bootstrap.css - 304 Not Modified (42ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:02:22 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:02:22 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:02:22 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:02:22 +0800 Served asset /amalgam/admin.css - 304 Not Modified (14ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:22 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:22 +0800 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:22 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:22 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:22 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:22 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (42ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:22 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:22 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:22 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:22 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:22 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:22 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:22 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:22 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:22 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:22 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:22 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:02:40 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (21.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (30.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (40.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 30) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 28 AND "pages"."rgt" >= 29) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 31 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (280.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (283.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (42.3ms) Completed 200 OK in 344ms (Views: 334.8ms | ActiveRecord: 6.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:02:40 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:02:40 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:02:40 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:02:40 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:02:40 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:40 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:40 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:40 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:40 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:40 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:40 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:40 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:40 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:40 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:40 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:40 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:40 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:40 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:40 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:40 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:02:40 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:06:12 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (36.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (45.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 30) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 28 AND "pages"."rgt" >= 29) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 31 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (279.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (281.9ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.2ms) Completed 200 OK in 309ms (Views: 298.7ms | ActiveRecord: 7.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:06:13 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:06:13 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:06:13 +0800 Served asset /amalgam/admin.css - 304 Not Modified (48ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:06:13 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:06:13 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:13 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:13 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:13 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:13 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:13 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:13 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:13 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:13 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:13 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:13 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:13 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:13 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:13 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:13 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:13 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:13 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:13 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:06:15 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (21.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (29.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (38.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 30) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 28 AND "pages"."rgt" >= 29) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (46.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (54.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 31 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (274.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (277.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.2ms) Completed 200 OK in 301ms (Views: 291.5ms | ActiveRecord: 6.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:06:15 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:06:15 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:15 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:06:15 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:06:15 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:06:15 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:15 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:15 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:15 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:15 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:15 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:15 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:15 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:15 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:15 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:15 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:15 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:15 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:15 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:15 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:15 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:06:15 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:07:47 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (38.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 30) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 28 AND "pages"."rgt" >= 29) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 31 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (42.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (48.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (50.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (283.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (286.6ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.1ms) Completed 200 OK in 311ms (Views: 301.3ms | ActiveRecord: 7.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:07:47 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:07:47 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:07:47 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:07:47 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:07:47 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:47 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:47 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:47 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:47 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:47 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:47 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:47 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:47 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:47 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:47 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:47 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:47 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:47 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:47 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:47 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:47 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:47 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:07:49 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (38.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 30) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 28 AND "pages"."rgt" >= 29) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 31 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (276.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (278.6ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.1ms) Completed 200 OK in 302ms (Views: 292.8ms | ActiveRecord: 7.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:07:49 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:07:49 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:07:49 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:07:49 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:49 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:49 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:07:49 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:49 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:49 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:49 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:49 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:49 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:49 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:49 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:49 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:49 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:49 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:49 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:49 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:49 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:07:49 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:08:32 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (20.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (29.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (39.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 30) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 28 AND "pages"."rgt" >= 29) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 31 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (276.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (278.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.4ms) Completed 200 OK in 303ms (Views: 293.2ms | ActiveRecord: 7.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:08:32 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:08:32 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:08:32 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:08:32 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:08:33 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:33 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:33 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:33 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:33 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:33 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:33 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:33 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:33 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:33 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:33 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:33 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:33 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:33 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:33 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:33 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:33 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:33 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:08:41 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (30.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (38.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (38.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 30) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 28 AND "pages"."rgt" >= 29) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 31 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (286.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (304.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.6ms) Completed 200 OK in 584ms (Views: 552.0ms | ActiveRecord: 10.4ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:08:41 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:08:41 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:08:41 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:08:41 +0800 Served asset /amalgam/admin.css - 304 Not Modified (15ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:41 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:08:41 +0800 Served asset /bootstrap.css - 304 Not Modified (10ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:41 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:41 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:41 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:41 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:41 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (38ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:42 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:42 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:42 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:42 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:42 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:42 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:42 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:42 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:42 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:42 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:42 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-10 15:08:45 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "prev_id"=>"2", "next_id"=>"4"}, "id"=>"52"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 1) LIMIT 1  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (3.2ms) Completed 200 OK in 33ms (Views: 12.5ms | ActiveRecord: 0.9ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:08:51 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (36.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 30) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 28 AND "pages"."rgt" >= 29) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 31 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (45.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (273.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (275.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.3ms) Completed 200 OK in 300ms (Views: 290.0ms | ActiveRecord: 7.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:08:51 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:08:51 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:08:51 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:08:51 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:08:51 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:51 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:51 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:51 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:51 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:51 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:51 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:51 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:51 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:51 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:51 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:51 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:51 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:51 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:51 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:51 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:51 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:08:51 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-10 15:08:59 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "next_id"=>"2"}, "id"=>"4"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]] Page Load (0.2ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 11 THEN "lft" + 17 - 11 WHEN "lft" BETWEEN 12 AND 17 THEN "lft" + 10 - 12 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 11 THEN "rgt" + 17 - 11 WHEN "rgt" BETWEEN 12 AND 17 THEN "rgt" + 10 - 12 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]]  (0.6ms) UPDATE "pages" SET "updated_at" = '2012-10-10 07:08:59.230956', "body" = '--- {} ' WHERE "pages"."id" = 4  (1.8ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (57.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 15) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (26.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (87.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (90.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (91.2ms) Completed 200 OK in 127ms (Views: 99.3ms | ActiveRecord: 5.2ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:09:05 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 16 AND "pages"."rgt" >= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (36.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 30) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 28 AND "pages"."rgt" >= 29) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 31 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (45.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (273.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (276.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.6ms) Completed 200 OK in 299ms (Views: 288.7ms | ActiveRecord: 7.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:09:06 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:09:06 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:09:06 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:09:06 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:09:06 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:06 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:06 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:06 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:06 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:06 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:06 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:06 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:06 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:06 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:06 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:06 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:06 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:06 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:06 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:06 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:06 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:06 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/17" for 127.0.0.1 at 2012-10-10 15:09:09 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"4", "prev_id"=>"52"}, "id"=>"17"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "17"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfsa' AND "pages"."id" != 17 AND "pages"."parent_id" = 4) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 14 - 12 WHEN "lft" BETWEEN 13 AND 14 THEN "lft" + 11 - 13 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 14 - 12 WHEN "rgt" BETWEEN 13 AND 14 THEN "rgt" + 11 - 13 ELSE "rgt" END, "parent_id" = CASE WHEN id = 17 THEN 4 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]]  (0.5ms) UPDATE "pages" SET "updated_at" = '2012-10-10 07:09:09.431053', "body" = '--- {} ' WHERE "pages"."id" = 17  (2.8ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (14.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (16.3ms) Completed 200 OK in 46ms (Views: 25.8ms | ActiveRecord: 5.2ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:09:10 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (21.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (29.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 16 AND "pages"."rgt" >= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (41.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 30) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 28 AND "pages"."rgt" >= 29) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 31 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (45.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (279.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (282.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.6ms) Completed 200 OK in 307ms (Views: 298.2ms | ActiveRecord: 7.1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:09:11 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:09:11 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:09:11 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:09:11 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:09:11 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:11 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:11 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:11 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:11 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:11 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:11 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:11 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:11 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:11 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:11 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:11 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:11 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:11 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:11 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:11 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:11 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:11 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-10 15:09:15 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "prev_id"=>"4", "next_id"=>"2"}, "id"=>"52"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 1) LIMIT 1  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (0.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (1.9ms) Completed 200 OK in 18ms (Views: 11.5ms | ActiveRecord: 0.9ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:09:17 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 16 AND "pages"."rgt" >= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (36.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 30) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 28 AND "pages"."rgt" >= 29) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.5ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 31 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (46.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (280.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (283.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.1ms) Completed 200 OK in 306ms (Views: 296.4ms | ActiveRecord: 7.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:09:17 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:09:17 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:09:17 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:17 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:09:17 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:09:17 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:17 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:17 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:17 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:17 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:17 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:17 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:17 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:17 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:17 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:17 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:17 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:17 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:17 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:17 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:17 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:17 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:17 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:17 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:09:17 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:11:22 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (31.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (36.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (48.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (57.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 16 AND "pages"."rgt" >= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (67.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (75.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 30) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 28 AND "pages"."rgt" >= 29) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 31 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (278.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (295.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.2ms) Completed 200 OK in 559ms (Views: 527.8ms | ActiveRecord: 10.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:11:23 +0800 Served asset /bootstrap.css - 304 Not Modified (45ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:11:23 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:11:23 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:11:23 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:11:23 +0800 Served asset /amalgam/admin.css - 304 Not Modified (14ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:23 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:23 +0800 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:23 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (47ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:23 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:23 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:23 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:23 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:23 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:23 +0800 Served asset /jquery_ujs.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:23 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:23 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:23 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:23 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:23 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:23 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:23 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:23 +0800 Served asset /amalgam/admin.js - 304 Not Modified (16ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-10 15:11:33 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"15"}, "id"=>"4"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 15) LIMIT 1  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (3.6ms) Completed 200 OK in 72ms (Views: 11.6ms | ActiveRecord: 1.1ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:11:34 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 16 AND "pages"."rgt" >= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (37.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 30) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 28 AND "pages"."rgt" >= 29) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (37.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (46.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (55.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 31 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (274.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (277.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.3ms) Completed 200 OK in 302ms (Views: 293.3ms | ActiveRecord: 6.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:11:35 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:11:35 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:11:35 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:11:35 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:11:35 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:35 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:35 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:35 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:35 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:35 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:35 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:35 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:35 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:35 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:35 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:35 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:35 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:35 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:35 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:35 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:35 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:35 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/2" for 127.0.0.1 at 2012-10-10 15:11:43 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "next_id"=>"4"}, "id"=>"2"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test1' AND "pages"."id" != 2 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 15 THEN "lft" + 17 - 15 WHEN "lft" BETWEEN 16 AND 17 THEN "lft" + 10 - 16 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 15 THEN "rgt" + 17 - 15 WHEN "rgt" BETWEEN 16 AND 17 THEN "rgt" + 10 - 16 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]]  (0.5ms) UPDATE "pages" SET "updated_at" = '2012-10-10 07:11:43.974525', "body" = '--- {} ' WHERE "pages"."id" = 2  (2.2ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (25.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (26.6ms) Completed 200 OK in 56ms (Views: 33.0ms | ActiveRecord: 4.7ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:11:45 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (38.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 30) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 28 AND "pages"."rgt" >= 29) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 31 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (283.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (286.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.0ms) Completed 200 OK in 308ms (Views: 299.2ms | ActiveRecord: 7.2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:11:45 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:11:45 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:11:45 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:11:45 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:11:45 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (38ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:45 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:45 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:45 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:45 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:45 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:45 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:45 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:45 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:45 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:45 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:45 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:45 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:45 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:45 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:45 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:45 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:45 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:11:53 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (36.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 30) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 28 AND "pages"."rgt" >= 29) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 31 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (274.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (277.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.9ms) Completed 200 OK in 302ms (Views: 292.0ms | ActiveRecord: 7.0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:11:54 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:11:54 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:11:54 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:11:54 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:54 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:11:54 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:54 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:54 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:54 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:54 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:54 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:54 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:54 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:54 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:54 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:54 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:54 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:54 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:54 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:54 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:54 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:11:54 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-10-10 15:11:59 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"15"}, "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" = 15) LIMIT 1  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (2.2ms) Completed 200 OK in 18ms (Views: 11.2ms | ActiveRecord: 0.9ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:12:00 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (20.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (38.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 30) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 28 AND "pages"."rgt" >= 29) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 31 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (46.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (280.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (283.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.0ms) Completed 200 OK in 307ms (Views: 297.5ms | ActiveRecord: 7.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:12:01 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:12:01 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:12:01 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:12:01 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:01 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:12:01 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:01 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:01 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:01 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:01 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:01 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:01 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:01 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:01 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:01 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:01 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:01 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:01 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:01 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:01 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:01 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:01 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-10 15:12:10 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "next_id"=>"2"}, "id"=>"4"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 11 THEN "lft" + 17 - 11 WHEN "lft" BETWEEN 12 AND 17 THEN "lft" + 10 - 12 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 11 THEN "rgt" + 17 - 11 WHEN "rgt" BETWEEN 12 AND 17 THEN "rgt" + 10 - 12 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]]  (0.4ms) UPDATE "pages" SET "updated_at" = '2012-10-10 07:12:10.075636', "body" = '--- {} ' WHERE "pages"."id" = 4  (1.9ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 15) ORDER BY lft ASC, "pages"."lft" Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.7ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (29.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (45.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (46.7ms) Completed 200 OK in 124ms (Views: 52.8ms | ActiveRecord: 5.1ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:12:11 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 16 AND "pages"."rgt" >= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (37.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 30) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 28 AND "pages"."rgt" >= 29) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 31 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (47.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (49.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (285.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (288.9ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.6ms) Completed 200 OK in 312ms (Views: 302.6ms | ActiveRecord: 7.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:12:11 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:12:11 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:12:11 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:12:11 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:12:11 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:11 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:11 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:11 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:11 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:12 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:12 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:12 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:12 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:12 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:12 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:12 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:12 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:12 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:12 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:12 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:12 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:12 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:12 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/admin/pages/new?parent_id=1" for 127.0.0.1 at 2012-10-10 15:12:33 +0800 Processing by Amalgam::Admin::PagesController#new as JS Parameters: {"parent_id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (5.9ms) Completed 200 OK in 32ms (Views: 8.0ms | ActiveRecord: 0.3ms) Started POST "/admin/pages" for 127.0.0.1 at 2012-10-10 15:12:42 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"v16YT+UrXiJpfs2i5Ou4oey+E2/Oaj+rLvVwPRwoXjw=", "page"=>{"title"=>"司法所大幅撒地方", "slug"=>"sluggg", "parent_id"=>"1"}, "commit"=>"添加页面"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (0.7ms) INSERT INTO "pages" ("body", "created_at", "lft", "locked", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Wed, 10 Oct 2012 15:12:42 CST +08:00], ["lft", 51], ["locked", 0], ["parent_id", 1], ["path", "test/sluggg"], ["rgt", 52], ["slug", "sluggg"], ["title", "司法所大幅撒地方"], ["updated_at", Wed, 10 Oct 2012 15:12:42 CST +08:00]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 18 AND 50 THEN "lft" + 52 - 50 WHEN "lft" BETWEEN 51 AND 52 THEN "lft" + 18 - 51 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 18 AND 50 THEN "rgt" + 52 - 50 WHEN "rgt" BETWEEN 51 AND 52 THEN "rgt" + 18 - 51 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 18 AND "pages"."rgt" <= 19) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.3ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 18 AND "pages"."rgt" >= 19) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 18 AND "pages"."rgt" <= 19) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (14.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (16.7ms) Completed 200 OK in 79ms (Views: 59.0ms | ActiveRecord: 4.8ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-10 15:12:45 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"4", "prev_id"=>"52", "next_id"=>"17"}, "id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 18 AND "pages"."rgt" >= 19) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 4) LIMIT 1  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (2.0ms) Completed 200 OK in 19ms (Views: 12.0ms | ActiveRecord: 1.0ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:12:47 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (20.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 16 AND "pages"."rgt" >= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 18 AND "pages"."rgt" >= 19) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (48.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (56.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (40.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (47.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (50.5ms) Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (293.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (296.6ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.1ms) Completed 200 OK in 322ms (Views: 311.5ms | ActiveRecord: 7.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:12:47 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:12:47 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:12:47 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:12:47 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:47 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:12:47 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:47 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:48 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:48 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:48 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:48 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:48 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:48 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:48 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:48 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:48 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:48 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:48 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:48 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:48 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:48 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:12:48 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/17" for 127.0.0.1 at 2012-10-10 15:13:21 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "next_id"=>"14"}, "id"=>"17"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "17"]]  (0.1ms) begin transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfsa' AND "pages"."id" != 17 AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "14"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 12 THEN "lft" + 14 - 12 WHEN "lft" BETWEEN 13 AND 14 THEN "lft" + 2 - 13 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 12 THEN "rgt" + 14 - 12 WHEN "rgt" BETWEEN 13 AND 14 THEN "rgt" + 2 - 13 ELSE "rgt" END, "parent_id" = CASE WHEN id = 17 THEN 5 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "path" = 'test4/fasfsa', "updated_at" = '2012-10-10 07:13:21.733067', "body" = '--- {} ' WHERE "pages"."id" = 17 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 2 AND "pages"."rgt" <= 3) AND ("pages"."id" != 17) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.9ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 2 AND "pages"."rgt" <= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (17.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (18.6ms) Completed 200 OK in 52ms (Views: 26.3ms | ActiveRecord: 5.0ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:13:22 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 4 AND "pages"."rgt" >= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (21.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (32.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 16 AND "pages"."rgt" >= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 18 AND "pages"."rgt" >= 19) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (39.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (47.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (60.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (305.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (308.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.3ms) Completed 200 OK in 334ms (Views: 323.9ms | ActiveRecord: 7.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:13:23 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:13:23 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:13:23 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:13:23 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:13:23 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:13:23 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:13:23 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:13:23 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:13:23 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:13:23 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:13:23 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:13:23 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:13:23 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:13:23 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:13:23 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:13:23 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:13:23 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:13:23 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:13:23 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:13:23 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:13:23 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:13:23 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:36:15 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (5.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (16.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 4 AND "pages"."rgt" >= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (21.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 16 AND "pages"."rgt" >= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 18 AND "pages"."rgt" >= 19) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (37.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (291.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (306.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.9ms) Completed 200 OK in 581ms (Views: 548.0ms | ActiveRecord: 12.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:36:16 +0800 Served asset /bootstrap.css - 304 Not Modified (40ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:36:16 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:36:16 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:36:16 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:36:16 +0800 Served asset /amalgam/admin.css - 304 Not Modified (14ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:16 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:16 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:16 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:16 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:16 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:16 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (45ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:16 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:16 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:16 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:16 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:16 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:16 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:16 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:16 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:16 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:16 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:16 +0800 Served asset /amalgam/admin.js - 304 Not Modified (13ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-10 15:36:16 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (7ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-10 15:36:16 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-10 15:36:16 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-10 15:36:16 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-10 15:36:16 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-10-10 15:36:18 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"14"}, "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft"  (0.1ms) rollback transaction Completed 500 Internal Server Error in 8ms RuntimeError (translation missing: zh-CN.amalgam.admin.mesage.page_to_be_locked): /Users/brownjohn/code/amalgam/lib/amalgam/models/lockable.rb:36:in `check_locked' activesupport (3.2.8) lib/active_support/callbacks.rb:418:in `_run__404197145882292023__validate__4134445204471469038__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validate_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations.rb:227:in `run_validations!' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `block in run_validations!' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__404197145882292023__validation__4134445204471469038__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validation_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `run_validations!' activemodel (3.2.8) lib/active_model/validations.rb:194:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:69:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:77:in `perform_validations' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:53:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__131303027792518387__process_action__455364897473026183__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3240727041196055376__call__4134445204471469038__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.9ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:36:21 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (50.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (53.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 4 AND "pages"."rgt" >= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (65.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (78.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 16 AND "pages"."rgt" >= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 18 AND "pages"."rgt" >= 19) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (37.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (331.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (334.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.7ms) Completed 200 OK in 360ms (Views: 349.6ms | ActiveRecord: 7.3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:36:21 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:36:21 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:36:21 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:36:21 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:36:21 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:21 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:21 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:21 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:21 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:21 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:21 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:21 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:21 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:21 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:21 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:21 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:21 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:21 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:21 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:21 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:21 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:21 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-10-10 15:36:24 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "prev_id"=>"14"}, "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft"  (0.1ms) rollback transaction Completed 500 Internal Server Error in 5ms RuntimeError (translation missing: zh-CN.amalgam.admin.mesage.page_to_be_locked): /Users/brownjohn/code/amalgam/lib/amalgam/models/lockable.rb:36:in `check_locked' activesupport (3.2.8) lib/active_support/callbacks.rb:418:in `_run__404197145882292023__validate__4134445204471469038__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validate_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations.rb:227:in `run_validations!' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `block in run_validations!' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__404197145882292023__validation__4134445204471469038__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validation_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `run_validations!' activemodel (3.2.8) lib/active_model/validations.rb:194:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:69:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:77:in `perform_validations' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:53:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__131303027792518387__process_action__455364897473026183__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3240727041196055376__call__4134445204471469038__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.2ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:36:26 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (48.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 4 AND "pages"."rgt" >= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (70.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 16 AND "pages"."rgt" >= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 18 AND "pages"."rgt" >= 19) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (36.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (317.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (319.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.5ms) Completed 200 OK in 343ms (Views: 333.4ms | ActiveRecord: 7.1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:36:27 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:36:27 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:36:27 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:36:27 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:36:27 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:27 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:27 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:27 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:27 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:27 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:27 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:27 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:27 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:27 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:27 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:27 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:27 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:27 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:27 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:27 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:27 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:27 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-10-10 15:36:40 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"5", "next_id"=>"15"}, "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "5"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 7 AND 10 THEN "lft" + 20 - 10 WHEN "lft" BETWEEN 11 AND 20 THEN "lft" + 7 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 7 AND 10 THEN "rgt" + 20 - 10 WHEN "rgt" BETWEEN 11 AND 20 THEN "rgt" + 7 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 1 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) UPDATE "pages" SET "updated_at" = '2012-10-10 07:36:40.985525', "body" = '--- {} ' WHERE "pages"."id" = 1  (3.3ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 14 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (42.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (60.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (63.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (64.5ms) Completed 200 OK in 102ms (Views: 72.4ms | ActiveRecord: 6.4ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:36:43 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 4 AND "pages"."rgt" >= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (52.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (62.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 14 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (34.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (309.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (311.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.2ms) Completed 200 OK in 335ms (Views: 325.4ms | ActiveRecord: 7.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:36:44 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:36:44 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:44 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:36:44 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:36:44 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:36:44 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:44 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:44 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:44 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:44 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:44 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:44 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:44 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:44 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:44 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:44 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:44 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:44 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:44 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:44 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:44 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:44 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-10-10 15:36:45 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"14"}, "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft"  (0.1ms) rollback transaction Completed 500 Internal Server Error in 5ms RuntimeError (translation missing: zh-CN.amalgam.admin.mesage.page_to_be_locked): /Users/brownjohn/code/amalgam/lib/amalgam/models/lockable.rb:36:in `check_locked' activesupport (3.2.8) lib/active_support/callbacks.rb:418:in `_run__404197145882292023__validate__4134445204471469038__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validate_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations.rb:227:in `run_validations!' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `block in run_validations!' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__404197145882292023__validation__4134445204471469038__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validation_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `run_validations!' activemodel (3.2.8) lib/active_model/validations.rb:194:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:69:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:77:in `perform_validations' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:53:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__131303027792518387__process_action__455364897473026183__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3240727041196055376__call__4134445204471469038__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.4ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-10-10 15:36:47 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "next_id"=>"17"}, "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft"  (0.1ms) rollback transaction Completed 500 Internal Server Error in 5ms RuntimeError (translation missing: zh-CN.amalgam.admin.mesage.page_to_be_locked): /Users/brownjohn/code/amalgam/lib/amalgam/models/lockable.rb:36:in `check_locked' activesupport (3.2.8) lib/active_support/callbacks.rb:418:in `_run__404197145882292023__validate__4134445204471469038__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validate_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations.rb:227:in `run_validations!' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `block in run_validations!' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__404197145882292023__validation__4134445204471469038__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validation_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `run_validations!' activemodel (3.2.8) lib/active_model/validations.rb:194:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:69:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:77:in `perform_validations' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:53:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__131303027792518387__process_action__455364897473026183__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3240727041196055376__call__4134445204471469038__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (43.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (53.5ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:36:49 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 4 AND "pages"."rgt" >= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (32.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 14 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (46.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (54.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.7ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (49.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (56.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (59.3ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (326.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (329.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.9ms) Completed 200 OK in 352ms (Views: 340.7ms | ActiveRecord: 8.7ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:36:49 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:36:49 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:36:49 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:36:49 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:36:49 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:49 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:49 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:49 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:49 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:49 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:49 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:49 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:49 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:49 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:49 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:49 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:49 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:49 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:49 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:49 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:36:49 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-10-10 15:36:58 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "prev_id"=>"14"}, "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft"  (0.1ms) rollback transaction Completed 500 Internal Server Error in 5ms RuntimeError (translation missing: zh-CN.amalgam.admin.mesage.page_to_be_locked): /Users/brownjohn/code/amalgam/lib/amalgam/models/lockable.rb:36:in `check_locked' activesupport (3.2.8) lib/active_support/callbacks.rb:418:in `_run__404197145882292023__validate__4134445204471469038__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validate_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations.rb:227:in `run_validations!' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `block in run_validations!' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__404197145882292023__validation__4134445204471469038__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validation_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `run_validations!' activemodel (3.2.8) lib/active_model/validations.rb:194:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:69:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:77:in `perform_validations' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:53:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__131303027792518387__process_action__455364897473026183__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3240727041196055376__call__4134445204471469038__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.4ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:38:13 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (4.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 4 AND "pages"."rgt" >= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (20.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (39.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 14 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (36.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (38.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (285.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (301.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.4ms) Completed 200 OK in 565ms (Views: 534.3ms | ActiveRecord: 11.3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:38:14 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:38:14 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:38:14 +0800 Served asset /bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:38:14 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:38:14 +0800 Served asset /amalgam/admin.css - 304 Not Modified (13ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:14 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:14 +0800 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:14 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:14 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (47ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:14 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:14 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:14 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:14 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:14 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:14 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:14 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:14 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:14 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:14 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:14 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:14 +0800 Served asset /amalgam/admin.js - 304 Not Modified (13ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-10-10 15:38:16 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "prev_id"=>"14"}, "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft"  (0.1ms) rollback transaction Completed 500 Internal Server Error in 6ms RuntimeError (文件已被锁定,无法移动): /Users/brownjohn/code/amalgam/lib/amalgam/models/lockable.rb:36:in `check_locked' activesupport (3.2.8) lib/active_support/callbacks.rb:418:in `_run__4300997350102618354__validate__1590368668795841596__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validate_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations.rb:227:in `run_validations!' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `block in run_validations!' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__4300997350102618354__validation__1590368668795841596__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validation_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `run_validations!' activemodel (3.2.8) lib/active_model/validations.rb:194:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:69:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:77:in `perform_validations' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:53:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__123339149852124662__process_action__2541337034746224565__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1992540621312058491__call__1590368668795841596__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.6ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:38:45 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 4 AND "pages"."rgt" >= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (50.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (53.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (67.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (76.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 14 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (36.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (45.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (333.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (336.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.9ms) Completed 200 OK in 359ms (Views: 349.3ms | ActiveRecord: 7.0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:38:46 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:38:46 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:38:46 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:38:46 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:38:46 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:46 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:46 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:46 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:46 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:46 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:46 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:46 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:46 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:46 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:46 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:46 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:46 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:46 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:46 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:46 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:46 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:38:46 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-10 15:39:11 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"17"}, "id"=>"4"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft"  (0.1ms) rollback transaction Completed 500 Internal Server Error in 4ms RuntimeError (文件已被锁定,无法移动): /Users/brownjohn/code/amalgam/lib/amalgam/models/lockable.rb:36:in `check_locked' activesupport (3.2.8) lib/active_support/callbacks.rb:418:in `_run__4300997350102618354__validate__1590368668795841596__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validate_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations.rb:227:in `run_validations!' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `block in run_validations!' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__4300997350102618354__validation__1590368668795841596__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validation_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `run_validations!' activemodel (3.2.8) lib/active_model/validations.rb:194:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:69:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:77:in `perform_validations' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:53:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__123339149852124662__process_action__2541337034746224565__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1992540621312058491__call__1590368668795841596__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (42.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (51.0ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:39:12 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 4 AND "pages"."rgt" >= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 14 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (36.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (47.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (49.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (281.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (283.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.9ms) Completed 200 OK in 305ms (Views: 295.2ms | ActiveRecord: 7.4ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:39:12 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:39:12 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:39:12 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:39:12 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:39:12 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:39:12 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:39:12 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:39:12 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:39:12 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:39:12 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:39:12 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:39:12 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:39:12 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:39:12 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:39:12 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:39:12 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:39:12 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:39:12 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:39:12 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:39:12 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:39:12 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:39:12 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-10-10 15:42:59 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"17"}, "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft"  (0.1ms) rollback transaction Completed 500 Internal Server Error in 45ms RuntimeError (文件已被锁定,无法移动): /Users/brownjohn/code/amalgam/lib/amalgam/models/lockable.rb:36:in `check_locked' activesupport (3.2.8) lib/active_support/callbacks.rb:418:in `_run__4300997350102618354__validate__1590368668795841596__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validate_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations.rb:227:in `run_validations!' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `block in run_validations!' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__4300997350102618354__validation__1590368668795841596__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validation_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `run_validations!' activemodel (3.2.8) lib/active_model/validations.rb:194:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:69:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:77:in `perform_validations' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:53:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__123339149852124662__process_action__2541337034746224565__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1992540621312058491__call__1590368668795841596__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.2ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:45:11 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 4 AND "pages"."rgt" >= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 14 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (38.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (46.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (285.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (288.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.9ms) Completed 200 OK in 313ms (Views: 302.4ms | ActiveRecord: 7.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:45:11 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:45:11 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:45:11 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:45:11 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:11 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:11 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:11 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:45:11 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:11 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:11 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:11 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:11 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:11 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:11 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:11 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:11 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:11 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:11 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:11 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:11 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:11 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:11 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-10 15:45:12 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (12ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-10 15:45:12 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-10 15:45:12 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (5ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-10 15:45:12 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (7ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-10 15:45:12 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started PUT "/admin/pages/2" for 127.0.0.1 at 2012-10-10 15:45:19 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "next_id"=>"4"}, "id"=>"2"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test1' AND "pages"."id" != 2 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]] Page Load (0.2ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] SQL (0.7ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 11 THEN "lft" + 13 - 11 WHEN "lft" BETWEEN 12 AND 13 THEN "lft" + 8 - 12 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 11 THEN "rgt" + 13 - 11 WHEN "rgt" BETWEEN 12 AND 13 THEN "rgt" + 8 - 12 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]]  (0.6ms) UPDATE "pages" SET "updated_at" = '2012-10-10 07:45:19.703638', "body" = '--- {} ' WHERE "pages"."id" = 2  (2.0ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (25.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (26.9ms) Completed 200 OK in 72ms (Views: 35.0ms | ActiveRecord: 4.9ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:45:21 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 4 AND "pages"."rgt" >= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 14 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (38.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (83.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (319.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (322.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.7ms) Completed 200 OK in 345ms (Views: 334.4ms | ActiveRecord: 7.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:45:22 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:45:22 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:45:22 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:45:22 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:45:22 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:22 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:22 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:22 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:22 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:22 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:22 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:22 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:22 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:22 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:22 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:22 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:22 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:22 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:22 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:22 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:22 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:22 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-10 15:45:28 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"4", "prev_id"=>"52"}, "id"=>"55"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 14 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft"  (0.1ms) rollback transaction Completed 500 Internal Server Error in 5ms RuntimeError (文件已被锁定,无法移动): /Users/brownjohn/code/amalgam/lib/amalgam/models/lockable.rb:36:in `check_locked' activesupport (3.2.8) lib/active_support/callbacks.rb:418:in `_run__4300997350102618354__validate__1590368668795841596__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validate_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations.rb:227:in `run_validations!' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `block in run_validations!' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__4300997350102618354__validation__1590368668795841596__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validation_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `run_validations!' activemodel (3.2.8) lib/active_model/validations.rb:194:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:69:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:77:in `perform_validations' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:53:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__123339149852124662__process_action__2541337034746224565__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1992540621312058491__call__1590368668795841596__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.4ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:45:29 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 4 AND "pages"."rgt" >= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (56.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (65.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 14 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (34.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (309.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (311.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.9ms) Completed 200 OK in 336ms (Views: 325.9ms | ActiveRecord: 7.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:45:30 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:45:30 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:45:30 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:30 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:45:30 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:45:30 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:30 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:30 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:30 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:30 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:30 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:30 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:30 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:30 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:30 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:30 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:30 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:30 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:30 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:30 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:30 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:45:30 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:46:03 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 4 AND "pages"."rgt" >= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 14 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (76.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (84.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (316.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (319.6ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.7ms) Completed 200 OK in 349ms (Views: 339.0ms | ActiveRecord: 7.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:46:04 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:46:04 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:46:04 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:46:04 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:46:04 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:04 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:04 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:04 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:04 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:04 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:04 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:04 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:04 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:04 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:04 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:04 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:04 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:04 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:04 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:04 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:04 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:04 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:46:12 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (18.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 4 AND "pages"."rgt" >= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (23.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 14 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (43.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (54.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (331.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (349.6ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.7ms) Completed 200 OK in 649ms (Views: 614.0ms | ActiveRecord: 11.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:46:13 +0800 Served asset /bootstrap.css - 304 Not Modified (44ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:46:13 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:46:13 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:46:13 +0800 Served asset /amalgam/admin.css - 304 Not Modified (14ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:46:13 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:13 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:13 +0800 Served asset /jquery.js - 304 Not Modified (39ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:13 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:13 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:13 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:13 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:13 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:13 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:13 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:13 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:13 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:13 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:13 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:13 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:13 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:13 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:13 +0800 Served asset /amalgam/admin.js - 304 Not Modified (13ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-10-10 15:46:15 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "next_id"=>"17"}, "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" = 5) LIMIT 1  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (3.2ms) Completed 200 OK in 71ms (Views: 12.6ms | ActiveRecord: 0.8ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:46:17 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 4 AND "pages"."rgt" >= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 14 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (36.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (270.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (274.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.9ms) Completed 200 OK in 297ms (Views: 287.7ms | ActiveRecord: 7.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:46:17 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:46:17 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:46:17 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:46:17 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:17 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:46:17 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:17 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:17 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:17 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:17 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:17 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:17 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:17 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:17 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:17 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:17 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:17 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:17 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:17 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:17 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:17 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:17 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-10 15:46:38 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "prev_id"=>"4", "next_id"=>"55"}, "id"=>"52"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 1) LIMIT 1  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (0.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (1.6ms) Completed 200 OK in 16ms (Views: 9.4ms | ActiveRecord: 0.8ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:46:40 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 4 AND "pages"."rgt" >= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (20.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (29.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 14 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (38.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.0ms) Page Load (0.7ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (45.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (296.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (298.9ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.8ms) Completed 200 OK in 323ms (Views: 313.0ms | ActiveRecord: 7.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:46:40 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:46:40 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:46:40 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:46:40 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:40 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:46:40 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:40 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:40 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:40 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:40 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:40 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:40 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:40 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:40 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:40 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:40 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:40 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:40 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:40 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:40 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:46:40 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:47:53 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 4 AND "pages"."rgt" >= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 14 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (36.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (56.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (278.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (281.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.1ms) Completed 200 OK in 305ms (Views: 294.8ms | ActiveRecord: 7.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:47:53 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:47:53 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:47:53 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:47:53 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:47:53 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:53 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:54 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:54 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:54 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:54 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:54 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:54 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:54 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:54 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:54 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:54 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:54 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:54 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:54 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:54 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:54 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:54 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-10 15:47:56 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "prev_id"=>"4", "next_id"=>"55"}, "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 1) LIMIT 1  (0.0ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (2.3ms) Completed 200 OK in 16ms (Views: 10.0ms | ActiveRecord: 0.8ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:47:57 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 4 AND "pages"."rgt" >= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.0ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 14 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (35.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (46.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (289.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (292.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.2ms) Completed 200 OK in 316ms (Views: 306.5ms | ActiveRecord: 7.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:47:58 +0800 Served asset /bootstrap.css - 304 Not Modified (36ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:47:58 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:47:58 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:47:58 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:58 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:58 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:58 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:47:58 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:58 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:58 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:58 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:58 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:58 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:58 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:58 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:58 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:58 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:58 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:58 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:58 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:58 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:47:58 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-10-10 15:48:33 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"14"}, "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" = 14) LIMIT 1  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (0.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (1.6ms) Completed 200 OK in 15ms (Views: 8.6ms | ActiveRecord: 0.9ms) Started GET "/admin" for 127.0.0.1 at 2012-10-10 15:54:40 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 4 AND "pages"."rgt" >= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 14 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (35.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (45.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (281.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (283.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.8ms) Completed 200 OK in 307ms (Views: 297.5ms | ActiveRecord: 7.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-10 15:54:41 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-10 15:54:41 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-10 15:54:41 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-10 15:54:41 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-10 15:54:41 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 15:54:41 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-10 15:54:41 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-10 15:54:41 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-10 15:54:41 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-10 15:54:41 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:54:41 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-10 15:54:41 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-10 15:54:41 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 15:54:41 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-10 15:54:41 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-10 15:54:41 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-10 15:54:41 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-10 15:54:41 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-10 15:54:41 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-10 15:54:41 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-10 15:54:41 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-10 15:54:41 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-10 15:54:41 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (7ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-10 15:54:41 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-10 15:54:41 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-10 15:54:41 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-10 15:54:41 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (1ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-10-11 16:33:41 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.8ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (43.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.haml within layouts/amalgam/admin/editor (7.1ms) Compiled amalgam/editor.js (312ms) (pid 28075) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (30.8ms) Completed 200 OK in 915ms (Views: 829.9ms | ActiveRecord: 45.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /bootstrap.css - 304 Not Modified (18ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury.css - 200 OK (20ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /responsive.css - 200 OK (5ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/mercury.css - 200 OK (16ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/bootstrap-ish.css - 200 OK (6ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/bootstrap-overrides.css - 200 OK (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/dialog.css - 200 OK (34ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/lightview.css - 200 OK (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/modal.css - 200 OK (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/statusbar.css - 200 OK (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/toolbar.css - 200 OK (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/tooltip.css - 200 OK (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/uploader.css - 200 OK (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/all_images.css - 200 OK (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /amalgam/editor.css - 200 OK (23ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /amalgam/mercury.js - 200 OK (52ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 200 OK (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 200 OK (44ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/dependencies/jquery.additions.js - 200 OK (3ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/dependencies/liquidmetal.js - 200 OK (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/dependencies/showdown.js - 200 OK (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/mercury.js - 200 OK (39ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/native_extensions.js - 200 OK (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/page_editor.js - 200 OK (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/history_buffer.js - 200 OK (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/table_editor.js - 200 OK (4ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/dialog.js - 200 OK (4ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/palette.js - 200 OK (4ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/select.js - 200 OK (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/panel.js - 200 OK (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/modal.js - 200 OK (39ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/lightview.js - 200 OK (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/statusbar.js - 200 OK (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/toolbar.js - 200 OK (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/toolbar.button_group.js - 200 OK (5ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/toolbar.button.js - 200 OK (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/toolbar.expander.js - 200 OK (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/tooltip.js - 200 OK (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/snippet.js - 200 OK (4ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/snippet_toolbar.js - 200 OK (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/region.js - 200 OK (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/uploader.js - 200 OK (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/regions/image.js - 200 OK (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/regions/full.js - 200 OK (6ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/regions/markdown.js - 200 OK (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/regions/simple.js - 200 OK (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/dialogs/backcolor.js - 200 OK (46ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/regions/snippets.js - 200 OK (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/dialogs/forecolor.js - 200 OK (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/dialogs/formatblock.js - 200 OK (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/dialogs/snippetpanel.js - 200 OK (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:43 +0800 Served asset /mercury/dialogs/style.js - 200 OK (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:44 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:44 +0800 Served asset /mercury/modals/insertcharacter.js - 200 OK (4ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:44 +0800 Served asset /mercury/modals/htmleditor.js - 200 OK (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:44 +0800 Served asset /mercury/modals/insertlink.js - 200 OK (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:44 +0800 Served asset /mercury/modals/insertmedia.js - 200 OK (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:44 +0800 Served asset /mercury/finalize.js - 200 OK (8ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:44 +0800 Served asset /mercury/modals/inserttable.js - 200 OK (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:44 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 200 OK (2ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:44 +0800 Served asset /mercury/modals/insertsnippet.js - 200 OK (6ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:44 +0800 Served asset /jquery.remotipart.js - 200 OK (4ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:44 +0800 Served asset /jquery.iframe-transport.js - 200 OK (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:44 +0800 Served asset /amalgam/editor.js - 200 OK (86ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:44 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-10-11 16:33:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-10-11 16:33:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-10-11 16:33:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.6ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-10-11 16:33:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-10-11 16:33:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-10-11 16:33:44 +0800 Served asset /mercury/toolbar/primary/_expander.png - 200 OK (4ms) Started GET "/?mercury_frame=true&_=1349944424394" for 127.0.0.1 at 2012-10-11 16:33:44 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1349944424394", "path"=>"home"} Page Load (0.7ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (6.6ms) Completed 200 OK in 12ms (Views: 8.2ms | ActiveRecord: 0.7ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-10-11 16:33:44 +0800 Served asset /mercury/loading-dark.gif - 200 OK (3ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-11 16:33:52 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (17.7ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 4 AND "pages"."rgt" >= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (26.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 14 AND "pages"."rgt" >= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (36.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (45.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (303.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (308.9ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.2ms) Completed 200 OK in 556ms (Views: 546.6ms | ActiveRecord: 7.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-11 16:33:53 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-11 16:33:53 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-11 16:33:53 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-11 16:33:53 +0800 Served asset /amalgam/admin.css - 304 Not Modified (15ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-11 16:33:53 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:53 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:53 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:53 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:53 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:53 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:53 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:53 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:53 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:53 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:53 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:53 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:53 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:53 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:53 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:53 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-11 16:33:53 +0800 Served asset /amalgam/admin.js - 304 Not Modified (55ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-11 16:33:53 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-11 16:33:53 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (8ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-11 16:33:53 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-11 16:33:53 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-11 16:33:53 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (6ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-10-11 16:33:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-10-11 16:33:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-10-11 16:33:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-10-11 16:33:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-10-11 16:33:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1349944435056" for 127.0.0.1 at 2012-10-11 16:33:55 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1349944435056", "path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (4.5ms) Completed 200 OK in 9ms (Views: 5.7ms | ActiveRecord: 0.5ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-10-11 16:33:57 +0800 Served asset /mercury/toolbar/primary/save.png - 200 OK (4ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-10-11 16:33:57 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 200 OK (7ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-10-11 16:33:57 +0800 Served asset /mercury/toolbar/primary/undo.png - 200 OK (6ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-10-11 16:33:57 +0800 Served asset /mercury/toolbar/primary/preview.png - 200 OK (8ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-10-11 16:33:57 +0800 Served asset /mercury/toolbar/primary/redo.png - 200 OK (5ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-10-11 16:33:57 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 200 OK (4ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-10-11 16:33:57 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 200 OK (4ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-10-11 16:33:57 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 200 OK (4ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-10-11 16:33:57 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 200 OK (5ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-10-11 16:33:57 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 200 OK (4ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-10-11 16:33:57 +0800 Served asset /mercury/toolbar/editable/buttons.png - 200 OK (5ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-10-11 16:33:57 +0800 Served asset /mercury/close.png - 200 OK (5ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-10-11 16:37:45 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (29.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.haml within layouts/amalgam/admin/editor (19.1ms) Completed 500 Internal Server Error in 92ms ActionView::Template::Error (undefined method `meta_title' for #): 4: - if current_admin 5: = properties_for @page do |p| 6: = p.string 'body.content' 7: = p.string 'meta_title' 8: = p.string 'meta_keywords' 9: = p.string 'meta_description' 10: = p.attachment 'pic' app/views/pages/show.html.haml:7:in `block in _app_views_pages_show_html_haml__1605971585868122731_70100631415380' app/views/pages/show.html.haml:5:in `_app_views_pages_show_html_haml__1605971585868122731_70100631415380' app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.2ms) Started GET "/" for 127.0.0.1 at 2012-10-11 16:37:56 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.6ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (135.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.2ms) Completed 200 OK in 475ms (Views: 471.7ms | ActiveRecord: 1.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-11 16:37:56 +0800 Served asset /bootstrap.css - 304 Not Modified (48ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-10-11 16:37:56 +0800 Served asset /mercury.css - 304 Not Modified (15ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-10-11 16:37:56 +0800 Served asset /mercury/mercury.css - 304 Not Modified (13ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-10-11 16:37:56 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-10-11 16:37:56 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-10-11 16:37:56 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-10-11 16:37:56 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-10-11 16:37:56 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-10-11 16:37:56 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-10-11 16:37:56 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (36ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-10-11 16:37:56 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-10-11 16:37:56 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-10-11 16:37:56 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-10-11 16:37:56 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-10-11 16:37:56 +0800 Served asset /amalgam/editor.css - 304 Not Modified (30ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:56 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:56 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (63ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:56 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:56 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:56 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (39ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:56 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:56 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:56 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:56 +0800 Served asset /mercury/mercury.js - 304 Not Modified (39ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/modal.js - 304 Not Modified (41ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (40ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /amalgam/editor.js - 304 Not Modified (85ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.3ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1349944677653" for 127.0.0.1 at 2012-10-11 16:37:57 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1349944677653", "path"=>"home"} Page Load (0.6ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (19.2ms) Completed 200 OK in 24ms (Views: 19.8ms | ActiveRecord: 1.0ms) Started GET "/" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (24.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (41.6ms) Completed 200 OK in 125ms (Views: 112.3ms | ActiveRecord: 1.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:37 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1349944718283" for 127.0.0.1 at 2012-10-11 16:38:38 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1349944718283", "path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (20.3ms) Completed 200 OK in 24ms (Views: 21.0ms | ActiveRecord: 0.7ms) Started PUT "/admin/editor" for 127.0.0.1 at 2012-10-11 16:39:02 +0800 Processing by Amalgam::Admin::EditorController#update as JS Parameters: {"content"=>{"pages/54.attachments_attributes"=>{"value"=>{"0"=>{"file"=>#>, "description"=>"", "name"=>"pic_list"}, "b091cc7b-ab65-4e0e-8c34-9805a43c2a95"=>{"description"=>"", "name"=>"pic"}, "c919d465-943a-4bfd-b121-31bedc7aa5f4"=>{"description"=>"", "name"=>"list"}}}, "pages/54.body.content"=>{"value"=>"正文内容11"}}, "commit"=>"更新页面", "utf8"=>"✓", "authenticity_token"=>"v16YT+UrXiJpfs2i5Ou4oey+E2/Oaj+rLvVwPRwoXjw=", "remotipart_submitted"=>"true", "X-Requested-With"=>"IFrame", "X-Http-Accept"=>"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript, */*; q=0.01"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "54"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'home' AND "pages"."id" != 54 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.4ms) UPDATE "pages" SET "updated_at" = '2012-10-11 08:39:02.643014', "body" = '--- content: 正文内容11 ' WHERE "pages"."id" = 54 Binary data inserted for `string` type on column `content_type` Binary data inserted for `string` type on column `file` Binary data inserted for `string` type on column `secure_token` SQL (1.1ms) INSERT INTO "attachments" ("attachable_id", "attachable_type", "content_type", "created_at", "description", "file", "file_size", "name", "original_filename", "position", "secure_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachable_id", 54], ["attachable_type", "Page"], ["content_type", "image/jpeg"], ["created_at", Thu, 11 Oct 2012 16:39:02 CST +08:00], ["description", ""], ["file", "f215.jpg"], ["file_size", 11317], ["name", "pic_list"], ["original_filename", "bl2.jpg"], ["position", nil], ["secure_token", "f215"], ["updated_at", Thu, 11 Oct 2012 16:39:02 CST +08:00]]  (0.6ms) commit transaction Rendered text template (0.0ms) Completed 200 OK in 376ms (Views: 4.5ms | ActiveRecord: 2.8ms) Started GET "/" for 127.0.0.1 at 2012-10-11 16:39:02 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.6ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (25.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.6ms) Completed 200 OK in 132ms (Views: 126.9ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-11 16:39:02 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-10-11 16:39:02 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-10-11 16:39:02 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-10-11 16:39:02 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-10-11 16:39:02 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-10-11 16:39:02 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-10-11 16:39:02 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-10-11 16:39:02 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-10-11 16:39:02 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-10-11 16:39:02 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-10-11 16:39:02 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-10-11 16:39:02 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-10-11 16:39:02 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-10-11 16:39:02 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-10-11 16:39:02 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1349944743516" for 127.0.0.1 at 2012-10-11 16:39:03 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1349944743516", "path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (21.8ms) Completed 200 OK in 26ms (Views: 22.7ms | ActiveRecord: 0.7ms) Started GET "/" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (42.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (43.4ms) Completed 200 OK in 194ms (Views: 181.2ms | ActiveRecord: 1.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 58ms (Views: 57.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1349944836925" for 127.0.0.1 at 2012-10-11 16:40:36 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1349944836925", "path"=>"home"} Page Load (0.6ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (24.9ms) Completed 200 OK in 30ms (Views: 26.1ms | ActiveRecord: 0.9ms) Started PUT "/admin/editor" for 127.0.0.1 at 2012-10-11 16:40:45 +0800 Processing by Amalgam::Admin::EditorController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"v16YT+UrXiJpfs2i5Ou4oey+E2/Oaj+rLvVwPRwoXjw=", "content"=>{"pages/54.body.content"=>{"value"=>"正文内容11"}, "pages/54.attachments_attributes"=>{"value"=>{"1b843630-b030-4329-90c6-4278ccc99c36"=>{"description"=>"", "name"=>"pic"}, "c803b5e5-4205-4c75-928a-6f0eeafa10f1"=>{"description"=>"", "name"=>"list"}, "15437b48-853b-41cd-8038-22717076203f"=>{"description"=>"", "_destroy"=>"1", "name"=>"pic_list", "id"=>"1"}}}}, "commit"=>"更新页面"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "54"]]  (0.1ms) begin transaction Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' AND "attachments"."id" IN (1) Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'home' AND "pages"."id" != 54 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.2ms) UPDATE "pages" SET "updated_at" = '2012-10-11 08:40:45.703439', "body" = '--- content: 正文内容11 ' WHERE "pages"."id" = 54 SQL (0.1ms) DELETE FROM "attachments" WHERE "attachments"."id" = ? [["id", 1]]  (2.4ms) commit transaction Rendered text template (0.0ms) Completed 200 OK in 19ms (Views: 0.7ms | ActiveRecord: 3.5ms) Started GET "/" for 127.0.0.1 at 2012-10-11 16:40:45 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (33.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.0ms) Completed 200 OK in 147ms (Views: 143.6ms | ActiveRecord: 0.8ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:45 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:45 +0800 Served asset /bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:45 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:45 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:45 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:45 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 5ms (Views: 5.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1349944846589" for 127.0.0.1 at 2012-10-11 16:40:46 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1349944846589", "path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (22.0ms) Completed 200 OK in 26ms (Views: 23.0ms | ActiveRecord: 0.8ms) Started PUT "/admin/editor" for 127.0.0.1 at 2012-10-11 16:40:57 +0800 Processing by Amalgam::Admin::EditorController#update as JS Parameters: {"content"=>{"pages/54.attachments_attributes"=>{"value"=>{"0"=>{"file"=>#>, "description"=>"", "name"=>"pic_list"}, "1"=>{"file"=>#>, "description"=>"", "name"=>"pic_list"}, "7c430880-2460-45b9-bfe8-ece7bc08e2ea"=>{"description"=>"", "name"=>"pic"}, "bdd741ce-757c-41ef-909b-ff4f90d6617c"=>{"description"=>"", "name"=>"list"}}}, "pages/54.body.content"=>{"value"=>"正文内容11"}}, "commit"=>"更新页面", "utf8"=>"✓", "authenticity_token"=>"v16YT+UrXiJpfs2i5Ou4oey+E2/Oaj+rLvVwPRwoXjw=", "remotipart_submitted"=>"true", "X-Requested-With"=>"IFrame", "X-Http-Accept"=>"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript, */*; q=0.01"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "54"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'home' AND "pages"."id" != 54 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-10-11 08:40:57.948097', "body" = '--- content: 正文内容11 ' WHERE "pages"."id" = 54 Binary data inserted for `string` type on column `content_type` Binary data inserted for `string` type on column `file` Binary data inserted for `string` type on column `secure_token` SQL (0.7ms) INSERT INTO "attachments" ("attachable_id", "attachable_type", "content_type", "created_at", "description", "file", "file_size", "name", "original_filename", "position", "secure_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachable_id", 54], ["attachable_type", "Page"], ["content_type", "image/jpeg"], ["created_at", Thu, 11 Oct 2012 16:40:57 CST +08:00], ["description", ""], ["file", "b5df.jpg"], ["file_size", 11317], ["name", "pic_list"], ["original_filename", "bl2.jpg"], ["position", nil], ["secure_token", "b5df"], ["updated_at", Thu, 11 Oct 2012 16:40:57 CST +08:00]] Binary data inserted for `string` type on column `content_type` Binary data inserted for `string` type on column `file` Binary data inserted for `string` type on column `secure_token` SQL (0.6ms) INSERT INTO "attachments" ("attachable_id", "attachable_type", "content_type", "created_at", "description", "file", "file_size", "name", "original_filename", "position", "secure_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachable_id", 54], ["attachable_type", "Page"], ["content_type", "image/jpeg"], ["created_at", Thu, 11 Oct 2012 16:40:57 CST +08:00], ["description", ""], ["file", "711c.jpg"], ["file_size", 13682], ["name", "pic_list"], ["original_filename", "bl.jpg"], ["position", nil], ["secure_token", "711c"], ["updated_at", Thu, 11 Oct 2012 16:40:57 CST +08:00]]  (1.1ms) commit transaction Rendered text template (0.0ms) Completed 200 OK in 462ms (Views: 0.6ms | ActiveRecord: 3.3ms) Started GET "/" for 127.0.0.1 at 2012-10-11 16:40:57 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.6ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (34.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.1ms) Completed 200 OK in 160ms (Views: 152.5ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1349944858851" for 127.0.0.1 at 2012-10-11 16:40:58 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1349944858851", "path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (23.9ms) Completed 200 OK in 27ms (Views: 24.5ms | ActiveRecord: 0.8ms) Started PUT "/admin/editor" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Processing by Amalgam::Admin::EditorController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"v16YT+UrXiJpfs2i5Ou4oey+E2/Oaj+rLvVwPRwoXjw=", "content"=>{"pages/54.body.content"=>{"value"=>"正文内容11"}, "pages/54.attachments_attributes"=>{"value"=>{"abdcabf5-2862-4ee6-9f91-4fad5eb7d5e2"=>{"description"=>"", "name"=>"pic"}, "4a00c44b-f806-484a-9c93-759075de7b4d"=>{"description"=>"", "name"=>"list"}, "ae0ee452-5b14-4a7a-b7f1-5610ceb90345"=>{"description"=>"", "_destroy"=>"1", "name"=>"pic_list", "id"=>"2"}, "58201912-01a8-4f0f-8b26-534f95038ae6"=>{"description"=>"", "name"=>"pic_list", "id"=>"3"}}}}, "commit"=>"更新页面"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "54"]]  (0.1ms) begin transaction Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' AND "attachments"."id" IN (2, 3) Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'home' AND "pages"."id" != 54 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.2ms) UPDATE "pages" SET "updated_at" = '2012-10-11 08:41:03.364128', "body" = '--- content: 正文内容11 ' WHERE "pages"."id" = 54 SQL (0.1ms) DELETE FROM "attachments" WHERE "attachments"."id" = ? [["id", 2]]  (2.6ms) commit transaction Rendered text template (0.0ms) Completed 200 OK in 16ms (Views: 0.4ms | ActiveRecord: 3.5ms) Started GET "/" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (27.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (64.1ms) Completed 200 OK in 147ms (Views: 143.9ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:03 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:04 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:04 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:04 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:04 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:04 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:04 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:04 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:04 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:04 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-10-11 16:41:04 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-10-11 16:41:04 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-10-11 16:41:04 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-10-11 16:41:04 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-10-11 16:41:04 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-10-11 16:41:04 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 5ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1349944864125" for 127.0.0.1 at 2012-10-11 16:41:04 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1349944864125", "path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (27.7ms) Completed 200 OK in 33ms (Views: 28.8ms | ActiveRecord: 1.0ms) Started GET "/" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (17.6ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.8ms) Completed 200 OK in 66ms (Views: 63.2ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/dialog.css - 304 Not Modified (46ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:38 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:39 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:39 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:39 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:39 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:39 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:39 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:39 +0800 Served asset /amalgam/editor.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-10-11 16:56:39 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-10-11 16:56:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-10-11 16:56:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-10-11 16:56:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-10-11 16:56:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-10-11 16:56:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-10-11 16:56:39 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (4ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-10-11 16:56:39 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (5ms) Started GET "/?mercury_frame=true&_=1349945799129" for 127.0.0.1 at 2012-10-11 16:56:39 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1349945799129", "path"=>"home"} Page Load (0.6ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (64.3ms) Completed 200 OK in 69ms (Views: 65.2ms | ActiveRecord: 0.9ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-10-11 16:56:39 +0800 Served asset /mercury/toolbar/primary/save.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-10-11 16:56:39 +0800 Served asset /mercury/toolbar/primary/undo.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-10-11 16:56:39 +0800 Served asset /mercury/toolbar/primary/preview.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-10-11 16:56:39 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-10-11 16:56:39 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-10-11 16:56:39 +0800 Served asset /mercury/toolbar/primary/redo.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-10-11 16:56:39 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-10-11 16:56:39 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-10-11 16:56:39 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-10-11 16:56:39 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-10-11 16:56:39 +0800 Served asset /mercury/toolbar/editable/buttons.png - 304 Not Modified (3ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-10-11 16:56:39 +0800 Served asset /mercury/close.png - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-11 17:02:00 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (5ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-11 17:02:15 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (45.7ms) Completed 200 OK in 109ms (Views: 107.0ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-11 17:02:15 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-11 17:02:15 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-11 17:02:15 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-11 17:02:15 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-11 17:02:15 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-11 17:02:15 +0800 Served asset /amalgam/admin.css - 304 Not Modified (14ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-11 17:02:15 +0800 Served asset /modernizr.js - 304 Not Modified (39ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 17:02:15 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-11 17:02:15 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-11 17:02:15 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (15ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-11 17:02:15 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-11 17:02:15 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-11 17:02:15 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 17:02:15 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-11 17:02:15 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-11 17:02:15 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-11 17:02:15 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-11 17:02:15 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-11 17:02:15 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-11 17:02:15 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-11 17:02:15 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-11 17:02:16 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-11 17:02:16 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-10-15 12:18:48 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (4.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (245.9ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (24.3ms) Completed 200 OK in 703ms (Views: 669.1ms | ActiveRecord: 6.1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-10-15 12:18:49 +0800 Served asset /responsive.css - 200 OK (21ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-15 12:18:49 +0800 Served asset /bootstrap.css - 200 OK (10ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-10-15 12:18:49 +0800 Served asset /mercury.css - 304 Not Modified (18ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-10-15 12:18:49 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-10-15 12:18:49 +0800 Served asset /mercury/mercury.css - 304 Not Modified (13ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-10-15 12:18:49 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-10-15 12:18:49 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-10-15 12:18:49 +0800 Served asset /mercury/lightview.css - 304 Not Modified (32ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-10-15 12:18:49 +0800 Served asset /mercury/modal.css - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-10-15 12:18:49 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-10-15 12:18:49 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-10-15 12:18:49 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-10-15 12:18:49 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-10-15 12:18:49 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-10-15 12:18:49 +0800 Served asset /amalgam/editor.css - 200 OK (26ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:49 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:49 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (64ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /jquery_ujs.js - 304 Not Modified (36ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/mercury.js - 304 Not Modified (38ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/select.js - 304 Not Modified (38ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (39ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Served asset /amalgam/editor.js - 304 Not Modified (84ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-10-15 12:18:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-10-15 12:18:51 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (6ms) Started GET "/?mercury_frame=true&_=1350274730947" for 127.0.0.1 at 2012-10-15 12:18:51 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1350274730947", "path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (24.4ms) Completed 200 OK in 30ms (Views: 25.6ms | ActiveRecord: 0.9ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-10-15 12:18:51 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (5ms) Started GET "/admin_user/edit" for 127.0.0.1 at 2012-10-15 12:18:53 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (8.6ms) Compiled amalgam/extra.css (0ms) (pid 55788) Compiled amalgam/admin.css (8ms) (pid 55788) Compiled amalgam/extra.js (0ms) (pid 55788) Compiled amalgam/admin.js (58ms) (pid 55788) Completed 200 OK in 186ms (Views: 184.6ms | ActiveRecord: 0.1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-15 12:18:54 +0800 Served asset /amalgam/extra.css - 200 OK (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-15 12:18:54 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-15 12:18:54 +0800 Served asset /amalgam/admin/layout.css - 200 OK (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-15 12:18:54 +0800 Served asset /amalgam/admin/login.css - 200 OK (5ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:54 +0800 Served asset /jquery.ui.core.js - 200 OK (5ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-15 12:18:54 +0800 Served asset /amalgam/admin.css - 304 Not Modified (13ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:54 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:54 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:54 +0800 Served asset /jquery.ui.widget.js - 200 OK (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:54 +0800 Served asset /jquery.ui.mouse.js - 200 OK (8ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:54 +0800 Served asset /jquery.ui.sortable.js - 200 OK (14ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:54 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:54 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:54 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:54 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:54 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:54 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:54 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:54 +0800 Served asset /amalgam/extra.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:54 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:54 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:54 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:54 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-15 12:18:54 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started PUT "/admin_user/edit_info" for 127.0.0.1 at 2012-10-15 12:18:59 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"v16YT+UrXiJpfs2i5Ou4oey+E2/Oaj+rLvVwPRwoXjw=", "admin_user"=>{"username"=>"admin1", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (4.3ms) Completed 200 OK in 107ms (Views: 17.0ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:59 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-15 12:18:59 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-15 12:18:59 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:59 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:59 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:59 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:59 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:59 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:59 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:59 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:59 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:59 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:59 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:59 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:59 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-15 12:18:59 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-10-16 11:44:25 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (4.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (244.9ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (18.5ms) Completed 200 OK in 774ms (Views: 738.7ms | ActiveRecord: 5.6ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (6ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury.css - 304 Not Modified (17ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/mercury.css - 304 Not Modified (17ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /bootstrap.css - 304 Not Modified (13ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (6ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/lightview.css - 304 Not Modified (6ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/dialog.css - 304 Not Modified (6ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/modal.css - 304 Not Modified (37ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /amalgam/editor.css - 304 Not Modified (27ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (67ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (41ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/mercury.js - 304 Not Modified (43ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/dialog.js - 304 Not Modified (4ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/select.js - 304 Not Modified (40ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/modal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/lightview.js - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/region.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:26 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (41ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (7ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Served asset /amalgam/editor.js - 304 Not Modified (90ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (9ms) Started GET "/?mercury_frame=true&_=1350359067521" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1350359067521", "path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (20.3ms) Completed 200 OK in 24ms (Views: 20.9ms | ActiveRecord: 0.9ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-10-16 11:44:27 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (4ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 11:47:04 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (33.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (38.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (39.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (272.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (276.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.9ms) Completed 200 OK in 488ms (Views: 484.5ms | ActiveRecord: 0.5ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 11:47:05 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 11:47:05 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 11:47:05 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 11:47:05 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 11:47:05 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 11:47:05 +0800 Served asset /amalgam/admin.css - 304 Not Modified (14ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:05 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:05 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:05 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:05 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:05 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (13ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:05 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (45ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:05 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:05 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:05 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:05 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:05 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:05 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:05 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:05 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:05 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:05 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:05 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:05 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-16 11:47:05 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (7ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-16 11:47:05 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (4ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-16 11:47:05 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-16 11:47:05 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-16 11:47:05 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started PUT "/admin/pages/2" for 127.0.0.1 at 2012-10-16 11:47:10 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"15"}, "id"=>"2"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test1' AND "pages"."id" != 2 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 9 THEN "lft" + 16 - 9 WHEN "lft" BETWEEN 10 AND 16 THEN "lft" + 8 - 10 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 9 THEN "rgt" + 16 - 9 WHEN "rgt" BETWEEN 10 AND 16 THEN "rgt" + 8 - 10 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]]  (0.5ms) UPDATE "pages" SET "path" = 'test1', "updated_at" = '2012-10-16 03:47:10.822929', "body" = '--- {} ' WHERE "pages"."id" = 2 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) AND ("pages"."id" != 2) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.5ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (21.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (24.1ms) Completed 200 OK in 114ms (Views: 33.5ms | ActiveRecord: 4.8ms) Started PUT "/admin/pages/2" for 127.0.0.1 at 2012-10-16 11:47:13 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"5", "next_id"=>"1"}, "id"=>"2"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test1' AND "pages"."id" != 2 AND "pages"."parent_id" IS NULL) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "5"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 7 AND 14 THEN "lft" + 16 - 14 WHEN "lft" BETWEEN 15 AND 16 THEN "lft" + 7 - 15 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 7 AND 14 THEN "rgt" + 16 - 14 WHEN "rgt" BETWEEN 15 AND 16 THEN "rgt" + 7 - 15 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]]  (0.4ms) UPDATE "pages" SET "updated_at" = '2012-10-16 03:47:13.463716', "body" = '--- {} ' WHERE "pages"."id" = 2  (1.8ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (12.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (13.5ms) Completed 200 OK in 44ms (Views: 23.3ms | ActiveRecord: 3.6ms) Started PUT "/admin/pages/14" for 127.0.0.1 at 2012-10-16 11:47:16 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"15"}, "id"=>"14"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "14"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdf' AND "pages"."id" != 14 AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 4 AND 5 THEN "lft" + 16 - 5 WHEN "lft" BETWEEN 6 AND 16 THEN "lft" + 4 - 6 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 4 AND 5 THEN "rgt" + 16 - 5 WHEN "rgt" BETWEEN 6 AND 16 THEN "rgt" + 4 - 6 ELSE "rgt" END, "parent_id" = CASE WHEN id = 14 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]]  (0.4ms) UPDATE "pages" SET "path" = 'fasdf', "updated_at" = '2012-10-16 03:47:16.058534', "body" = '--- {} ' WHERE "pages"."id" = 14 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) AND ("pages"."id" != 14) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.9ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (14.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (15.5ms) Completed 200 OK in 42ms (Views: 24.9ms | ActiveRecord: 4.0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 11:47:19 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (25.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (34.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (45.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (286.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (288.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (49.4ms) Completed 200 OK in 357ms (Views: 354.0ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 11:47:20 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 11:47:20 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 11:47:20 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 11:47:20 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 11:47:20 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 11:47:20 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:20 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:20 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:20 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:20 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:20 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:20 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:20 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:20 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:20 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:20 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:20 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:20 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:20 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:20 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:20 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:20 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:20 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 11:47:20 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 11:49:14 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (17.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (32.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (34.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (36.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (37.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (57.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (65.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.1ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (326.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (342.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.8ms) Completed 200 OK in 575ms (Views: 543.3ms | ActiveRecord: 10.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:15 +0800 Served asset /bootstrap.css - 304 Not Modified (15ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:15 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:15 +0800 Served asset /amalgam/extra.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:15 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:15 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:15 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:15 +0800 Served asset /jquery.js - 304 Not Modified (35ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:15 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:15 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:15 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:15 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (15ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:15 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:15 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:15 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:15 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:15 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:15 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:15 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:15 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:15 +0800 Served asset /amalgam/extra.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:15 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:15 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:15 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:15 +0800 Served asset /amalgam/admin.js - 304 Not Modified (16ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 11:49:19 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"14"}, "id"=>"4"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 11 THEN "lft" + 14 - 11 WHEN "lft" BETWEEN 12 AND 14 THEN "lft" + 8 - 12 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 11 THEN "rgt" + 14 - 11 WHEN "rgt" BETWEEN 12 AND 14 THEN "rgt" + 8 - 12 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]]  (0.4ms) UPDATE "pages" SET "path" = 'test3', "updated_at" = '2012-10-16 03:49:19.070505', "body" = '--- {} ' WHERE "pages"."id" = 4 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 14) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.2ms) UPDATE "pages" SET "path" = 'test3/agagsdgsadgsdg', "updated_at" = '2012-10-16 03:49:19.080604', "body" = '--- {} ' WHERE "pages"."id" = 52  (2.4ms) commit transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (33.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (35.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (37.0ms) Completed 200 OK in 86ms (Views: 44.0ms | ActiveRecord: 5.5ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 11:49:20 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.1ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (38.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (41.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (50.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (276.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (317.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.9ms) Completed 200 OK in 342ms (Views: 331.5ms | ActiveRecord: 7.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:21 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:21 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:21 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:21 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:21 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:21 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:21 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:21 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:21 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:21 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:21 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:21 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:21 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:21 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:21 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:21 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:21 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:21 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:21 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:21 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:21 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:21 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:21 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:21 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 11:49:28 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "prev_id"=>"55"}, "id"=>"4"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 14 - 10 WHEN "lft" BETWEEN 11 AND 14 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 14 - 10 WHEN "rgt" BETWEEN 11 AND 14 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "path" = 'test/test3', "updated_at" = '2012-10-16 03:49:28.778180', "body" = '--- {} ' WHERE "pages"."id" = 4 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 13) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.1ms) UPDATE "pages" SET "path" = 'test/test3/agagsdgsadgsdg', "updated_at" = '2012-10-16 03:49:28.785579', "body" = '--- {} ' WHERE "pages"."id" = 52  (1.1ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 13) ORDER BY lft ASC, "pages"."lft" Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (25.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (26.2ms) Completed 200 OK in 114ms (Views: 32.6ms | ActiveRecord: 4.4ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 11:49:30 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (27.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (35.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (45.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.4ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.2ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (294.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (297.9ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.9ms) Completed 200 OK in 324ms (Views: 314.0ms | ActiveRecord: 7.6ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:30 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:30 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:30 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:30 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:30 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:30 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:30 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:30 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:30 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:30 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:30 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:30 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:30 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:30 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:30 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:30 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:30 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:30 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:30 +0800 Served asset /amalgam/extra.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:30 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:30 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:30 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:30 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:30 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 11:49:33 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"14"}, "id"=>"4"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 13 THEN "lft" + 14 - 13 WHEN "lft" BETWEEN 14 AND 14 THEN "lft" + 10 - 14 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 13 THEN "rgt" + 14 - 13 WHEN "rgt" BETWEEN 14 AND 14 THEN "rgt" + 10 - 14 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]]  (0.4ms) UPDATE "pages" SET "path" = 'test3', "updated_at" = '2012-10-16 03:49:33.526390', "body" = '--- {} ' WHERE "pages"."id" = 4 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 14) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.2ms) UPDATE "pages" SET "path" = 'test3/agagsdgsadgsdg', "updated_at" = '2012-10-16 03:49:33.532664', "body" = '--- {} ' WHERE "pages"."id" = 52  (2.8ms) commit transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (26.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (27.8ms) Completed 200 OK in 61ms (Views: 34.5ms | ActiveRecord: 5.6ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 11:49:36 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (61.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.9ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (308.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (311.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (42.7ms) Completed 200 OK in 373ms (Views: 362.9ms | ActiveRecord: 8.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:36 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:36 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:36 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:36 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:36 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:36 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:36 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:36 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:36 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:36 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:36 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:36 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:36 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:36 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:36 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:36 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:36 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:36 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:36 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:36 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:36 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:36 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:36 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:36 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 11:49:38 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "prev_id"=>"55"}, "id"=>"4"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 14 - 10 WHEN "lft" BETWEEN 11 AND 14 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 14 - 10 WHEN "rgt" BETWEEN 11 AND 14 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "path" = 'test/test3', "updated_at" = '2012-10-16 03:49:38.749933', "body" = '--- {} ' WHERE "pages"."id" = 4 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 13) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.2ms) UPDATE "pages" SET "path" = 'test/test3/agagsdgsadgsdg', "updated_at" = '2012-10-16 03:49:38.758237', "body" = '--- {} ' WHERE "pages"."id" = 52  (2.2ms) commit transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.1ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 13) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (28.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (29.3ms) Completed 200 OK in 69ms (Views: 37.6ms | ActiveRecord: 5.7ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 11:49:40 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (47.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (55.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (65.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (73.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (276.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (280.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.2ms) Completed 200 OK in 344ms (Views: 333.3ms | ActiveRecord: 7.7ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:40 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:40 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:40 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:40 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:40 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:40 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:40 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:40 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:40 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:40 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:40 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:40 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:40 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:40 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:40 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:41 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:41 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:41 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:41 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:41 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:41 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:41 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:41 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 11:49:49 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"14"}, "id"=>"55"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 9 THEN "lft" + 14 - 9 WHEN "lft" BETWEEN 10 AND 14 THEN "lft" + 8 - 10 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 9 THEN "rgt" + 14 - 9 WHEN "rgt" BETWEEN 10 AND 14 THEN "rgt" + 8 - 10 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]]  (0.4ms) UPDATE "pages" SET "path" = 'sluggg', "updated_at" = '2012-10-16 03:49:49.101218', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.8ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (16.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (18.2ms) Completed 200 OK in 42ms (Views: 25.8ms | ActiveRecord: 4.4ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 11:49:50 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.1ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (282.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (284.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (43.9ms) Completed 200 OK in 347ms (Views: 336.8ms | ActiveRecord: 7.6ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:50 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:50 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:50 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:50 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:50 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:50 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 11:49:50 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:50 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:50 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:50 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:50 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:50 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:50 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:50 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:50 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:50 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:50 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:50 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:50 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:50 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:50 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:50 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:50 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 11:49:50 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 11:49:54 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "next_id"=>"4"}, "id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 12 THEN "lft" + 14 - 12 WHEN "lft" BETWEEN 13 AND 14 THEN "lft" + 8 - 13 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 12 THEN "rgt" + 14 - 12 WHEN "rgt" BETWEEN 13 AND 14 THEN "rgt" + 8 - 13 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "path" = 'test/sluggg', "updated_at" = '2012-10-16 03:49:54.901246', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 9) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.2ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (15.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (16.4ms) Completed 200 OK in 47ms (Views: 25.1ms | ActiveRecord: 4.8ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-16 11:50:02 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "prev_id"=>"4"}, "id"=>"52"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 1) LIMIT 1  (0.0ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (1.9ms) Completed 200 OK in 16ms (Views: 10.5ms | ActiveRecord: 0.7ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 11:50:03 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (66.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (74.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (281.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (321.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.2ms) Completed 200 OK in 348ms (Views: 337.7ms | ActiveRecord: 7.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 11:50:04 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 11:50:04 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 11:50:04 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 11:50:04 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 11:50:04 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 11:50:04 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:04 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:04 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:04 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:04 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:04 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:04 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:04 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:04 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:04 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:04 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:04 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:04 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:04 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:04 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:04 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:04 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:04 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:04 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-16 11:50:07 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "prev_id"=>"4"}, "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 1) LIMIT 1  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (2.5ms) Completed 200 OK in 18ms (Views: 10.9ms | ActiveRecord: 0.9ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 11:50:08 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (46.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (54.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (66.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (75.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (285.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (288.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.4ms) Completed 200 OK in 352ms (Views: 342.4ms | ActiveRecord: 7.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 11:50:09 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 11:50:09 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 11:50:09 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 11:50:09 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 11:50:09 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 11:50:09 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:09 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:09 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:09 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:09 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:09 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:09 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:09 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:09 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:09 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:09 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:09 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:09 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:09 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:09 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:09 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:09 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:09 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 11:50:11 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"14"}, "id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 9 THEN "lft" + 14 - 9 WHEN "lft" BETWEEN 10 AND 14 THEN "lft" + 8 - 10 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 9 THEN "rgt" + 14 - 9 WHEN "rgt" BETWEEN 10 AND 14 THEN "rgt" + 8 - 10 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]]  (0.4ms) UPDATE "pages" SET "path" = 'sluggg', "updated_at" = '2012-10-16 03:50:11.601085', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.1ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (14.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (16.1ms) Completed 200 OK in 46ms (Views: 23.4ms | ActiveRecord: 4.7ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 11:50:13 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.2ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (281.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (283.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.2ms) Completed 200 OK in 344ms (Views: 334.4ms | ActiveRecord: 7.9ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 11:50:13 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 11:50:13 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 11:50:13 +0800 Served asset /amalgam/extra.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 11:50:13 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 11:50:13 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 11:50:13 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:13 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:13 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:13 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:13 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:13 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:13 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:13 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:13 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:13 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:13 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:13 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:13 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:13 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:13 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:13 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:13 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:13 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:13 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 11:50:16 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "next_id"=>"4"}, "id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 12 THEN "lft" + 14 - 12 WHEN "lft" BETWEEN 13 AND 14 THEN "lft" + 8 - 13 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 12 THEN "rgt" + 14 - 12 WHEN "rgt" BETWEEN 13 AND 14 THEN "rgt" + 8 - 13 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.5ms) UPDATE "pages" SET "path" = 'test/sluggg', "updated_at" = '2012-10-16 03:50:16.461171', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 9) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.6ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (15.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (16.1ms) Completed 200 OK in 48ms (Views: 24.6ms | ActiveRecord: 5.5ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 11:50:18 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.9ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (63.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (75.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (83.1ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (300.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (303.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.6ms) Completed 200 OK in 367ms (Views: 357.1ms | ActiveRecord: 7.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 11:50:18 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 11:50:18 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 11:50:18 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 11:50:18 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 11:50:18 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 11:50:18 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:18 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:18 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:18 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:18 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:18 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:18 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:18 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:18 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:18 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:18 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:18 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:18 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:18 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:18 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:18 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:18 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 11:50:18 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 12:09:15 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (61.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (72.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (85.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (93.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (310.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (313.9ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.4ms) Completed 200 OK in 382ms (Views: 370.8ms | ActiveRecord: 8.1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 12:09:16 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 12:09:16 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 12:09:16 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 12:09:16 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 12:09:16 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 12:09:16 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:16 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:16 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:16 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:16 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:16 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:16 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:16 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:16 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:16 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:16 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:16 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:16 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:16 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:16 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:16 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:16 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:16 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:16 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 12:09:26 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "prev_id"=>"55"}, "id"=>"4"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]]  (1.5ms) UPDATE "pages" SET "updated_at" = '2012-10-16 04:09:26.311173', "body" = '--- {} ' WHERE "pages"."id" = 4  (0.8ms) commit transaction Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (19.3ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 13) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (39.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (41.7ms) Completed 200 OK in 82ms (Views: 54.1ms | ActiveRecord: 4.1ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 12:09:29 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"14"}, "id"=>"4"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 13 THEN "lft" + 14 - 13 WHEN "lft" BETWEEN 14 AND 14 THEN "lft" + 10 - 14 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 13 THEN "rgt" + 14 - 13 WHEN "rgt" BETWEEN 14 AND 14 THEN "rgt" + 10 - 14 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]]  (0.4ms) UPDATE "pages" SET "path" = 'test3', "updated_at" = '2012-10-16 04:09:29.692265', "body" = '--- {} ' WHERE "pages"."id" = 4 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 14) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.2ms) UPDATE "pages" SET "path" = 'test3/agagsdgsadgsdg', "updated_at" = '2012-10-16 04:09:29.700094', "body" = '--- {} ' WHERE "pages"."id" = 52  (2.1ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.7ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (47.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (50.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (53.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (65.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (67.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (68.4ms) Completed 200 OK in 103ms (Views: 75.8ms | ActiveRecord: 4.9ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 12:09:32 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.1ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (310.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (313.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.1ms) Completed 200 OK in 338ms (Views: 327.5ms | ActiveRecord: 8.1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 12:09:32 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 12:09:32 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 12:09:32 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 12:09:32 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 12:09:32 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 12:09:32 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:32 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:32 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:32 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:32 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:32 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:32 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:32 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:32 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:32 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:32 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:32 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:32 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:32 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:32 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:32 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:32 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:32 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 12:09:32 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 12:09:34 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "prev_id"=>"55"}, "id"=>"4"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 14 - 10 WHEN "lft" BETWEEN 11 AND 14 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 14 - 10 WHEN "rgt" BETWEEN 11 AND 14 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "path" = 'test/test3', "updated_at" = '2012-10-16 04:09:34.844360', "body" = '--- {} ' WHERE "pages"."id" = 4 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 13) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.1ms) UPDATE "pages" SET "path" = 'test/test3/agagsdgsadgsdg', "updated_at" = '2012-10-16 04:09:34.895621', "body" = '--- {} ' WHERE "pages"."id" = 52  (2.8ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 13) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (29.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (30.8ms) Completed 200 OK in 111ms (Views: 38.5ms | ActiveRecord: 6.5ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 12:10:56 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"14"}, "id"=>"4"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.0ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 13 THEN "lft" + 14 - 13 WHEN "lft" BETWEEN 14 AND 14 THEN "lft" + 10 - 14 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 13 THEN "rgt" + 14 - 13 WHEN "rgt" BETWEEN 14 AND 14 THEN "rgt" + 10 - 14 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]]  (0.5ms) UPDATE "pages" SET "path" = 'test3', "updated_at" = '2012-10-16 04:10:56.542772', "body" = '--- {} ' WHERE "pages"."id" = 4 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 14) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.1ms) UPDATE "pages" SET "path" = 'test3/agagsdgsadgsdg', "updated_at" = '2012-10-16 04:10:56.552171', "body" = '--- {} ' WHERE "pages"."id" = 52  (0.6ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (26.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (27.3ms) Completed 200 OK in 61ms (Views: 36.3ms | ActiveRecord: 3.3ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 12:10:57 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.9ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (358.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (361.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.9ms) Completed 200 OK in 394ms (Views: 382.4ms | ActiveRecord: 8.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 12:10:58 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 12:10:58 +0800 Served asset /amalgam/extra.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 12:10:58 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 12:10:58 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 12:10:58 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 12:10:58 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 12:10:58 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 12:10:58 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 12:10:58 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 12:10:58 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 12:10:58 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 12:10:58 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 12:10:58 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 12:10:58 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 12:10:58 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 12:10:58 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 12:10:58 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 12:10:58 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 12:10:58 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 12:10:58 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 12:10:58 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 12:10:58 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 12:10:58 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 12:10:58 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 12:11:01 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "prev_id"=>"55"}, "id"=>"4"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 14 - 10 WHEN "lft" BETWEEN 11 AND 14 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 14 - 10 WHEN "rgt" BETWEEN 11 AND 14 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.3ms) UPDATE "pages" SET "path" = 'test/test3', "updated_at" = '2012-10-16 04:11:01.114588', "body" = '--- {} ' WHERE "pages"."id" = 4 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 13) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.1ms) UPDATE "pages" SET "path" = 'test/test3/agagsdgsadgsdg', "updated_at" = '2012-10-16 04:11:01.122821', "body" = '--- {} ' WHERE "pages"."id" = 52  (2.0ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 13) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (28.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (29.5ms) Completed 200 OK in 62ms (Views: 36.2ms | ActiveRecord: 4.7ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 12:11:02 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (28.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (36.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.3ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (294.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (296.6ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (46.5ms) Completed 200 OK in 363ms (Views: 352.9ms | ActiveRecord: 7.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 12:11:02 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 12:11:02 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 12:11:02 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 12:11:02 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 12:11:02 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 12:11:02 +0800 Served asset /amalgam/admin.css - 304 Not Modified (9ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 12:11:02 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 12:11:02 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 12:11:02 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 12:11:02 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 12:11:02 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 12:11:02 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 12:11:02 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 12:11:02 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 12:11:02 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 12:11:02 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 12:11:02 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 12:11:02 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 12:11:02 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 12:11:03 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 12:11:03 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 12:11:03 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 12:11:03 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 12:11:03 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117) Migrating to CreatePosts (20120904075542) Migrating to CreateAdmins (20120913061406) Migrating to CreateAttachments (20120920033135)  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("attachments")  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:18:46 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (5.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (16.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (31.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (30.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (295.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (311.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (16.1ms) Completed 200 OK in 613ms (Views: 578.2ms | ActiveRecord: 12.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:18:47 +0800 Served asset /bootstrap.css - 304 Not Modified (42ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:18:47 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:18:47 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:18:47 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:18:47 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (7ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:18:47 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:47 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:47 +0800 Served asset /jquery.js - 304 Not Modified (44ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:47 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:47 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:47 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:47 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:47 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:47 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:47 +0800 Served asset /jquery_ujs.js - 304 Not Modified (9ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:47 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:47 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:47 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:47 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:47 +0800 Served asset /amalgam/extra.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:47 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:47 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:47 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:47 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-16 14:18:48 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-16 14:18:48 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (5ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-16 14:18:48 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (6ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-16 14:18:48 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-16 14:18:48 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 14:18:49 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"14"}, "id"=>"4"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.0ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 13 THEN "lft" + 14 - 13 WHEN "lft" BETWEEN 14 AND 14 THEN "lft" + 10 - 14 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 13 THEN "rgt" + 14 - 13 WHEN "rgt" BETWEEN 14 AND 14 THEN "rgt" + 10 - 14 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]]  (0.4ms) UPDATE "pages" SET "path" = 'test3', "updated_at" = '2012-10-16 06:18:49.675322', "body" = '--- {} ' WHERE "pages"."id" = 4 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 14) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.2ms) UPDATE "pages" SET "path" = 'test3/agagsdgsadgsdg', "updated_at" = '2012-10-16 06:18:49.686539', "body" = '--- {} ' WHERE "pages"."id" = 52  (0.9ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.8ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (41.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (43.3ms) Completed 200 OK in 108ms (Views: 54.4ms | ActiveRecord: 4.0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:18:50 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (38.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (327.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (329.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.8ms) Completed 200 OK in 356ms (Views: 346.4ms | ActiveRecord: 7.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:18:51 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:18:51 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:18:51 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:18:51 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:18:51 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:18:51 +0800 Served asset /amalgam/extra.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:51 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:51 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:51 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:51 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:51 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:51 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:51 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:51 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:51 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:51 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:51 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:51 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:51 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:51 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:51 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:51 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:51 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:18:51 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 14:18:52 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "prev_id"=>"55"}, "id"=>"4"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 14 - 10 WHEN "lft" BETWEEN 11 AND 14 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 14 - 10 WHEN "rgt" BETWEEN 11 AND 14 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "path" = 'test/test3', "updated_at" = '2012-10-16 06:18:52.985227', "body" = '--- {} ' WHERE "pages"."id" = 4 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 13) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.1ms) UPDATE "pages" SET "path" = 'test/test3/agagsdgsadgsdg', "updated_at" = '2012-10-16 06:18:52.991973', "body" = '--- {} ' WHERE "pages"."id" = 52  (0.7ms) commit transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 13) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (23.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (24.2ms) Completed 200 OK in 114ms (Views: 31.1ms | ActiveRecord: 3.8ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 14:22:55 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"14"}, "id"=>"4"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 13 THEN "lft" + 14 - 13 WHEN "lft" BETWEEN 14 AND 14 THEN "lft" + 10 - 14 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 13 THEN "rgt" + 14 - 13 WHEN "rgt" BETWEEN 14 AND 14 THEN "rgt" + 10 - 14 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]]  (0.5ms) UPDATE "pages" SET "path" = 'test3', "updated_at" = '2012-10-16 06:22:55.756007', "body" = '--- {} ' WHERE "pages"."id" = 4 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 14) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.1ms) UPDATE "pages" SET "path" = 'test3/agagsdgsadgsdg', "updated_at" = '2012-10-16 06:22:55.762776', "body" = '--- {} ' WHERE "pages"."id" = 52  (0.6ms) commit transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (30.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (32.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (33.8ms) Completed 200 OK in 63ms (Views: 41.1ms | ActiveRecord: 3.4ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:22:57 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.4ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (324.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (327.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.9ms) Completed 200 OK in 354ms (Views: 344.4ms | ActiveRecord: 7.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:22:57 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:22:57 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:22:57 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:22:57 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:22:57 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:22:57 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:22:57 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:22:57 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:22:57 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:22:57 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:22:57 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:22:57 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:22:57 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:22:57 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:22:57 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:22:57 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:22:57 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:22:57 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:22:57 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:22:57 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:22:57 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:22:57 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:22:57 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:22:57 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 14:23:04 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "prev_id"=>"55"}, "id"=>"4"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 14 - 10 WHEN "lft" BETWEEN 11 AND 14 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 14 - 10 WHEN "rgt" BETWEEN 11 AND 14 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "path" = 'test/test3', "updated_at" = '2012-10-16 06:23:04.710529', "body" = '--- {} ' WHERE "pages"."id" = 4 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 13) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.1ms) UPDATE "pages" SET "path" = 'test/test3/agagsdgsadgsdg', "updated_at" = '2012-10-16 06:23:04.756422', "body" = '--- {} ' WHERE "pages"."id" = 52  (1.8ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 13) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (24.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (26.0ms) Completed 200 OK in 94ms (Views: 32.4ms | ActiveRecord: 4.5ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:23:06 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (30.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (45.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (54.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (286.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (289.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.8ms) Completed 200 OK in 315ms (Views: 304.5ms | ActiveRecord: 7.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:23:06 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:23:06 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:23:06 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:23:06 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:23:06 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:23:06 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:23:06 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:23:06 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:23:06 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:23:06 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:23:06 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:23:06 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:23:06 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:23:06 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:23:06 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:23:06 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:23:06 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:23:06 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:23:06 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:23:06 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:23:06 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:23:06 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:23:06 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:23:06 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 14:26:24 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"14"}, "id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 9 THEN "lft" + 14 - 9 WHEN "lft" BETWEEN 10 AND 14 THEN "lft" + 8 - 10 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 9 THEN "rgt" + 14 - 9 WHEN "rgt" BETWEEN 10 AND 14 THEN "rgt" + 8 - 10 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]]  (0.4ms) UPDATE "pages" SET "path" = 'sluggg', "updated_at" = '2012-10-16 06:26:24.414442', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.8ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (14.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (15.5ms) Completed 200 OK in 45ms (Views: 23.2ms | ActiveRecord: 4.2ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:26:25 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.1ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.7ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (47.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (50.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (300.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (303.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.4ms) Completed 200 OK in 328ms (Views: 318.2ms | ActiveRecord: 7.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:26:26 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:26:26 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:26:26 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:26:26 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:26:26 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:26 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:26:26 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:26 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:26 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:26 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:26 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:26 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:26 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:26 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:26 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:26 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:26 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:26 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:26 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:26 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:26 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:26 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:26 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:26 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 14:26:28 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"4", "prev_id"=>"52"}, "id"=>"55"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 4) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 14 - 12 WHEN "lft" BETWEEN 13 AND 14 THEN "lft" + 11 - 13 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 14 - 12 WHEN "rgt" BETWEEN 13 AND 14 THEN "rgt" + 11 - 13 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 4 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 4 ORDER BY lft ASC LIMIT 1  (0.5ms) UPDATE "pages" SET "path" = 'test/test3/sluggg', "updated_at" = '2012-10-16 06:26:28.285452', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.9ms) commit transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (16.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (17.2ms) Completed 200 OK in 49ms (Views: 24.5ms | ActiveRecord: 5.9ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 14:26:30 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "next_id"=>"4"}, "id"=>"55"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 8 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 8 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.5ms) UPDATE "pages" SET "path" = 'test/sluggg', "updated_at" = '2012-10-16 06:26:30.674438', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 9) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.6ms) commit transaction Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (16.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (17.7ms) Completed 200 OK in 53ms (Views: 25.6ms | ActiveRecord: 5.8ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:26:32 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (56.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (59.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (60.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (69.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (80.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (90.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (315.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (318.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.4ms) Completed 200 OK in 382ms (Views: 370.6ms | ActiveRecord: 8.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:26:32 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:26:32 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:26:32 +0800 Served asset /amalgam/extra.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:26:32 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:26:32 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:26:32 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:32 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:32 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:32 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:32 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:32 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:32 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:32 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:32 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:32 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:32 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:32 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:32 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:32 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:32 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:32 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:32 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:32 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:26:32 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:33:25 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (16.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (34.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.3ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (39.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (42.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (51.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (67.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (82.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (315.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (332.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.7ms) Completed 200 OK in 596ms (Views: 565.4ms | ActiveRecord: 11.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:33:26 +0800 Served asset /bootstrap.css - 304 Not Modified (14ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:33:26 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:33:26 +0800 Served asset /amalgam/extra.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:33:26 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:33:26 +0800 Served asset /amalgam/admin.css - 304 Not Modified (44ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:33:26 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:33:26 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:33:26 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:33:26 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:33:26 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:33:26 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:33:26 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:33:26 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:33:26 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:33:26 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:33:26 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:33:26 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:33:26 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:33:26 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:33:26 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:33:26 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:33:26 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:33:26 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:33:26 +0800 Served asset /amalgam/admin.js - 304 Not Modified (17ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 14:33:30 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"14"}, "id"=>"55"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 9 THEN "lft" + 14 - 9 WHEN "lft" BETWEEN 10 AND 14 THEN "lft" + 8 - 10 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 9 THEN "rgt" + 14 - 9 WHEN "rgt" BETWEEN 10 AND 14 THEN "rgt" + 8 - 10 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]]  (0.4ms) UPDATE "pages" SET "path" = 'sluggg', "updated_at" = '2012-10-16 06:33:30.808295', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.6ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (23.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (25.4ms) Completed 200 OK in 72ms (Views: 33.9ms | ActiveRecord: 5.1ms) Connecting to database specified by database.yml Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 14:34:40 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "next_id"=>"4"}, "id"=>"55"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 12 THEN "lft" + 14 - 12 WHEN "lft" BETWEEN 13 AND 14 THEN "lft" + 8 - 13 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 12 THEN "rgt" + 14 - 12 WHEN "rgt" BETWEEN 13 AND 14 THEN "rgt" + 8 - 13 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "path" = 'test/sluggg', "updated_at" = '2012-10-16 06:34:40.943731', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 9) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.2ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (13.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (14.3ms) Completed 200 OK in 91ms (Views: 23.0ms | ActiveRecord: 4.7ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:34:42 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.0ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (30.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.7ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (292.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (295.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.6ms) Completed 200 OK in 322ms (Views: 310.3ms | ActiveRecord: 8.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:34:42 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:34:42 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:34:42 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:34:42 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:34:42 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:34:42 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:42 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:42 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:42 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:42 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:42 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:42 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:42 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:42 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:42 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:42 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:42 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:42 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:42 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:42 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:42 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:42 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:42 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:42 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 14:34:55 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"14"}, "id"=>"4"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 13 THEN "lft" + 14 - 13 WHEN "lft" BETWEEN 14 AND 14 THEN "lft" + 10 - 14 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 13 THEN "rgt" + 14 - 13 WHEN "rgt" BETWEEN 14 AND 14 THEN "rgt" + 10 - 14 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]]  (0.5ms) UPDATE "pages" SET "path" = 'test3', "updated_at" = '2012-10-16 06:34:55.454271', "body" = '--- {} ' WHERE "pages"."id" = 4 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 14) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.1ms) UPDATE "pages" SET "path" = 'test3/agagsdgsadgsdg', "updated_at" = '2012-10-16 06:34:55.462086', "body" = '--- {} ' WHERE "pages"."id" = 52  (2.7ms) commit transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (25.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (26.5ms) Completed 200 OK in 62ms (Views: 32.8ms | ActiveRecord: 5.8ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:34:56 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (45.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (296.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (299.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (42.6ms) Completed 200 OK in 361ms (Views: 350.9ms | ActiveRecord: 7.7ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:34:57 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:34:57 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:34:57 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:34:57 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:34:57 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:34:57 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:57 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:57 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:57 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:57 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:57 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:57 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:57 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:57 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:57 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:57 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:57 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:57 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:57 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:57 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:57 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:57 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:57 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:34:57 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:43:27 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (17.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (32.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (46.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (58.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (337.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (353.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.0ms) Completed 200 OK in 577ms (Views: 545.2ms | ActiveRecord: 10.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:28 +0800 Served asset /bootstrap.css - 304 Not Modified (42ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:28 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:28 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:28 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:28 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:28 +0800 Served asset /amalgam/admin.css - 304 Not Modified (15ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:28 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:28 +0800 Served asset /jquery.js - 304 Not Modified (43ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:28 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:28 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:28 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:28 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:28 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:28 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:28 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:28 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:28 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:28 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:28 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:28 +0800 Served asset /amalgam/extra.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:28 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:28 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:28 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:28 +0800 Served asset /amalgam/admin.js - 304 Not Modified (16ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:43:31 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (53.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.2ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (310.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (312.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.0ms) Completed 200 OK in 338ms (Views: 327.9ms | ActiveRecord: 7.5ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:31 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:31 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:31 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:31 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:31 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:31 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:31 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:31 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:31 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:31 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:31 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:31 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:31 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:31 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:31 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:31 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:31 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:31 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:31 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:31 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:31 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:31 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:31 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:31 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 14:43:35 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "prev_id"=>"55"}, "id"=>"4"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 14 - 10 WHEN "lft" BETWEEN 11 AND 14 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 14 - 10 WHEN "rgt" BETWEEN 11 AND 14 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.5ms) UPDATE "pages" SET "path" = 'test/test3', "updated_at" = '2012-10-16 06:43:35.362756', "body" = '--- {} ' WHERE "pages"."id" = 4 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 13) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.1ms) UPDATE "pages" SET "path" = 'test/test3/agagsdgsadgsdg', "updated_at" = '2012-10-16 06:43:35.374807', "body" = '--- {} ' WHERE "pages"."id" = 52  (1.9ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 13) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (47.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (64.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (67.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (69.0ms) Completed 200 OK in 180ms (Views: 76.4ms | ActiveRecord: 5.6ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:43:36 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (27.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (35.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (274.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (277.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.6ms) Completed 200 OK in 302ms (Views: 292.3ms | ActiveRecord: 6.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:37 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:37 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:37 +0800 Served asset /amalgam/admin.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:37 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:37 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:37 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:37 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:37 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:37 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:37 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:37 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:37 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:37 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:37 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:37 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:37 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:37 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:37 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:37 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:37 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:37 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:37 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:37 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:37 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 14:43:39 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"14"}, "id"=>"55"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 9 THEN "lft" + 14 - 9 WHEN "lft" BETWEEN 10 AND 14 THEN "lft" + 8 - 10 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 9 THEN "rgt" + 14 - 9 WHEN "rgt" BETWEEN 10 AND 14 THEN "rgt" + 8 - 10 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]]  (0.4ms) UPDATE "pages" SET "path" = 'sluggg', "updated_at" = '2012-10-16 06:43:39.496946', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.1ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (16.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (17.1ms) Completed 200 OK in 91ms (Views: 24.8ms | ActiveRecord: 4.4ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:43:40 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (46.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (294.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (298.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.8ms) Completed 200 OK in 324ms (Views: 312.9ms | ActiveRecord: 8.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:41 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:41 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:41 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:41 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:41 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:41 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:41 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:41 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:41 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:41 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:41 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:41 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:41 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:41 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:41 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:41 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:41 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:41 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:41 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:41 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:41 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:41 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:41 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:41 +0800 Served asset /amalgam/admin.js - 304 Not Modified (37ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:43:42 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (39.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (45.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (272.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (275.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.2ms) Completed 200 OK in 301ms (Views: 291.5ms | ActiveRecord: 6.7ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:43 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:43 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:43 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:43 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:43 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:43 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:43:43 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:43 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:43 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:43 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:43 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:43 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:43 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:43 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:43 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:43 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:43 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:43 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:43 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:43 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:43 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:43 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:43 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:43:43 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:44:10 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (45.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (54.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (46.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (316.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (318.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.1ms) Completed 200 OK in 343ms (Views: 332.9ms | ActiveRecord: 7.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:11 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:11 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:11 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:11 +0800 Served asset /amalgam/admin.css - 304 Not Modified (9ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:11 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:11 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:11 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:11 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:11 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:11 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:11 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:11 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:11 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:11 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:11 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:11 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:11 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:11 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:11 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:11 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:11 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:11 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:11 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:11 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 14:44:13 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "prev_id"=>"4"}, "id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 12 AND 12 THEN "lft" + 14 - 12 WHEN "lft" BETWEEN 13 AND 14 THEN "lft" + 12 - 13 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 12 AND 12 THEN "rgt" + 14 - 12 WHEN "rgt" BETWEEN 13 AND 14 THEN "rgt" + 12 - 13 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "path" = 'test/sluggg', "updated_at" = '2012-10-16 06:44:13.663447', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 12 AND "pages"."rgt" <= 13) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.7ms) commit transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 12 AND "pages"."rgt" <= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (16.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (17.8ms) Completed 200 OK in 51ms (Views: 23.9ms | ActiveRecord: 6.0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:44:15 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (57.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (28.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (36.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (315.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (318.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.7ms) Completed 200 OK in 343ms (Views: 333.6ms | ActiveRecord: 6.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:15 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:15 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:15 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:15 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:15 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:15 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:15 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:15 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:15 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:15 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:15 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:15 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:15 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:15 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:15 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:15 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:15 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:15 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:15 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:15 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:15 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:15 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:15 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:15 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 14:44:17 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"14"}, "id"=>"4"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 11 THEN "lft" + 14 - 11 WHEN "lft" BETWEEN 12 AND 14 THEN "lft" + 8 - 12 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 11 THEN "rgt" + 14 - 11 WHEN "rgt" BETWEEN 12 AND 14 THEN "rgt" + 8 - 12 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]]  (0.5ms) UPDATE "pages" SET "path" = 'test3', "updated_at" = '2012-10-16 06:44:17.294582', "body" = '--- {} ' WHERE "pages"."id" = 4 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 14) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.2ms) UPDATE "pages" SET "path" = 'test3/agagsdgsadgsdg', "updated_at" = '2012-10-16 06:44:17.304122', "body" = '--- {} ' WHERE "pages"."id" = 52  (3.3ms) commit transaction Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (60.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (61.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (63.2ms) Completed 200 OK in 105ms (Views: 71.4ms | ActiveRecord: 6.5ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:44:18 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (280.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (283.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.9ms) Completed 200 OK in 309ms (Views: 298.6ms | ActiveRecord: 7.4ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:19 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:19 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:19 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:19 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:19 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:19 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:19 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:19 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:19 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:19 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:19 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:19 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:19 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:19 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:19 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:19 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:19 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:19 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:19 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:19 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:19 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:19 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:19 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:19 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:44:20 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (52.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (54.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (319.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (321.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.2ms) Completed 200 OK in 390ms (Views: 380.5ms | ActiveRecord: 7.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:20 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:20 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:20 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:20 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:20 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:20 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:20 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:20 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:20 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:20 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:20 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:20 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:20 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:20 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:20 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:20 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:20 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:20 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:21 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:21 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:21 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:21 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:21 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:21 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:44:40 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (31.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (39.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (292.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (309.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.3ms) Completed 200 OK in 564ms (Views: 533.0ms | ActiveRecord: 10.8ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:41 +0800 Served asset /amalgam/extra.css - 304 Not Modified (5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:41 +0800 Served asset /bootstrap.css - 304 Not Modified (10ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:41 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:41 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:41 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:41 +0800 Served asset /amalgam/admin.css - 304 Not Modified (41ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:41 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:41 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:41 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:41 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:41 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:41 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:41 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:41 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:41 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:41 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:41 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:41 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:41 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:41 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:41 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:41 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:41 +0800 Served asset /amalgam/admin.js - 304 Not Modified (16ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:41 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 14:44:43 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "prev_id"=>"55"}, "id"=>"4"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.0ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]] Page Load (0.2ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 14 - 10 WHEN "lft" BETWEEN 11 AND 14 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 14 - 10 WHEN "rgt" BETWEEN 11 AND 14 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "path" = 'test/test3', "updated_at" = '2012-10-16 06:44:43.250666', "body" = '--- {} ' WHERE "pages"."id" = 4 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 13) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.1ms) UPDATE "pages" SET "path" = 'test/test3/agagsdgsadgsdg', "updated_at" = '2012-10-16 06:44:43.260526', "body" = '--- {} ' WHERE "pages"."id" = 52  (2.9ms) commit transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 13) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (34.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (36.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (38.0ms) Completed 200 OK in 131ms (Views: 45.7ms | ActiveRecord: 6.4ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:44:44 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (28.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (36.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (36.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (55.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (279.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (281.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.0ms) Completed 200 OK in 307ms (Views: 296.7ms | ActiveRecord: 6.9ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:45 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:45 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:45 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:45 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:45 +0800 Served asset /amalgam/admin.css - 304 Not Modified (38ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:45 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:45 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:45 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:45 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:45 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:45 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:45 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:45 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:45 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:45 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:45 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:45 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:45 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:45 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:45 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:45 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:45 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:45 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:45 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 14:44:46 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"14"}, "id"=>"55"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 9 THEN "lft" + 14 - 9 WHEN "lft" BETWEEN 10 AND 14 THEN "lft" + 8 - 10 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 9 THEN "rgt" + 14 - 9 WHEN "rgt" BETWEEN 10 AND 14 THEN "rgt" + 8 - 10 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]]  (0.4ms) UPDATE "pages" SET "path" = 'sluggg', "updated_at" = '2012-10-16 06:44:46.935082', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.3ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (15.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (16.6ms) Completed 200 OK in 46ms (Views: 23.8ms | ActiveRecord: 4.7ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:44:49 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (272.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (275.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (40.7ms) Completed 200 OK in 334ms (Views: 324.6ms | ActiveRecord: 7.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:49 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:49 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:49 +0800 Served asset /amalgam/admin.css - 304 Not Modified (9ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:49 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:49 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:49 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:49 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:49 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:49 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:49 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:49 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:49 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:49 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:49 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:49 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:49 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:49 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:49 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:49 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:49 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:49 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:49 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:49 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 14:44:54 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"4", "prev_id"=>"52"}, "id"=>"55"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 4) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 14 - 12 WHEN "lft" BETWEEN 13 AND 14 THEN "lft" + 11 - 13 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 14 - 12 WHEN "rgt" BETWEEN 13 AND 14 THEN "rgt" + 11 - 13 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 4 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 4 ORDER BY lft ASC LIMIT 1  (0.3ms) UPDATE "pages" SET "path" = 'test/test3/sluggg', "updated_at" = '2012-10-16 06:44:54.750092', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.7ms) commit transaction Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (15.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (16.4ms) Completed 200 OK in 46ms (Views: 23.7ms | ActiveRecord: 3.6ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:44:56 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (57.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (65.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (66.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (73.8ms) Page Load (0.6ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (312.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (315.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.2ms) Completed 200 OK in 340ms (Views: 329.4ms | ActiveRecord: 7.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:56 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:56 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:56 +0800 Served asset /amalgam/admin.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:56 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:56 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:56 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:56 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:56 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:56 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:56 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:56 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:56 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:56 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:56 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:56 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:56 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:56 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:56 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:56 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:56 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:56 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:56 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:44:56 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 14:44:58 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "next_id"=>"4"}, "id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 8 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 8 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.5ms) UPDATE "pages" SET "path" = 'test/sluggg', "updated_at" = '2012-10-16 06:44:58.374509', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 9) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.8ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (13.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (14.6ms) Completed 200 OK in 48ms (Views: 23.6ms | ActiveRecord: 5.7ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:44:59 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (45.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (30.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (323.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (326.6ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.2ms) Completed 200 OK in 352ms (Views: 341.6ms | ActiveRecord: 7.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:44:59 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:45:00 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:45:00 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:45:00 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:45:00 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:45:00 +0800 Served asset /amalgam/admin.css - 304 Not Modified (9ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:45:00 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:45:00 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:45:00 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:45:00 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:45:00 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:45:00 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:45:00 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:45:00 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:45:00 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:45:00 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:45:00 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:45:00 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:45:00 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:45:00 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:45:00 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:45:00 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:45:00 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:45:00 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 14:45:45 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"14"}, "id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 9 THEN "lft" + 14 - 9 WHEN "lft" BETWEEN 10 AND 14 THEN "lft" + 8 - 10 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 9 THEN "rgt" + 14 - 9 WHEN "rgt" BETWEEN 10 AND 14 THEN "rgt" + 8 - 10 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]]  (0.5ms) UPDATE "pages" SET "path" = 'sluggg', "updated_at" = '2012-10-16 06:45:45.749629', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.9ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (16.5ms) Completed 200 OK in 49ms (Views: 25.1ms | ActiveRecord: 5.6ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:46:33 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.1ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.2ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (34.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.1ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (314.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (317.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.5ms) Completed 200 OK in 342ms (Views: 331.2ms | ActiveRecord: 8.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:46:33 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:46:33 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:46:33 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:46:33 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:46:33 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:46:33 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:46:33 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:46:33 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:46:33 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:46:33 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:46:33 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:46:33 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:46:33 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:46:33 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:46:33 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:46:33 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:46:33 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:46:33 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:46:33 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:46:33 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:46:33 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:46:33 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:46:33 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:46:33 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:49:24 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (16.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (31.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (28.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (36.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (293.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (309.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (16.4ms) Completed 200 OK in 568ms (Views: 537.2ms | ActiveRecord: 11.2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:25 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:25 +0800 Served asset /bootstrap.css - 304 Not Modified (12ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:25 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:25 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:25 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:25 +0800 Served asset /amalgam/admin.css - 304 Not Modified (17ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:25 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:25 +0800 Served asset /jquery.js - 304 Not Modified (39ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:25 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:25 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:25 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:25 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:25 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:25 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:25 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:25 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:25 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:25 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:25 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:25 +0800 Served asset /amalgam/extra.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:25 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:25 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:25 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:25 +0800 Served asset /amalgam/admin.js - 304 Not Modified (16ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 14:49:27 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"14"}, "id"=>"4"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.0ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 11 THEN "lft" + 14 - 11 WHEN "lft" BETWEEN 12 AND 14 THEN "lft" + 8 - 12 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 11 THEN "rgt" + 14 - 11 WHEN "rgt" BETWEEN 12 AND 14 THEN "rgt" + 8 - 12 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]]  (0.4ms) UPDATE "pages" SET "path" = 'test3', "updated_at" = '2012-10-16 06:49:27.699721', "body" = '--- {} ' WHERE "pages"."id" = 4 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 14) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.1ms) UPDATE "pages" SET "path" = 'test3/agagsdgsadgsdg', "updated_at" = '2012-10-16 06:49:27.708498', "body" = '--- {} ' WHERE "pages"."id" = 52  (2.0ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (36.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (39.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (41.1ms) Completed 200 OK in 84ms (Views: 47.7ms | ActiveRecord: 4.7ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:49:29 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (35.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (47.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (50.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (332.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (336.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.8ms) Completed 200 OK in 363ms (Views: 352.2ms | ActiveRecord: 7.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:29 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:29 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:29 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:29 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:29 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:29 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:29 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:29 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:29 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:29 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:29 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:29 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:29 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:29 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:29 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:29 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:29 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:29 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:29 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:29 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:29 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:29 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:29 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:29 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:49:31 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (50.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (52.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (327.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (330.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.5ms) Completed 200 OK in 355ms (Views: 344.5ms | ActiveRecord: 7.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:31 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:31 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:31 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:31 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:31 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:31 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:31 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:31 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:32 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:32 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:32 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:32 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:32 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:32 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:32 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:32 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:32 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:32 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:32 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:32 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:32 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:32 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:32 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:32 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 14:49:36 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "next_id"=>"55"}, "id"=>"4"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 10 THEN "lft" + 14 - 10 WHEN "lft" BETWEEN 11 AND 14 THEN "lft" + 8 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 10 THEN "rgt" + 14 - 10 WHEN "rgt" BETWEEN 11 AND 14 THEN "rgt" + 8 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "path" = 'test/test3', "updated_at" = '2012-10-16 06:49:36.361155', "body" = '--- {} ' WHERE "pages"."id" = 4 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 11) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.1ms) UPDATE "pages" SET "path" = 'test/test3/agagsdgsadgsdg', "updated_at" = '2012-10-16 06:49:36.367474', "body" = '--- {} ' WHERE "pages"."id" = 52  (2.5ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 11) ORDER BY lft ASC, "pages"."lft" Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (26.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (27.0ms) Completed 200 OK in 116ms (Views: 33.6ms | ActiveRecord: 5.4ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:49:37 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 12 AND "pages"."rgt" >= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (29.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (309.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (312.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (45.1ms) Completed 200 OK in 376ms (Views: 366.3ms | ActiveRecord: 7.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:37 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:37 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:37 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:37 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:37 +0800 Served asset /amalgam/admin.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:37 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:37 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:37 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:37 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:37 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:37 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:37 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:37 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:37 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:37 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:37 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:37 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:37 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:37 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:37 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:37 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:37 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:37 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:37 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-16 14:49:40 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"14"}, "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 4) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 9 AND 10 THEN "lft" + 14 - 10 WHEN "lft" BETWEEN 11 AND 14 THEN "lft" + 9 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 9 AND 10 THEN "rgt" + 14 - 10 WHEN "rgt" BETWEEN 11 AND 14 THEN "rgt" + 9 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]]  (0.5ms) UPDATE "pages" SET "path" = 'agagsdgsadgsdg', "updated_at" = '2012-10-16 06:49:40.707801', "body" = '--- {} ' WHERE "pages"."id" = 52 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) AND ("pages"."id" != 52) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.0ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (14.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (15.7ms) Completed 200 OK in 42ms (Views: 23.2ms | ActiveRecord: 3.5ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:49:41 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (45.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (58.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (67.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.4ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (357.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (360.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.2ms) Completed 200 OK in 385ms (Views: 374.7ms | ActiveRecord: 8.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:42 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:42 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:42 +0800 Served asset /amalgam/extra.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:42 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:42 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:42 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:42 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:42 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:42 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:42 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:42 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:42 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:42 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:42 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:42 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:42 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:42 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:42 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:42 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:42 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:42 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:42 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:42 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:42 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-16 14:49:46 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"4"}, "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 4) LIMIT 1  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (2.7ms) Completed 200 OK in 20ms (Views: 12.9ms | ActiveRecord: 0.9ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:49:49 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (56.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (64.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (45.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (317.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (319.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.8ms) Completed 200 OK in 351ms (Views: 341.0ms | ActiveRecord: 7.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:49 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:49 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:49 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:49 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:49 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:49:49 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:49 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:49 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:49 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:49 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:49 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:49 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:49 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:49 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:49 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:49 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:49 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:49 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:49 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:49 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:49 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:49 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:49:49 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:56:18 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (55.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (63.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.9ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (37.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (309.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (311.6ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.8ms) Completed 200 OK in 337ms (Views: 327.4ms | ActiveRecord: 7.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:56:18 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:56:18 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:56:18 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:56:18 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:56:18 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:56:18 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:56:18 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:56:18 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:56:18 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:56:18 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:56:18 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:56:18 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:56:18 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:56:18 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:56:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:56:18 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:56:18 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:56:18 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:56:18 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:56:18 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:56:18 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:56:18 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:56:18 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:56:18 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:56:18 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:56:18 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:56:18 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 14:56:20 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"52"}, "id"=>"4"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 9 THEN "lft" + 12 - 9 WHEN "lft" BETWEEN 10 AND 12 THEN "lft" + 8 - 10 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 9 THEN "rgt" + 12 - 9 WHEN "rgt" BETWEEN 10 AND 12 THEN "rgt" + 8 - 10 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]]  (0.4ms) UPDATE "pages" SET "path" = 'test3', "updated_at" = '2012-10-16 06:56:20.649943', "body" = '--- {} ' WHERE "pages"."id" = 4 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (3.1ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.7ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (15.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (17.1ms) Completed 200 OK in 47ms (Views: 26.0ms | ActiveRecord: 5.6ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 14:59:32 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (30.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (35.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (281.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (298.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.0ms) Completed 200 OK in 549ms (Views: 518.8ms | ActiveRecord: 10.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 14:59:33 +0800 Served asset /bootstrap.css - 304 Not Modified (40ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 14:59:33 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 14:59:33 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 14:59:33 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 14:59:33 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 14:59:33 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 14:59:33 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 14:59:33 +0800 Served asset /jquery.js - 304 Not Modified (42ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 14:59:33 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 14:59:33 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 14:59:33 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:59:33 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 14:59:33 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 14:59:33 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 14:59:33 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 14:59:33 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 14:59:33 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 14:59:33 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 14:59:33 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 14:59:33 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 14:59:33 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 14:59:33 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 14:59:33 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 14:59:33 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 14:59:35 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "next_id"=>"55"}, "id"=>"4"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 8 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 8 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.6ms) UPDATE "pages" SET "path" = 'test/test3', "updated_at" = '2012-10-16 06:59:35.470054', "body" = '--- {} ' WHERE "pages"."id" = 4 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 9) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.8ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (22.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (24.2ms) Completed 200 OK in 116ms (Views: 32.8ms | ActiveRecord: 6.0ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 14:59:38 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"52"}, "id"=>"4"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 9 THEN "lft" + 12 - 9 WHEN "lft" BETWEEN 10 AND 12 THEN "lft" + 8 - 10 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 9 THEN "rgt" + 12 - 9 WHEN "rgt" BETWEEN 10 AND 12 THEN "rgt" + 8 - 10 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]]  (0.5ms) UPDATE "pages" SET "path" = 'test3', "updated_at" = '2012-10-16 06:59:38.631162', "body" = '--- {} ' WHERE "pages"."id" = 4 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.8ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.6ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (15.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (17.0ms) Completed 200 OK in 48ms (Views: 25.5ms | ActiveRecord: 4.4ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 14:59:40 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "next_id"=>"55"}, "id"=>"4"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 8 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 8 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "path" = 'test/test3', "updated_at" = '2012-10-16 06:59:40.406786', "body" = '--- {} ' WHERE "pages"."id" = 4 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 9) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.7ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (14.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (15.9ms) Completed 200 OK in 45ms (Views: 23.4ms | ActiveRecord: 3.5ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 15:00:21 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (4.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (16.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (33.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (25.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (35.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (39.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (318.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (335.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.7ms) Completed 200 OK in 606ms (Views: 567.4ms | ActiveRecord: 12.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 15:00:22 +0800 Served asset /bootstrap.css - 304 Not Modified (40ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 15:00:22 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 15:00:22 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 15:00:22 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 15:00:22 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 15:00:22 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:22 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:22 +0800 Served asset /jquery.js - 304 Not Modified (44ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:22 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:22 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:22 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:22 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:22 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:22 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:22 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:22 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:22 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:22 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:22 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:22 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:22 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:22 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:22 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:23 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 15:00:24 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"52"}, "id"=>"4"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 9 THEN "lft" + 12 - 9 WHEN "lft" BETWEEN 10 AND 12 THEN "lft" + 8 - 10 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 9 THEN "rgt" + 12 - 9 WHEN "rgt" BETWEEN 10 AND 12 THEN "rgt" + 8 - 10 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]]  (0.4ms) UPDATE "pages" SET "path" = 'test3', "updated_at" = '2012-10-16 07:00:24.930138', "body" = '--- {} ' WHERE "pages"."id" = 4 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (3.3ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (20.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (22.2ms) Completed 200 OK in 104ms (Views: 29.3ms | ActiveRecord: 5.7ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 15:00:26 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.4ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (38.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (290.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (294.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.0ms) Completed 200 OK in 355ms (Views: 344.6ms | ActiveRecord: 7.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 15:00:26 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 15:00:26 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 15:00:26 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 15:00:26 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 15:00:26 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 15:00:26 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:26 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:26 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:26 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:26 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:26 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:26 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:26 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:26 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:26 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:26 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:26 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:26 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:26 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:26 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:26 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:26 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:26 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:26 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 15:00:28 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "prev_id"=>"55"}, "id"=>"4"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Completed 500 Internal Server Error in 5ms RuntimeError (文件已被锁定,无法移动): /Users/brownjohn/code/amalgam/lib/amalgam/models/lockable.rb:36:in `check_locked' activesupport (3.2.8) lib/active_support/callbacks.rb:418:in `_run__2115349304173724081__validate__3304268332883389749__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validate_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations.rb:227:in `run_validations!' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `block in run_validations!' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__2115349304173724081__validation__3304268332883389749__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validation_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `run_validations!' activemodel (3.2.8) lib/active_model/validations.rb:194:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:69:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:77:in `perform_validations' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:53:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__1423614905647651093__process_action__173574361284754691__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2460578038565864668__call__3304268332883389749__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.9ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 15:00:32 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "next_id"=>"55"}, "id"=>"4"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Completed 500 Internal Server Error in 4ms RuntimeError (文件已被锁定,无法移动): /Users/brownjohn/code/amalgam/lib/amalgam/models/lockable.rb:36:in `check_locked' activesupport (3.2.8) lib/active_support/callbacks.rb:418:in `_run__2115349304173724081__validate__3304268332883389749__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validate_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations.rb:227:in `run_validations!' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `block in run_validations!' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__2115349304173724081__validation__3304268332883389749__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validation_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `run_validations!' activemodel (3.2.8) lib/active_model/validations.rb:194:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:69:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:77:in `perform_validations' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:53:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__1423614905647651093__process_action__173574361284754691__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2460578038565864668__call__3304268332883389749__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.8ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 15:00:49 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "prev_id"=>"17"}, "id"=>"4"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Completed 500 Internal Server Error in 3ms RuntimeError (文件已被锁定,无法移动): /Users/brownjohn/code/amalgam/lib/amalgam/models/lockable.rb:36:in `check_locked' activesupport (3.2.8) lib/active_support/callbacks.rb:418:in `_run__2115349304173724081__validate__3304268332883389749__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validate_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations.rb:227:in `run_validations!' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `block in run_validations!' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__2115349304173724081__validation__3304268332883389749__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validation_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `run_validations!' activemodel (3.2.8) lib/active_model/validations.rb:194:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:69:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:77:in `perform_validations' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:53:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__1423614905647651093__process_action__173574361284754691__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2460578038565864668__call__3304268332883389749__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.9ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 15:00:51 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (322.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (325.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.6ms) Completed 200 OK in 350ms (Views: 340.2ms | ActiveRecord: 7.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 15:00:51 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 15:00:51 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 15:00:51 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 15:00:51 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:51 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 15:00:51 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 15:00:51 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:51 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:51 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:51 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:51 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:51 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:51 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:51 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:51 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:51 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:51 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:51 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:51 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:51 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:51 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:51 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:51 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 15:00:51 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 15:00:53 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "prev_id"=>"55"}, "id"=>"4"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Completed 500 Internal Server Error in 4ms RuntimeError (文件已被锁定,无法移动): /Users/brownjohn/code/amalgam/lib/amalgam/models/lockable.rb:36:in `check_locked' activesupport (3.2.8) lib/active_support/callbacks.rb:418:in `_run__2115349304173724081__validate__3304268332883389749__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validate_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations.rb:227:in `run_validations!' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `block in run_validations!' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__2115349304173724081__validation__3304268332883389749__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validation_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `run_validations!' activemodel (3.2.8) lib/active_model/validations.rb:194:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:69:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:77:in `perform_validations' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:53:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__1423614905647651093__process_action__173574361284754691__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2460578038565864668__call__3304268332883389749__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (41.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (51.5ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 15:01:42 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (16.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (32.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (36.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (288.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (304.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.2ms) Completed 200 OK in 557ms (Views: 527.0ms | ActiveRecord: 10.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 15:01:42 +0800 Served asset /bootstrap.css - 304 Not Modified (41ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 15:01:43 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 15:01:43 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 15:01:43 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 15:01:43 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 15:01:43 +0800 Served asset /amalgam/admin.css - 304 Not Modified (20ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:43 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:43 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:43 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (43ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:43 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:43 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:43 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:43 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:43 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:43 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:43 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:43 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:43 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:43 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:43 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:43 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:43 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:43 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:43 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-16 15:01:47 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "prev_id"=>"55"}, "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft"  (0.1ms) rollback transaction Completed 500 Internal Server Error in 7ms RuntimeError (文件已被锁定,无法移动): /Users/brownjohn/code/amalgam/lib/amalgam/models/lockable.rb:36:in `check_locked' activesupport (3.2.8) lib/active_support/callbacks.rb:418:in `_run__2921467389261200595__validate__2113290211947819284__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validate_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations.rb:227:in `run_validations!' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `block in run_validations!' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__2921467389261200595__validation__2113290211947819284__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validation_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `run_validations!' activemodel (3.2.8) lib/active_model/validations.rb:194:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:69:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:77:in `perform_validations' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:53:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__3783216258479694178__process_action__1265028090756613561__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2277154688876707832__call__2113290211947819284__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (36.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (47.1ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 15:01:56 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (279.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (282.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.8ms) Completed 200 OK in 308ms (Views: 298.4ms | ActiveRecord: 7.3ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 15:01:57 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 15:01:57 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 15:01:57 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 15:01:57 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 15:01:57 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 15:01:57 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:57 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:57 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:57 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:57 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:57 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:57 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:57 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:57 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:57 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:57 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:57 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:57 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:57 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:57 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:57 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:57 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:57 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 15:01:57 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 15:01:59 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"55"}, "id"=>"4"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 55) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 55 ORDER BY lft ASC LIMIT 1  (0.3ms) UPDATE "pages" SET "parent_id" = 55, "path" = 'test/sluggg/test3', "updated_at" = '2012-10-16 07:01:59.164758', "body" = '--- {} ' WHERE "pages"."id" = 4 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 55]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 9 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 9 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 9 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 9 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 55 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 10) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.1ms) commit transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (50.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (52.5ms) Completed 200 OK in 110ms (Views: 62.1ms | ActiveRecord: 4.9ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 15:02:01 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "next_id"=>"55"}, "id"=>"4"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 8 THEN "lft" + 10 - 8 WHEN "lft" BETWEEN 9 AND 10 THEN "lft" + 8 - 9 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 8 THEN "rgt" + 10 - 8 WHEN "rgt" BETWEEN 9 AND 10 THEN "rgt" + 8 - 9 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "path" = 'test/test3', "updated_at" = '2012-10-16 07:02:01.981112', "body" = '--- {} ' WHERE "pages"."id" = 4 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 9) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.4ms) commit transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (15.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (16.6ms) Completed 200 OK in 46ms (Views: 23.7ms | ActiveRecord: 5.1ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 15:02:07 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 8 AND "pages"."rgt" >= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (55.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (70.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (288.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (290.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.1ms) Completed 200 OK in 316ms (Views: 305.9ms | ActiveRecord: 7.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 15:02:08 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 15:02:08 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 15:02:08 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 15:02:08 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:08 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 15:02:08 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 15:02:08 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:08 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:08 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:08 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:08 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:08 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:08 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:08 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:08 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:08 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:08 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:08 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:08 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:08 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:08 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:08 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:08 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:08 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 15:02:11 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"2", "next_id"=>"1"}, "id"=>"4"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 7 AND 7 THEN "lft" + 9 - 7 WHEN "lft" BETWEEN 8 AND 9 THEN "lft" + 7 - 8 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 7 AND 7 THEN "rgt" + 9 - 7 WHEN "rgt" BETWEEN 8 AND 9 THEN "rgt" + 7 - 8 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]]  (0.4ms) UPDATE "pages" SET "path" = 'test3', "updated_at" = '2012-10-16 07:02:11.335312', "body" = '--- {} ' WHERE "pages"."id" = 4 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.3ms) commit transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (15.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (16.1ms) Completed 200 OK in 44ms (Views: 23.0ms | ActiveRecord: 4.8ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 15:02:13 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (274.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (276.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (52.9ms) Completed 200 OK in 349ms (Views: 338.0ms | ActiveRecord: 7.5ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 15:02:13 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 15:02:13 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 15:02:13 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 15:02:13 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 15:02:13 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 15:02:13 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:13 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:13 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:13 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:13 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:13 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:13 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:13 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:13 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:13 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:13 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:13 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:13 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:13 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:13 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:13 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:13 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:13 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:13 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-16 15:02:17 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"4"}, "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft"  (0.1ms) rollback transaction Completed 500 Internal Server Error in 6ms RuntimeError (文件已被锁定,无法移动): /Users/brownjohn/code/amalgam/lib/amalgam/models/lockable.rb:36:in `check_locked' activesupport (3.2.8) lib/active_support/callbacks.rb:418:in `_run__2921467389261200595__validate__2113290211947819284__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validate_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations.rb:227:in `run_validations!' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `block in run_validations!' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__2921467389261200595__validation__2113290211947819284__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_validation_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.8) lib/active_model/validations/callbacks.rb:53:in `run_validations!' activemodel (3.2.8) lib/active_model/validations.rb:194:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:69:in `valid?' activerecord (3.2.8) lib/active_record/validations.rb:77:in `perform_validations' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:53:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__3783216258479694178__process_action__1265028090756613561__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2277154688876707832__call__2113290211947819284__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.9ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 15:02:19 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.7ms) Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (275.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (277.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (42.7ms) Completed 200 OK in 338ms (Views: 328.7ms | ActiveRecord: 7.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 15:02:20 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 15:02:20 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 15:02:20 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 15:02:20 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 15:02:20 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:20 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 15:02:20 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:20 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:20 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:20 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:20 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:20 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:20 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:20 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:20 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:20 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:20 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:20 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:20 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:20 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:20 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:20 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:20 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:20 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 15:02:24 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"52"}, "id"=>"55"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (1.3ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 11 THEN "lft" + 12 - 11 WHEN "lft" BETWEEN 12 AND 12 THEN "lft" + 10 - 12 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 11 THEN "rgt" + 12 - 11 WHEN "rgt" BETWEEN 12 AND 12 THEN "rgt" + 10 - 12 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]]  (0.6ms) UPDATE "pages" SET "path" = 'sluggg', "updated_at" = '2012-10-16 07:02:24.176552', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.1ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (14.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (15.3ms) Completed 200 OK in 44ms (Views: 22.9ms | ActiveRecord: 5.5ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 15:02:27 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1"}, "id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "parent_id" = 1, "path" = 'test/sluggg', "updated_at" = '2012-10-16 07:02:27.241793', "body" = '--- {} ' WHERE "pages"."id" = 55 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.7ms) commit transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (14.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (15.5ms) Completed 200 OK in 49ms (Views: 22.5ms | ActiveRecord: 5.6ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 15:02:29 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (36.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.2ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (314.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (316.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.4ms) Completed 200 OK in 342ms (Views: 332.6ms | ActiveRecord: 7.0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 15:02:29 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 15:02:29 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 15:02:29 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 15:02:29 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 15:02:29 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:29 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 15:02:29 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:29 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:29 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:29 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:29 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:29 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:29 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:29 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:29 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:29 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:29 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:29 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:29 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:29 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:29 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:29 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:29 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 15:02:29 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 15:09:19 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (29.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (35.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (285.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (301.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (17.1ms) Completed 200 OK in 568ms (Views: 536.6ms | ActiveRecord: 10.6ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 15:09:20 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 15:09:20 +0800 Served asset /bootstrap.css - 304 Not Modified (13ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 15:09:20 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 15:09:20 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 15:09:20 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 15:09:20 +0800 Served asset /amalgam/admin.css - 304 Not Modified (43ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 15:09:20 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 15:09:20 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 15:09:20 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 15:09:20 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 15:09:20 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:09:20 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:09:20 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 15:09:20 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 15:09:20 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 15:09:20 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 15:09:20 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 15:09:20 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 15:09:20 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 15:09:21 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 15:09:21 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 15:09:21 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 15:09:21 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 15:09:21 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 15:09:24 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"52"}, "id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 11 THEN "lft" + 12 - 11 WHEN "lft" BETWEEN 12 AND 12 THEN "lft" + 10 - 12 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 11 THEN "rgt" + 12 - 11 WHEN "rgt" BETWEEN 12 AND 12 THEN "rgt" + 10 - 12 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]]  (0.4ms) UPDATE "pages" SET "path" = 'sluggg', "updated_at" = '2012-10-16 07:09:24.123076', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.8ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (23.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (24.4ms) Completed 200 OK in 67ms (Views: 31.1ms | ActiveRecord: 4.4ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 15:10:22 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (18.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (36.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (39.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.4ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (321.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (338.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.2ms) Completed 200 OK in 598ms (Views: 566.3ms | ActiveRecord: 11.3ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 15:10:23 +0800 Served asset /amalgam/extra.css - 304 Not Modified (35ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 15:10:23 +0800 Served asset /bootstrap.css - 304 Not Modified (10ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 15:10:23 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 15:10:23 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 15:10:23 +0800 Served asset /amalgam/admin.css - 304 Not Modified (18ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 15:10:23 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:23 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:23 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:23 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:23 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (45ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:23 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:23 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:23 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:23 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:23 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:23 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:23 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:23 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:23 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:23 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:23 +0800 Served asset /amalgam/extra.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:23 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:23 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:23 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-10-16 15:10:25 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"4"}, "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" = 4) LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft"  (0.1ms) rollback transaction Completed 500 Internal Server Error in 66ms RuntimeError (文件已被锁定,无法移动): /Users/brownjohn/code/amalgam/lib/amalgam/models/lockable.rb:36:in `check_locked' activesupport (3.2.8) lib/active_support/callbacks.rb:407:in `_run__3848889129498154665__save__1294250881493998922__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:53:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__402007181189031983__process_action__481978316356432733__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__457639709677344977__call__1294250881493998922__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.2ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 15:10:34 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (288.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (291.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.9ms) Completed 200 OK in 351ms (Views: 340.0ms | ActiveRecord: 7.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:35 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 15:10:37 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1"}, "id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "parent_id" = 1, "path" = 'test/sluggg', "updated_at" = '2012-10-16 07:10:37.826352', "body" = '--- {} ' WHERE "pages"."id" = 55 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (3.0ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (3.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (22.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (24.3ms) Completed 200 OK in 113ms (Views: 33.2ms | ActiveRecord: 5.7ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 15:10:39 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (45.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (57.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (284.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (288.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.5ms) Completed 200 OK in 319ms (Views: 309.5ms | ActiveRecord: 7.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 15:10:39 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 15:10:39 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 15:10:39 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 15:10:39 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 15:10:39 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 15:10:39 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:39 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:39 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:39 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:39 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:39 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:39 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:39 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:39 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:39 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:39 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:39 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:39 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:39 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:39 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:39 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:39 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:39 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:39 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 15:10:41 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"52"}, "id"=>"55"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 11 THEN "lft" + 12 - 11 WHEN "lft" BETWEEN 12 AND 12 THEN "lft" + 10 - 12 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 11 THEN "rgt" + 12 - 11 WHEN "rgt" BETWEEN 12 AND 12 THEN "rgt" + 10 - 12 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]]  (0.5ms) UPDATE "pages" SET "path" = 'sluggg', "updated_at" = '2012-10-16 07:10:41.630726', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.5ms) commit transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (15.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (16.8ms) Completed 200 OK in 51ms (Views: 25.4ms | ActiveRecord: 5.3ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 15:10:43 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1"}, "id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.3ms) UPDATE "pages" SET "parent_id" = 1, "path" = 'test/sluggg', "updated_at" = '2012-10-16 07:10:43.703994', "body" = '--- {} ' WHERE "pages"."id" = 55 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.7ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.4ms) commit transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (14.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (15.9ms) Completed 200 OK in 44ms (Views: 22.4ms | ActiveRecord: 5.3ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 15:10:45 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"52"}, "id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 11 THEN "lft" + 12 - 11 WHEN "lft" BETWEEN 12 AND 12 THEN "lft" + 10 - 12 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 11 THEN "rgt" + 12 - 11 WHEN "rgt" BETWEEN 12 AND 12 THEN "rgt" + 10 - 12 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]]  (0.5ms) UPDATE "pages" SET "path" = 'sluggg', "updated_at" = '2012-10-16 07:10:45.687501', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.1ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.8ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (19.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (21.3ms) Completed 200 OK in 57ms (Views: 28.9ms | ActiveRecord: 4.0ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 15:10:47 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1"}, "id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.3ms) UPDATE "pages" SET "parent_id" = 1, "path" = 'test/sluggg', "updated_at" = '2012-10-16 07:10:47.560295', "body" = '--- {} ' WHERE "pages"."id" = 55 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.6ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (18.1ms) Completed 200 OK in 51ms (Views: 28.7ms | ActiveRecord: 3.3ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-16 15:10:49 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "prev_id"=>"55"}, "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft"  (0.0ms) rollback transaction Completed 500 Internal Server Error in 5ms RuntimeError (文件已被锁定,无法移动): /Users/brownjohn/code/amalgam/lib/amalgam/models/lockable.rb:36:in `check_locked' activesupport (3.2.8) lib/active_support/callbacks.rb:407:in `_run__3848889129498154665__save__1294250881493998922__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:53:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__402007181189031983__process_action__481978316356432733__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__457639709677344977__call__1294250881493998922__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (41.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (48.6ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 15:10:51 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (45.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (285.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (288.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.9ms) Completed 200 OK in 316ms (Views: 305.5ms | ActiveRecord: 7.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 15:10:51 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 15:10:51 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 15:10:51 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 15:10:51 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 15:10:51 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 15:10:51 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:51 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:51 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:51 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:51 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:51 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:51 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:51 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:51 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:51 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:51 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:51 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:51 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:51 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:51 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:51 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:51 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:51 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:51 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:51 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:51 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:52 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:52 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:52 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:52 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:52 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:52 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:52 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:52 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:52 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:52 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:52 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:52 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 15:10:52 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 15:12:18 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC # Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (16.5ms) # Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (32.1ms) # Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) # Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) # Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) # Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.0ms) # Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (36.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.1ms) # Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) # Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) # Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) # Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) # Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) # Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) # Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) # Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) # Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.7ms) # Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) # Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) # Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) # Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) # Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) # Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) # Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) # Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) # Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) # Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (289.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (305.6ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.1ms) Completed 200 OK in 561ms (Views: 529.6ms | ActiveRecord: 10.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 15:12:19 +0800 Served asset /bootstrap.css - 304 Not Modified (40ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 15:12:19 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 15:12:19 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 15:12:19 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 15:12:19 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 15:12:19 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 15:12:19 +0800 Served asset /modernizr.js - 304 Not Modified (30ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 15:12:19 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 15:12:19 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 15:12:19 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 15:12:19 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (13ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:12:19 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:12:19 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (3ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 15:12:19 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 15:12:19 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 15:12:19 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 15:12:19 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 15:12:19 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 15:12:19 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 15:12:19 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 15:12:19 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 15:12:19 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 15:12:19 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 15:12:19 +0800 Served asset /amalgam/admin.js - 304 Not Modified (16ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 15:12:22 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"52"}, "id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 11 THEN "lft" + 12 - 11 WHEN "lft" BETWEEN 12 AND 12 THEN "lft" + 10 - 12 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 11 THEN "rgt" + 12 - 11 WHEN "rgt" BETWEEN 12 AND 12 THEN "rgt" + 10 - 12 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]]  (0.3ms) UPDATE "pages" SET "path" = 'sluggg', "updated_at" = '2012-10-16 07:12:23.012561', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.4ms) commit transaction # Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (19.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (21.0ms) Completed 200 OK in 59ms (Views: 27.8ms | ActiveRecord: 3.7ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 15:16:12 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (4.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (20.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" [#, #] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (36.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (39.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" [#, #] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (32.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.4ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" [#"正文内容11"}, locked: 0, path: "home", slug: "home", lft: 51, rgt: 52, parent_id: nil, created_at: "2012-09-19 09:31:08", updated_at: "2012-10-11 08:41:03">] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (476.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (492.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.9ms) Completed 200 OK in 757ms (Views: 720.3ms | ActiveRecord: 11.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 15:16:13 +0800 Served asset /bootstrap.css - 304 Not Modified (45ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 15:16:13 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 15:16:13 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 15:16:13 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 15:16:13 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 15:16:13 +0800 Served asset /amalgam/admin.css - 304 Not Modified (14ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:13 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:13 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:13 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (44ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:13 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:13 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:13 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:13 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:13 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:13 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:13 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:13 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:13 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:13 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:13 +0800 Served asset /amalgam/extra.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:13 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:13 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:13 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:13 +0800 Served asset /amalgam/admin.js - 304 Not Modified (16ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 15:16:15 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1"}, "id"=>"55"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.0ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" [#] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "parent_id" = 1, "path" = 'test/sluggg', "updated_at" = '2012-10-16 07:16:15.178810', "body" = '--- {} ' WHERE "pages"."id" = 55 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.7ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.5ms) commit transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" [#, #] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (51.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (57.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (59.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (61.7ms) Completed 200 OK in 161ms (Views: 69.1ms | ActiveRecord: 5.6ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 15:16:16 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" [#, #] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (31.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" [#, #] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (51.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (65.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.9ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" [#, #] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (20.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (23.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (67.5ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (18.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.2ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" [#"正文内容11"}, locked: 0, path: "home", slug: "home", lft: 51, rgt: 52, parent_id: nil, created_at: "2012-09-19 09:31:08", updated_at: "2012-10-11 08:41:03">] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (493.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (495.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.4ms) Completed 200 OK in 520ms (Views: 509.3ms | ActiveRecord: 7.9ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 15:16:17 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (7ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 15:16:17 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 15:16:17 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 15:16:17 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 15:16:17 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 15:16:17 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:17 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:17 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:17 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:17 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:17 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:17 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:17 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:17 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:17 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:17 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:17 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:17 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:17 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:17 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:17 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:17 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:17 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 15:16:17 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 15:16:18 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"52"}, "id"=>"55"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 11 THEN "lft" + 12 - 11 WHEN "lft" BETWEEN 12 AND 12 THEN "lft" + 10 - 12 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 11 THEN "rgt" + 12 - 11 WHEN "rgt" BETWEEN 12 AND 12 THEN "rgt" + 10 - 12 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]]  (0.5ms) UPDATE "pages" SET "path" = 'sluggg', "updated_at" = '2012-10-16 07:16:18.983340', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.8ms) commit transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (17.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (26.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (29.0ms) Completed 200 OK in 58ms (Views: 37.4ms | ActiveRecord: 4.3ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 15:17:08 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" [#, #] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (20.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (24.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.7ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (54.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (56.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.3ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (46.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" [#, #] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (20.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (23.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (36.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (45.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" [#"正文内容11"}, locked: 0, path: "home", slug: "home", lft: 51, rgt: 52, parent_id: nil, created_at: "2012-09-19 09:31:08", updated_at: "2012-10-11 08:41:03">] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (520.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (522.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.8ms) Completed 200 OK in 549ms (Views: 537.5ms | ActiveRecord: 8.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 15:17:08 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 15:17:08 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 15:17:08 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 15:17:08 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 15:17:08 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 15:17:08 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 15:17:08 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 15:17:08 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 15:17:08 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 15:17:08 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 15:17:09 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:17:09 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 15:17:09 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:17:09 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 15:17:09 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 15:17:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 15:17:09 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 15:17:09 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 15:17:09 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 15:17:09 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 15:17:09 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 15:17:09 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 15:17:09 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 15:17:09 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 15:17:10 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1"}, "id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" [#] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "parent_id" = 1, "path" = 'test/sluggg', "updated_at" = '2012-10-16 07:17:10.296425', "body" = '--- {} ' WHERE "pages"."id" = 55 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.6ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" [#, #] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (17.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (22.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (23.5ms) Completed 200 OK in 63ms (Views: 31.7ms | ActiveRecord: 5.5ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 15:18:32 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (4.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (20.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" [#, #] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (16.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (20.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (37.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (39.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" [#, #] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" [#, #] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (39.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" [#"正文内容11"}, locked: 0, path: "home", slug: "home", lft: 51, rgt: 52, parent_id: nil, created_at: "2012-09-19 09:31:08", updated_at: "2012-10-11 08:41:03">] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (456.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (472.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.5ms) Completed 200 OK in 723ms (Views: 691.2ms | ActiveRecord: 11.6ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 15:18:33 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 15:18:33 +0800 Served asset /amalgam/extra.css - 304 Not Modified (3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 15:18:33 +0800 Served asset /bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 15:18:33 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 15:18:33 +0800 Served asset /amalgam/admin.css - 304 Not Modified (14ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 15:18:33 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:33 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:33 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (45ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:33 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:33 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:33 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:33 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (7ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:33 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:33 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:33 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:33 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:33 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:33 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:33 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:33 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:33 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:33 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:33 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:33 +0800 Served asset /amalgam/admin.js - 304 Not Modified (16ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 15:18:36 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"52"}, "id"=>"55"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 11 THEN "lft" + 12 - 11 WHEN "lft" BETWEEN 12 AND 12 THEN "lft" + 10 - 12 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 11 THEN "rgt" + 12 - 11 WHEN "rgt" BETWEEN 12 AND 12 THEN "rgt" + 10 - 12 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]]  (0.4ms) UPDATE "pages" SET "path" = 'sluggg', "updated_at" = '2012-10-16 07:18:36.161720', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.9ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (16.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (25.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (26.7ms) Completed 200 OK in 108ms (Views: 35.7ms | ActiveRecord: 4.4ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-16 15:18:42 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"55"}, "id"=>"52"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 55) LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 55 ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" [#]  (0.1ms) rollback transaction Completed 500 Internal Server Error in 55ms RuntimeError (文件已被锁定,无法移动): /Users/brownjohn/code/amalgam/lib/amalgam/models/lockable.rb:37:in `check_locked' activesupport (3.2.8) lib/active_support/callbacks.rb:462:in `_run__135465024598130643__save__2569818323913992783__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:53:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__2365424284552138674__process_action__3202929450584942359__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__965972321529119751__call__2569818323913992783__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.9ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 15:18:48 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" [#, #] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (30.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" [#, #] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (61.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" [#"正文内容11"}, locked: 0, path: "home", slug: "home", lft: 51, rgt: 52, parent_id: nil, created_at: "2012-09-19 09:31:08", updated_at: "2012-10-11 08:41:03">] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (453.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (455.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.8ms) Completed 200 OK in 486ms (Views: 475.7ms | ActiveRecord: 7.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 15:18:48 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 15:18:48 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 15:18:48 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 15:18:48 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 15:18:48 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:49 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 15:18:49 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:49 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:49 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:49 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:49 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:49 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:49 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:49 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:49 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:49 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:49 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:49 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:49 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:49 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:49 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:49 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:49 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-10-16 15:18:51 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"55", "next_id"=>"52"}, "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 9 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 9 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 9 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 9 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 1 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) UPDATE "pages" SET "updated_at" = '2012-10-16 07:18:51.726281', "body" = '--- {} ' WHERE "pages"."id" = 1  (2.3ms) commit transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (20.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (21.7ms) Completed 200 OK in 49ms (Views: 27.8ms | ActiveRecord: 4.6ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 15:18:54 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1"}, "id"=>"55"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" [#]  (0.4ms) UPDATE "pages" SET "parent_id" = 1, "path" = 'test/sluggg', "updated_at" = '2012-10-16 07:18:54.067126', "body" = '--- {} ' WHERE "pages"."id" = 55 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 9 AND 10 THEN "lft" + 11 - 10 WHEN "lft" BETWEEN 11 AND 11 THEN "lft" + 9 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 9 AND 10 THEN "rgt" + 11 - 10 WHEN "rgt" BETWEEN 11 AND 11 THEN "rgt" + 9 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.3ms) commit transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" [#, #] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (17.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (22.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (24.0ms) Completed 200 OK in 57ms (Views: 31.7ms | ActiveRecord: 5.0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 15:18:55 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.8ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" [#, #] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (21.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (25.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" [#, #] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (33.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.7ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" [#, #] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (16.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (32.3ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.2ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (17.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.9ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" [#"正文内容11"}, locked: 0, path: "home", slug: "home", lft: 51, rgt: 52, parent_id: nil, created_at: "2012-09-19 09:31:08", updated_at: "2012-10-11 08:41:03">] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (508.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (511.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (38.3ms) Completed 200 OK in 570ms (Views: 559.0ms | ActiveRecord: 8.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 15:18:56 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 15:18:56 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 15:18:56 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 15:18:56 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 15:18:56 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 15:18:56 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:56 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:56 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:56 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:56 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:56 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:56 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:56 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:56 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:56 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:56 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:56 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:56 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:56 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:56 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:56 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:56 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 15:18:56 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 15:19:45 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (21.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" [#, #] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (20.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (26.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (35.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" [#, #] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (33.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.4ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (52.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (54.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" [#, #] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (32.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (37.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (39.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" [#"正文内容11"}, locked: 0, path: "home", slug: "home", lft: 51, rgt: 52, parent_id: nil, created_at: "2012-09-19 09:31:08", updated_at: "2012-10-11 08:41:03">] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (475.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (490.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.9ms) Completed 200 OK in 741ms (Views: 710.1ms | ActiveRecord: 10.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 15:19:46 +0800 Served asset /bootstrap.css - 304 Not Modified (14ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 15:19:46 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 15:19:46 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 15:19:46 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 15:19:46 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 15:19:46 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 15:19:46 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 15:19:46 +0800 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 15:19:46 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 15:19:46 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 15:19:46 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (45ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:19:46 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:19:46 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 15:19:46 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 15:19:46 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 15:19:46 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 15:19:46 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 15:19:46 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 15:19:46 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 15:19:46 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 15:19:46 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 15:19:46 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 15:19:46 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 15:19:46 +0800 Served asset /amalgam/admin.js - 304 Not Modified (17ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 15:19:48 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"52"}, "id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.0ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 11 THEN "lft" + 12 - 11 WHEN "lft" BETWEEN 12 AND 12 THEN "lft" + 10 - 12 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 11 THEN "rgt" + 12 - 11 WHEN "rgt" BETWEEN 12 AND 12 THEN "rgt" + 10 - 12 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]]  (0.4ms) UPDATE "pages" SET "path" = 'sluggg', "updated_at" = '2012-10-16 07:19:49.044911', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.5ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (19.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (27.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (29.4ms) Completed 200 OK in 115ms (Views: 37.3ms | ActiveRecord: 5.2ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 15:20:19 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1"}, "id"=>"55"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" [#] Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.3ms) UPDATE "pages" SET "parent_id" = 1, "path" = 'test/sluggg', "updated_at" = '2012-10-16 07:20:19.452289', "body" = '--- {} ' WHERE "pages"."id" = 55 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.7ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.1ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" [#, #] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (17.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (23.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (24.4ms) Completed 200 OK in 101ms (Views: 30.8ms | ActiveRecord: 4.8ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 15:20:20 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" [#, #] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (31.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" [#, #] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (59.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" [#, #] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (30.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (32.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" [#"正文内容11"}, locked: 0, path: "home", slug: "home", lft: 51, rgt: 52, parent_id: nil, created_at: "2012-09-19 09:31:08", updated_at: "2012-10-11 08:41:03">] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (456.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (458.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.1ms) Completed 200 OK in 482ms (Views: 473.2ms | ActiveRecord: 7.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 15:20:21 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 15:20:21 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 15:20:21 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 15:20:21 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 15:20:21 +0800 Served asset /amalgam/admin.css - 304 Not Modified (7ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 15:20:21 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 15:20:21 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 15:20:21 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 15:20:21 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 15:20:21 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 15:20:21 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:20:21 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 15:20:21 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 15:20:21 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:20:21 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 15:20:21 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 15:20:21 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 15:20:21 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 15:20:21 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 15:20:21 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 15:20:21 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 15:20:21 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 15:20:21 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 15:20:21 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 15:52:42 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"52"}, "id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 11 THEN "lft" + 12 - 11 WHEN "lft" BETWEEN 12 AND 12 THEN "lft" + 10 - 12 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 11 THEN "rgt" + 12 - 11 WHEN "rgt" BETWEEN 12 AND 12 THEN "rgt" + 10 - 12 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]]  (0.4ms) UPDATE "pages" SET "path" = 'sluggg', "updated_at" = '2012-10-16 07:52:42.828132', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.8ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (20.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (21.7ms) Completed 200 OK in 52ms (Views: 30.9ms | ActiveRecord: 5.0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) ORDER BY lft ASC, "pages"."lft" [#, #] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (32.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.6ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 15 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 17 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 21 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 24) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 25 AND "pages"."rgt" >= 26) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 27 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 29 AND "pages"."rgt" >= 32) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 30 AND "pages"."rgt" >= 31) ORDER BY lft ASC, "pages"."lft" [#, #] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (29.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 33 AND "pages"."rgt" >= 34) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 35 AND "pages"."rgt" >= 36) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 37 AND "pages"."rgt" >= 38) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 39 AND "pages"."rgt" >= 40) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 41 AND "pages"."rgt" >= 42) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 43 AND "pages"."rgt" >= 44) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 45 AND "pages"."rgt" >= 46) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 47 AND "pages"."rgt" >= 48) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 49 AND "pages"."rgt" >= 50) ORDER BY lft ASC, "pages"."lft" [#] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 51 AND "pages"."rgt" >= 52) ORDER BY lft ASC, "pages"."lft" [#"正文内容11"}, locked: 0, path: "home", slug: "home", lft: 51, rgt: 52, parent_id: nil, created_at: "2012-09-19 09:31:08", updated_at: "2012-10-11 08:41:03">] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (453.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (456.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (40.1ms) Completed 200 OK in 519ms (Views: 508.3ms | ActiveRecord: 7.5ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-16 15:52:44 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (4ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 15:52:46 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1"}, "id"=>"55"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" [#] Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "parent_id" = 1, "path" = 'test/sluggg', "updated_at" = '2012-10-16 07:52:46.697370', "body" = '--- {} ' WHERE "pages"."id" = 55 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.9ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 10 AND "pages"."rgt" >= 11) ORDER BY lft ASC, "pages"."lft" [#, #] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.2ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (21.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (22.6ms) Completed 200 OK in 54ms (Views: 29.0ms | ActiveRecord: 4.8ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 16:03:12 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (4.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC locked? Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (16.8ms) locked? Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (32.9ms) locked? Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) locked? Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) locked? Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) locked? Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.3ms) locked? Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) locked? Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.8ms) locked? Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) locked? Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) locked? Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) locked? Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) locked? Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) locked? Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) locked? Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) locked? Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.3ms) locked? Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) locked? Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) locked? Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) locked? Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) locked? Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) locked? Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) locked? Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) locked? Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) locked? Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) locked? Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (293.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (309.9ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (17.4ms) Completed 200 OK in 586ms (Views: 558.2ms | ActiveRecord: 4.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 16:03:12 +0800 Served asset /bootstrap.css - 304 Not Modified (45ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 16:03:12 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 16:03:12 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 16:03:12 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 16:03:13 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 16:03:13 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 16:03:13 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 16:03:13 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 16:03:13 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 16:03:13 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 16:03:13 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:03:13 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (13ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:03:13 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 16:03:13 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 16:03:13 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 16:03:13 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 16:03:13 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 16:03:13 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 16:03:13 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 16:03:13 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 16:03:13 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 16:03:13 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 16:03:13 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 16:03:13 +0800 Served asset /amalgam/admin.js - 304 Not Modified (16ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 16:03:32 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"52"}, "id"=>"55"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 locked? update_hierarchy Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 11 THEN "lft" + 12 - 11 WHEN "lft" BETWEEN 12 AND 12 THEN "lft" + 10 - 12 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 11 THEN "rgt" + 12 - 11 WHEN "rgt" BETWEEN 12 AND 12 THEN "rgt" + 10 - 12 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]]  (0.5ms) UPDATE "pages" SET "path" = 'sluggg', "updated_at" = '2012-10-16 08:03:32.810234', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.2ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (2.5ms) Completed 200 OK in 84ms (Views: 9.8ms | ActiveRecord: 4.3ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 16:05:06 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (4.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (34.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (267.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (283.6ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.7ms) Completed 200 OK in 565ms (Views: 539.2ms | ActiveRecord: 4.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 16:05:07 +0800 Served asset /bootstrap.css - 304 Not Modified (15ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 16:05:07 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 16:05:07 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 16:05:07 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 16:05:07 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 16:05:07 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 16:05:07 +0800 Served asset /amalgam/admin.css - 304 Not Modified (45ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 16:05:07 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 16:05:07 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 16:05:07 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 16:05:07 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:05:07 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:05:07 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 16:05:07 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 16:05:07 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 16:05:07 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 16:05:07 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 16:05:07 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 16:05:07 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 16:05:07 +0800 Served asset /amalgam/extra.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 16:05:07 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 16:05:07 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 16:05:07 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 16:05:07 +0800 Served asset /amalgam/admin.js - 304 Not Modified (66ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 16:05:09 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1"}, "id"=>"55"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.0ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 locked? update_hierarchy Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.3ms) UPDATE "pages" SET "parent_id" = 1, "path" = 'test/sluggg', "updated_at" = '2012-10-16 08:05:09.820654', "body" = '--- {} ' WHERE "pages"."id" = 55 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (3.3ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (19.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (21.3ms) Completed 200 OK in 105ms (Views: 29.2ms | ActiveRecord: 5.4ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 16:08:14 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (262.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (266.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.2ms) Completed 200 OK in 290ms (Views: 287.1ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 16:08:14 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 16:08:14 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 16:08:14 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 16:08:14 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 16:08:14 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 16:08:14 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 16:08:14 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 16:08:14 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 16:08:14 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 16:08:14 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 16:08:14 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:08:14 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:08:14 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 16:08:15 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 16:08:15 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 16:08:15 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 16:08:15 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 16:08:15 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 16:08:15 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 16:08:15 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 16:08:15 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 16:08:15 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 16:08:15 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 16:08:15 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-16 16:08:18 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "prev_id"=>"55"}, "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 1) LIMIT 1 locked? update_hierarchy Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 12 AND 12 THEN "lft" + 14 - 12 WHEN "lft" BETWEEN 13 AND 14 THEN "lft" + 12 - 13 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 12 AND 12 THEN "rgt" + 14 - 12 WHEN "rgt" BETWEEN 13 AND 14 THEN "rgt" + 12 - 13 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.5ms) UPDATE "pages" SET "path" = 'test/agagsdgsadgsdg', "updated_at" = '2012-10-16 08:08:18.761642', "body" = '--- {} ' WHERE "pages"."id" = 52 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 12 AND "pages"."rgt" <= 13) AND ("pages"."id" != 52) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.8ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 12 AND "pages"."rgt" <= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (12.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (13.9ms) Completed 200 OK in 45ms (Views: 21.3ms | ActiveRecord: 5.0ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 16:08:20 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"14"}, "id"=>"55"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 locked? update_hierarchy Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 11 THEN "lft" + 14 - 11 WHEN "lft" BETWEEN 12 AND 14 THEN "lft" + 10 - 12 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 11 THEN "rgt" + 14 - 11 WHEN "rgt" BETWEEN 12 AND 14 THEN "rgt" + 10 - 12 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]]  (0.4ms) UPDATE "pages" SET "path" = 'sluggg', "updated_at" = '2012-10-16 08:08:20.276381', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (3.6ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (13.3ms) Completed 200 OK in 41ms (Views: 21.9ms | ActiveRecord: 5.5ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 16:08:22 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1", "next_id"=>"52"}, "id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 locked? update_hierarchy Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 12 THEN "lft" + 14 - 12 WHEN "lft" BETWEEN 13 AND 14 THEN "lft" + 10 - 13 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 12 THEN "rgt" + 14 - 12 WHEN "rgt" BETWEEN 13 AND 14 THEN "rgt" + 10 - 13 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.5ms) UPDATE "pages" SET "path" = 'test/sluggg', "updated_at" = '2012-10-16 08:08:22.347999', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.7ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (12.7ms) Completed 200 OK in 43ms (Views: 21.7ms | ActiveRecord: 4.8ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 16:09:11 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (46.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (286.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (288.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (41.6ms) Completed 200 OK in 348ms (Views: 345.3ms | ActiveRecord: 0.5ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 16:09:12 +0800 Served asset /amalgam/extra.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 16:09:12 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 16:09:12 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 16:09:12 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 16:09:12 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 16:09:12 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:12 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:12 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:12 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:12 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:12 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:12 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:12 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:12 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:12 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:12 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:12 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:12 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:12 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:12 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:12 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:12 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:12 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:12 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 16:09:27 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (22.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (31.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (45.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (266.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (270.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (43.3ms) Completed 200 OK in 331ms (Views: 327.8ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 16:09:27 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 16:09:27 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 16:09:27 +0800 Served asset /amalgam/admin.css - 304 Not Modified (6ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:27 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 16:09:27 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 16:09:27 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:27 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:27 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:27 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:27 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 16:09:27 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:27 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:27 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:27 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:27 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:27 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:27 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:27 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:27 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:27 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:27 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:27 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:27 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 16:09:28 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 16:10:08 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (38.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (288.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (305.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.5ms) Completed 200 OK in 571ms (Views: 545.7ms | ActiveRecord: 4.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 16:10:08 +0800 Served asset /bootstrap.css - 304 Not Modified (40ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 16:10:08 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 16:10:08 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 16:10:08 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 16:10:08 +0800 Served asset /amalgam/admin.css - 304 Not Modified (17ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 16:10:08 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:08 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:08 +0800 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:08 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (5ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:08 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:08 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (47ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:08 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:09 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:09 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:09 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:09 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:09 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:09 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:09 +0800 Served asset /amalgam/extra.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:09 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:09 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:09 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:09 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 16:10:12 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"14"}, "id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 1) LIMIT 1 update_hierarchy Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 11 THEN "lft" + 14 - 11 WHEN "lft" BETWEEN 12 AND 14 THEN "lft" + 10 - 12 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 11 THEN "rgt" + 14 - 11 WHEN "rgt" BETWEEN 12 AND 14 THEN "rgt" + 10 - 12 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]]  (0.4ms) UPDATE "pages" SET "path" = 'sluggg', "updated_at" = '2012-10-16 08:10:12.410327', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.7ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (18.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (20.3ms) Completed 200 OK in 96ms (Views: 27.3ms | ActiveRecord: 4.7ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-10-16 16:10:40 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"2"}, "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" = 2) LIMIT 1 update_hierarchy Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 2 ORDER BY lft ASC LIMIT 1  (0.3ms) UPDATE "pages" SET "parent_id" = 2, "path" = 'test1/test', "updated_at" = '2012-10-16 08:10:40.248855', "body" = '--- {} ' WHERE "pages"."id" = 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 2]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 8 THEN "lft" + 12 - 8 WHEN "lft" BETWEEN 9 AND 12 THEN "lft" + 6 - 9 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 8 THEN "rgt" + 12 - 8 WHEN "rgt" BETWEEN 9 AND 12 THEN "rgt" + 6 - 9 ELSE "rgt" END, "parent_id" = CASE WHEN id = 1 THEN 2 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 6 AND "pages"."rgt" <= 9) AND ("pages"."id" != 1) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 update_hierarchy  (0.1ms) UPDATE "pages" SET "path" = 'test1/test/agagsdgsadgsdg', "updated_at" = '2012-10-16 08:10:40.257787', "body" = '--- {} ' WHERE "pages"."id" = 52  (3.2ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (1.8ms) Completed 200 OK in 75ms (Views: 8.4ms | ActiveRecord: 5.0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 16:10:41 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (54.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (57.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (271.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (274.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.2ms) Completed 200 OK in 301ms (Views: 298.2ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 16:10:42 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 16:10:42 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 16:10:42 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 16:10:42 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 16:10:42 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 16:10:42 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:42 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:42 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:42 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:42 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:42 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:42 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:42 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:42 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:42 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:42 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:42 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:42 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:42 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:42 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:42 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:42 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:42 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:42 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-10-16 16:10:49 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"2", "next_id"=>"4"}, "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" = 2) LIMIT 1 update_hierarchy Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 9 THEN "lft" + 10 - 9 WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 6 - 10 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 9 THEN "rgt" + 10 - 9 WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 6 - 10 ELSE "rgt" END, "parent_id" = CASE WHEN id = 1 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) UPDATE "pages" SET "path" = 'test', "updated_at" = '2012-10-16 08:10:49.171398', "body" = '--- {} ' WHERE "pages"."id" = 1 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 10) AND ("pages"."id" != 1) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 update_hierarchy  (0.2ms) UPDATE "pages" SET "path" = 'test/agagsdgsadgsdg', "updated_at" = '2012-10-16 08:10:49.180369', "body" = '--- {} ' WHERE "pages"."id" = 52  (1.8ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (26.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (28.6ms) Completed 200 OK in 70ms (Views: 38.7ms | ActiveRecord: 4.3ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 16:10:50 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (266.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (269.6ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.1ms) Completed 200 OK in 295ms (Views: 292.0ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 16:10:50 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 16:10:50 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 16:10:50 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 16:10:50 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 16:10:50 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 16:10:50 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:50 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:50 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:50 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:50 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:50 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:50 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:50 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:50 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:50 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:50 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:50 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:50 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:50 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:50 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:50 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:50 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:50 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 16:10:50 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 16:11:30 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (16.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (21.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (311.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (329.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.7ms) Completed 200 OK in 628ms (Views: 602.0ms | ActiveRecord: 4.5ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 16:11:31 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 16:11:31 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 16:11:31 +0800 Served asset /bootstrap.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 16:11:31 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 16:11:31 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 16:11:31 +0800 Served asset /amalgam/admin.css - 304 Not Modified (11ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-16 16:11:31 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-16 16:11:31 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-16 16:11:31 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-16 16:11:31 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-16 16:11:31 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (5ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-10-16 16:11:33 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"2"}, "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" = 2) LIMIT 1 update_hierarchy Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 2 ORDER BY lft ASC LIMIT 1  (0.3ms) UPDATE "pages" SET "parent_id" = 2, "path" = 'test1/test', "updated_at" = '2012-10-16 08:11:33.917076', "body" = '--- {} ' WHERE "pages"."id" = 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 2]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 6 THEN "lft" + 10 - 6 WHEN "lft" BETWEEN 7 AND 10 THEN "lft" + 6 - 7 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 6 THEN "rgt" + 10 - 6 WHEN "rgt" BETWEEN 7 AND 10 THEN "rgt" + 6 - 7 ELSE "rgt" END, "parent_id" = CASE WHEN id = 1 THEN 2 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 6 AND "pages"."rgt" <= 9) AND ("pages"."id" != 1) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 update_hierarchy  (0.2ms) UPDATE "pages" SET "path" = 'test1/test/agagsdgsadgsdg', "updated_at" = '2012-10-16 08:11:33.962186', "body" = '--- {} ' WHERE "pages"."id" = 52  (2.5ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (2.6ms) Completed 200 OK in 99ms (Views: 10.1ms | ActiveRecord: 4.6ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 16:11:35 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (276.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (279.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.8ms) Completed 200 OK in 305ms (Views: 301.2ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /amalgam/admin.css - 304 Not Modified (38ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /amalgam/admin.js - 304 Not Modified (17ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-16 16:11:36 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 16:11:38 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (253.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (256.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.7ms) Completed 200 OK in 280ms (Views: 276.9ms | ActiveRecord: 0.6ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 16:11:38 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 16:11:38 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 16:11:38 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 16:11:38 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 16:11:38 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 16:11:38 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:38 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:38 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:38 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:38 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:38 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:38 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:38 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:38 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:38 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:38 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:38 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:38 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:38 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:38 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:38 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:38 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:38 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 16:11:38 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 16:12:10 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (33.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (23.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (32.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (39.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (289.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (310.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.2ms) Completed 200 OK in 573ms (Views: 545.6ms | ActiveRecord: 4.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 16:12:10 +0800 Served asset /bootstrap.css - 304 Not Modified (42ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 16:12:10 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 16:12:10 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 16:12:10 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 16:12:10 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 16:12:11 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:11 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:11 +0800 Served asset /jquery.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:11 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (42ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:11 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:11 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:11 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:11 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:11 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:11 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:11 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:11 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:11 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:11 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:11 +0800 Served asset /amalgam/extra.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:11 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:11 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:11 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:11 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-10-16 16:12:14 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"2", "next_id"=>"4"}, "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" = 2) LIMIT 1 update_hierarchy Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 9 THEN "lft" + 10 - 9 WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 6 - 10 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 9 THEN "rgt" + 10 - 9 WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 6 - 10 ELSE "rgt" END, "parent_id" = CASE WHEN id = 1 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]]  (0.8ms) UPDATE "pages" SET "path" = 'test', "updated_at" = '2012-10-16 08:12:14.431641', "body" = '--- {} ' WHERE "pages"."id" = 1 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 10) AND ("pages"."id" != 1) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 update_hierarchy  (0.1ms) UPDATE "pages" SET "path" = 'test/agagsdgsadgsdg', "updated_at" = '2012-10-16 08:12:14.442557', "body" = '--- {} ' WHERE "pages"."id" = 52  (3.2ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (28.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (29.8ms) Completed 200 OK in 116ms (Views: 36.6ms | ActiveRecord: 6.1ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 16:12:15 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (38.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (269.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (273.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.5ms) Completed 200 OK in 336ms (Views: 332.2ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 16:12:16 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 16:12:16 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 16:12:16 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 16:12:16 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 16:12:16 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 16:12:16 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:16 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:16 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:16 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:16 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:16 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:16 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:16 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:16 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:16 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:16 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:16 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:16 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:16 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:16 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:16 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:16 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:16 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 16:12:16 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 16:15:24 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (31.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (34.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (36.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (262.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (278.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (16.9ms) Completed 200 OK in 545ms (Views: 520.1ms | ActiveRecord: 4.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 16:15:24 +0800 Served asset /bootstrap.css - 304 Not Modified (16ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 16:15:24 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 16:15:24 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 16:15:24 +0800 Served asset /amalgam/extra.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 16:15:24 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 16:15:24 +0800 Served asset /amalgam/admin.css - 304 Not Modified (19ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 16:15:25 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 16:15:25 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 16:15:25 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 16:15:25 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 16:15:25 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:15:25 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:15:25 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (3ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 16:15:25 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 16:15:25 +0800 Served asset /jquery_ujs.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 16:15:25 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 16:15:25 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 16:15:25 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 16:15:25 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 16:15:25 +0800 Served asset /bootstrap-button.js - 304 Not Modified (7ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 16:15:25 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 16:15:25 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 16:15:25 +0800 Served asset /amalgam/admin.js - 304 Not Modified (21ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 16:15:25 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-16 16:15:27 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"4"}, "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 9 THEN "lft" + 10 - 9 WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 8 - 10 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 9 THEN "rgt" + 10 - 9 WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 8 - 10 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] #  (0.4ms) UPDATE "pages" SET "path" = 'agagsdgsadgsdg', "updated_at" = '2012-10-16 08:15:27.837800', "body" = '--- {} ' WHERE "pages"."id" = 52 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 10) AND ("pages"."id" != 52) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.8ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (18.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (20.3ms) Completed 200 OK in 95ms (Views: 27.5ms | ActiveRecord: 3.8ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 16:17:13 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (29.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (33.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (35.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (258.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (275.6ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.0ms) Completed 200 OK in 548ms (Views: 523.3ms | ActiveRecord: 4.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 16:17:14 +0800 Served asset /bootstrap.css - 304 Not Modified (43ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 16:17:14 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 16:17:14 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 16:17:14 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 16:17:14 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 16:17:14 +0800 Served asset /amalgam/admin.css - 304 Not Modified (14ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:14 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:14 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:14 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (43ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:14 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:14 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:14 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:14 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:14 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:14 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:14 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:14 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:14 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:14 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:14 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:14 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:14 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:14 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-16 16:17:16 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1"}, "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction # Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 1) LIMIT 1  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (2.7ms) Completed 200 OK in 38ms (Views: 12.8ms | ActiveRecord: 0.8ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 16:17:40 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (37.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (253.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (255.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (41.9ms) Completed 200 OK in 315ms (Views: 312.0ms | ActiveRecord: 0.5ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 16:17:41 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 16:17:41 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 16:17:41 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 16:17:41 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 16:17:41 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:41 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 16:17:41 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:41 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:41 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:41 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:41 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:41 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:41 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:41 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:41 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:41 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:41 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:41 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:41 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:41 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:41 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:41 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:41 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:41 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-16 16:17:44 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"14"}, "id"=>"52"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction # Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 14) LIMIT 1  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (0.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (1.5ms) Completed 200 OK in 21ms (Views: 8.1ms | ActiveRecord: 0.6ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 16:17:45 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (36.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (276.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (279.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (41.5ms) Completed 200 OK in 339ms (Views: 336.5ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 16:17:46 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 16:17:46 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 16:17:46 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 16:17:46 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 16:17:46 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 16:17:46 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:46 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:46 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:46 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:46 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:46 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:46 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:46 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:46 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:46 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:46 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:46 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:46 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:46 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:46 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:46 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:46 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:46 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:46 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-16 16:17:48 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1"}, "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction # Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 1) LIMIT 1  (0.0ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (0.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (1.5ms) Completed 200 OK in 19ms (Views: 9.7ms | ActiveRecord: 0.6ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 16:17:49 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (270.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (273.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (42.4ms) Completed 200 OK in 339ms (Views: 335.8ms | ActiveRecord: 0.5ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 16:17:50 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 16:17:50 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 16:17:50 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 16:17:50 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 16:17:50 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:50 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 16:17:50 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:50 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:50 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:50 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:50 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:50 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:50 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:50 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:50 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:50 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:50 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:50 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:50 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:50 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:50 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:50 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:50 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 16:17:50 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-10-16 16:19:16 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"2"}, "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction # Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" = 2) LIMIT 1  (0.0ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (0.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (1.6ms) Completed 200 OK in 23ms (Views: 11.5ms | ActiveRecord: 0.6ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 16:19:45 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (16.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (34.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (38.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (307.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (323.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.6ms) Completed 200 OK in 586ms (Views: 561.1ms | ActiveRecord: 4.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 16:19:46 +0800 Served asset /bootstrap.css - 304 Not Modified (42ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 16:19:46 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 16:19:46 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 16:19:46 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 16:19:46 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 16:19:46 +0800 Served asset /amalgam/admin.css - 304 Not Modified (41ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 16:19:46 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 16:19:46 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 16:19:46 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 16:19:46 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 16:19:46 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:19:46 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:19:46 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 16:19:46 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 16:19:46 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 16:19:46 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 16:19:46 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 16:19:46 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 16:19:46 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 16:19:46 +0800 Served asset /amalgam/extra.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 16:19:46 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 16:19:46 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 16:19:46 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 16:19:46 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-10-16 16:19:48 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"2"}, "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction # Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" = 2) LIMIT 1  (0.0ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (2.4ms) Completed 200 OK in 27ms (Views: 9.5ms | ActiveRecord: 0.6ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 16:20:55 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (33.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (36.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (251.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (267.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.5ms) Completed 200 OK in 532ms (Views: 507.2ms | ActiveRecord: 4.6ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 16:20:56 +0800 Served asset /amalgam/extra.css - 304 Not Modified (26ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 16:20:56 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 16:20:56 +0800 Served asset /bootstrap.css - 304 Not Modified (14ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 16:20:56 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 16:20:56 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 16:20:56 +0800 Served asset /amalgam/admin.css - 304 Not Modified (15ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 16:20:56 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 16:20:56 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 16:20:56 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (41ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 16:20:56 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 16:20:56 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:20:56 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:20:56 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 16:20:56 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 16:20:56 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 16:20:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 16:20:56 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 16:20:56 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 16:20:56 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 16:20:56 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 16:20:56 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 16:20:56 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 16:20:56 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 16:20:56 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-10-16 16:20:58 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"2"}, "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction # Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" [#] Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" = 2) LIMIT 1  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (2.7ms) Completed 200 OK in 76ms (Views: 10.9ms | ActiveRecord: 1.0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 16:21:12 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (39.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (255.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (258.6ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.9ms) Completed 200 OK in 284ms (Views: 280.2ms | ActiveRecord: 0.8ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 16:21:12 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 16:21:12 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 16:21:12 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 16:21:12 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 16:21:12 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 16:21:12 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 16:21:12 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 16:21:12 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 16:21:12 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 16:21:12 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 16:21:12 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:21:12 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:21:12 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 16:21:12 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 16:21:12 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 16:21:12 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 16:21:12 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 16:21:12 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 16:21:12 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 16:21:12 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 16:21:12 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 16:21:12 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 16:21:12 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 16:21:12 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 16:21:15 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"55"}, "id"=>"4"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction # Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 12) ORDER BY lft ASC, "pages"."lft" [#] Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 55) LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 55 ORDER BY lft ASC LIMIT 1 #  (0.3ms) UPDATE "pages" SET "parent_id" = 55, "path" = 'sluggg/test3', "updated_at" = '2012-10-16 08:21:15.948687', "body" = '--- {} ' WHERE "pages"."id" = 4 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 55]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 13 - 12 WHEN "lft" BETWEEN 13 AND 13 THEN "lft" + 11 - 13 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 13 - 12 WHEN "rgt" BETWEEN 13 AND 13 THEN "rgt" + 11 - 13 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 55 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 12 AND "pages"."rgt" <= 13) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.3ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 12 AND "pages"."rgt" <= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (21.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (22.8ms) Completed 200 OK in 113ms (Views: 64.1ms | ActiveRecord: 4.9ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 16:21:43 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"55", "next_id"=>"14"}, "id"=>"4"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 55) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 12 AND 13 THEN "lft" + 14 - 13 WHEN "lft" BETWEEN 14 AND 14 THEN "lft" + 12 - 14 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 12 AND 13 THEN "rgt" + 14 - 13 WHEN "rgt" BETWEEN 14 AND 14 THEN "rgt" + 12 - 14 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] #  (0.5ms) UPDATE "pages" SET "path" = 'test3', "updated_at" = '2012-10-16 08:21:43.109023', "body" = '--- {} ' WHERE "pages"."id" = 4 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.8ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (12.3ms) Completed 200 OK in 44ms (Views: 22.2ms | ActiveRecord: 5.0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-10-16 16:22:37 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"2"}, "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction # Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 7 AND "pages"."rgt" >= 8) ORDER BY lft ASC, "pages"."lft" [#] Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" = 2) LIMIT 1  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (2.4ms) Completed 200 OK in 34ms (Views: 13.2ms | ActiveRecord: 1.0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 16:23:01 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (253.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (255.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.0ms) Completed 200 OK in 316ms (Views: 313.1ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 16:23:02 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 16:23:02 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 16:23:02 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 16:23:02 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 16:23:02 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 16:23:02 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:02 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:02 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:02 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:02 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:02 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:02 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:02 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:02 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:02 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:02 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:02 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:02 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:02 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:02 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:02 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:02 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:02 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:02 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-16 16:23:03 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1"}, "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction # Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 9 AND "pages"."rgt" >= 10) ORDER BY lft ASC, "pages"."lft" [#] Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 1) LIMIT 1  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (0.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (2.1ms) Completed 200 OK in 27ms (Views: 10.2ms | ActiveRecord: 0.9ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 16:23:15 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (45.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (272.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (276.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (41.9ms) Completed 200 OK in 337ms (Views: 333.5ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 16:23:16 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 16:23:16 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 16:23:16 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 16:23:16 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 16:23:16 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 16:23:16 +0800 Served asset /amalgam/admin.css - 304 Not Modified (6ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:16 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:16 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:16 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:16 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:16 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:16 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:16 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:16 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:16 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:16 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:16 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:16 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:16 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:16 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:16 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:16 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:16 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 16:23:16 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/wp-content/themes/phonegap/images/menu_tile.png?v=1.1" for 127.0.0.1 at 2012-10-16 16:26:46 +0800 ActionController::RoutingError (No route matches [GET] "/wp-content/themes/phonegap/images/menu_tile.png"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 16:40:19 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (255.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (269.6ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.0ms) Completed 200 OK in 530ms (Views: 505.0ms | ActiveRecord: 4.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 16:40:20 +0800 Served asset /bootstrap.css - 304 Not Modified (43ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 16:40:20 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 16:40:20 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 16:40:20 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 16:40:20 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 16:40:20 +0800 Served asset /amalgam/admin.css - 304 Not Modified (42ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:20 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:20 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:20 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:20 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:20 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:20 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:20 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (14ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:20 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:20 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:20 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:20 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:20 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:20 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:20 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:20 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:20 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:20 +0800 Served asset /amalgam/admin.js - 304 Not Modified (16ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:20 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-16 16:40:21 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-16 16:40:21 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (5ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-16 16:40:21 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-16 16:40:21 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-16 16:40:21 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (43ms) Started DELETE "/admin/pages/1" for 127.0.0.1 at 2012-10-16 16:40:25 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (4.0ms) Completed 200 OK in 17ms (Views: 12.6ms | ActiveRecord: 0.5ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 16:40:27 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (262.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (265.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.3ms) Completed 200 OK in 291ms (Views: 288.4ms | ActiveRecord: 0.5ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 16:40:28 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 16:40:28 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 16:40:28 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 16:40:28 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 16:40:28 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 16:40:28 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:28 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:28 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:28 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:28 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:28 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:28 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:28 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:28 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:28 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:28 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:28 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:28 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:28 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:28 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:28 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:28 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:28 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 16:40:28 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started DELETE "/admin/pages/1" for 127.0.0.1 at 2012-10-16 16:40:32 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (1.0ms) Completed 200 OK in 14ms (Views: 9.2ms | ActiveRecord: 0.5ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-16 16:53:56 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"15", "next_id"=>"16"}, "id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Exists (0.3ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" IS NULL) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "15"]] Page Load (0.2ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 15]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.7ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 18 - 12 WHEN "lft" BETWEEN 13 AND 18 THEN "lft" + 11 - 13 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 18 - 12 WHEN "rgt" BETWEEN 13 AND 18 THEN "rgt" + 11 - 13 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 15]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] #  (0.4ms) UPDATE "pages" SET "updated_at" = '2012-10-16 08:53:56.967004', "body" = '--- {} ' WHERE "pages"."id" = 55  (1.4ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (16.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 17 AND "pages"."rgt" <= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (26.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (27.7ms) Completed 200 OK in 79ms (Views: 35.0ms | ActiveRecord: 3.9ms) Started PUT "/admin/pages/14" for 127.0.0.1 at 2012-10-16 16:55:25 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"15"}, "id"=>"14"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "14"]]  (0.0ms) begin transaction # Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 14) ORDER BY lft ASC, "pages"."lft" [#] Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdf' AND "pages"."id" != 14 AND "pages"."parent_id" = 15) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 15 ORDER BY lft ASC LIMIT 1 #  (0.3ms) UPDATE "pages" SET "parent_id" = 15, "path" = 'fasdfs/fasdf', "updated_at" = '2012-10-16 08:55:25.139766', "body" = '--- {} ' WHERE "pages"."id" = 14 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 15]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 13 AND 14 THEN "lft" + 15 - 14 WHEN "lft" BETWEEN 15 AND 15 THEN "lft" + 13 - 15 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 13 AND 14 THEN "rgt" + 15 - 14 WHEN "rgt" BETWEEN 15 AND 15 THEN "rgt" + 13 - 15 ELSE "rgt" END, "parent_id" = CASE WHEN id = 14 THEN 15 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 15]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 14 AND "pages"."rgt" <= 15) AND ("pages"."id" != 14) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (3.6ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 14 AND "pages"."rgt" <= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (13.4ms) Completed 200 OK in 101ms (Views: 26.1ms | ActiveRecord: 5.5ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 16:55:27 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (39.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (258.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (261.6ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (41.1ms) Completed 200 OK in 321ms (Views: 318.4ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 16:55:27 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 16:55:27 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 16:55:27 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 16:55:27 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 16:55:27 +0800 Served asset /amalgam/admin.css - 304 Not Modified (8ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 16:55:27 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:27 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:27 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:27 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:27 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:27 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:27 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:27 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:27 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:27 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:27 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:27 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:27 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:27 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:27 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:27 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:27 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:27 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:27 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 16:55:30 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (249.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (252.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.1ms) Completed 200 OK in 313ms (Views: 309.5ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 16:55:30 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:30 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 16:55:30 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 16:55:30 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 16:55:30 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 16:55:30 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:30 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:30 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 16:55:30 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:30 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:30 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:30 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:30 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:30 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:30 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:30 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:30 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:30 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:30 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:30 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:30 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:30 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:30 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:30 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/15" for 127.0.0.1 at 2012-10-16 16:55:34 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"4"}, "id"=>"15"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "15"]]  (0.1ms) begin transaction # Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 13 AND "pages"."rgt" >= 16) ORDER BY lft ASC, "pages"."lft" [#] Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdfs' AND "pages"."id" != 15 AND "pages"."parent_id" = 4) LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 4 ORDER BY lft ASC LIMIT 1 #  (0.3ms) UPDATE "pages" SET "parent_id" = 4, "path" = 'test3/fasdfs', "updated_at" = '2012-10-16 08:55:34.874710', "body" = '--- {} ' WHERE "pages"."id" = 15 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 15]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 12 AND 12 THEN "lft" + 16 - 12 WHEN "lft" BETWEEN 13 AND 16 THEN "lft" + 12 - 13 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 12 AND 12 THEN "rgt" + 16 - 12 WHEN "rgt" BETWEEN 13 AND 16 THEN "rgt" + 12 - 13 ELSE "rgt" END, "parent_id" = CASE WHEN id = 15 THEN 4 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 15]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 12 AND "pages"."rgt" <= 15) AND ("pages"."id" != 15) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 #  (0.2ms) UPDATE "pages" SET "path" = 'test3/fasdfs/fasdf', "updated_at" = '2012-10-16 08:55:34.885074', "body" = '--- {} ' WHERE "pages"."id" = 14  (3.1ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 12 AND "pages"."rgt" <= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (25.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (26.0ms) Completed 200 OK in 66ms (Views: 33.9ms | ActiveRecord: 5.5ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 16:55:36 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (63.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (284.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (288.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.5ms) Completed 200 OK in 354ms (Views: 350.9ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 16:55:36 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 16:55:36 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 16:55:36 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 16:55:36 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 16:55:36 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 16:55:36 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:36 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:36 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:36 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:36 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:36 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:36 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:36 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:36 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:36 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:36 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:36 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:36 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:36 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:36 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:36 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:36 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:36 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 16:55:36 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started PUT "/admin/pages/16" for 127.0.0.1 at 2012-10-16 16:55:39 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"14"}, "id"=>"16"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "16"]]  (0.1ms) begin transaction # Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 20) ORDER BY lft ASC, "pages"."lft" [#] Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfsdf' AND "pages"."id" != 16 AND "pages"."parent_id" = 14) LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 14 ORDER BY lft ASC LIMIT 1 #  (0.3ms) UPDATE "pages" SET "parent_id" = 14, "path" = 'test3/fasdfs/fasdf/fasfsdf', "updated_at" = '2012-10-16 08:55:39.037637', "body" = '--- {} ' WHERE "pages"."id" = 16 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 14]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 16]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 14 AND 18 THEN "lft" + 20 - 18 WHEN "lft" BETWEEN 19 AND 20 THEN "lft" + 14 - 19 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 14 AND 18 THEN "rgt" + 20 - 18 WHEN "rgt" BETWEEN 19 AND 20 THEN "rgt" + 14 - 19 ELSE "rgt" END, "parent_id" = CASE WHEN id = 16 THEN 14 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 16]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 14 AND "pages"."rgt" <= 15) AND ("pages"."id" != 16) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.2ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 14 AND "pages"."rgt" <= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (13.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (14.6ms) Completed 200 OK in 50ms (Views: 22.8ms | ActiveRecord: 4.8ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-16 16:55:59 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"52"}, "id"=>"4"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction # Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 11 AND "pages"."rgt" >= 18) ORDER BY lft ASC, "pages"."lft" [#] Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 52) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 52 ORDER BY lft ASC LIMIT 1 #  (0.3ms) UPDATE "pages" SET "parent_id" = 52, "path" = 'agagsdgsadgsdg/test3', "updated_at" = '2012-10-16 08:55:59.203680', "body" = '--- {} ' WHERE "pages"."id" = 4 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 18 - 10 WHEN "lft" BETWEEN 11 AND 18 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 18 - 10 WHEN "rgt" BETWEEN 11 AND 18 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 52 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 17) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 #  (0.2ms) UPDATE "pages" SET "path" = 'agagsdgsadgsdg/test3/fasdfs/fasdf', "updated_at" = '2012-10-16 08:55:59.251138', "body" = '--- {} ' WHERE "pages"."id" = 14 #  (0.1ms) UPDATE "pages" SET "path" = 'agagsdgsadgsdg/test3/fasdfs', "updated_at" = '2012-10-16 08:55:59.258670', "body" = '--- {} ' WHERE "pages"."id" = 15 #  (0.2ms) UPDATE "pages" SET "path" = 'agagsdgsadgsdg/test3/fasdfs/fasdf/fasfsdf', "updated_at" = '2012-10-16 08:55:59.264918', "body" = '--- {} ' WHERE "pages"."id" = 16  (1.9ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (29.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (42.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (43.7ms) Completed 200 OK in 132ms (Views: 50.0ms | ActiveRecord: 4.6ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-16 16:56:16 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"2", "next_id"=>"1"}, "id"=>"52"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" IS NULL) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 7 AND 8 THEN "lft" + 18 - 8 WHEN "lft" BETWEEN 9 AND 18 THEN "lft" + 7 - 9 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 7 AND 8 THEN "rgt" + 18 - 8 WHEN "rgt" BETWEEN 9 AND 18 THEN "rgt" + 7 - 9 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] #  (0.4ms) UPDATE "pages" SET "updated_at" = '2012-10-16 08:56:16.910822', "body" = '--- {} ' WHERE "pages"."id" = 52  (2.5ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (26.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (35.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (38.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (49.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (51.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (52.6ms) Completed 200 OK in 80ms (Views: 60.2ms | ActiveRecord: 4.4ms) Started PUT "/admin/pages/15" for 127.0.0.1 at 2012-10-16 16:56:33 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"22", "next_id"=>"26"}, "id"=>"15"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "15"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdfs' AND "pages"."id" != 15 AND "pages"."parent_id" = 4) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "22"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 22]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 15]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 9 AND 14 THEN "lft" + 28 - 14 WHEN "lft" BETWEEN 15 AND 28 THEN "lft" + 9 - 15 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 9 AND 14 THEN "rgt" + 28 - 14 WHEN "rgt" BETWEEN 15 AND 28 THEN "rgt" + 9 - 15 ELSE "rgt" END, "parent_id" = CASE WHEN id = 15 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 22]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 15]] #  (0.4ms) UPDATE "pages" SET "path" = 'fasdfs', "updated_at" = '2012-10-16 08:56:33.190140', "body" = '--- {} ' WHERE "pages"."id" = 15 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 28) AND ("pages"."id" != 15) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 #  (0.2ms) UPDATE "pages" SET "path" = 'fasdfs/fasdf', "updated_at" = '2012-10-16 08:56:33.201168', "body" = '--- {} ' WHERE "pages"."id" = 14 #  (0.1ms) UPDATE "pages" SET "path" = 'fasdfs/fasdf/fasfsdf', "updated_at" = '2012-10-16 08:56:33.244562', "body" = '--- {} ' WHERE "pages"."id" = 16  (2.4ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (22.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (32.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (34.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (35.3ms) Completed 200 OK in 117ms (Views: 43.3ms | ActiveRecord: 5.1ms) Started PUT "/admin/pages/15" for 127.0.0.1 at 2012-10-16 16:59:14 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"22"}, "id"=>"15"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "15"]]  (0.1ms) begin transaction # Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" [#] Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdfs' AND "pages"."id" != 15 AND "pages"."parent_id" = 22) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 22 ORDER BY lft ASC LIMIT 1 #  (0.4ms) UPDATE "pages" SET "parent_id" = 22, "path" = 'fasdfsaf/fasdfs', "updated_at" = '2012-10-16 08:59:14.942446', "body" = '--- {} ' WHERE "pages"."id" = 15 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 22]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 15]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 22 AND 22 THEN "lft" + 28 - 22 WHEN "lft" BETWEEN 23 AND 28 THEN "lft" + 22 - 23 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 22 AND 22 THEN "rgt" + 28 - 22 WHEN "rgt" BETWEEN 23 AND 28 THEN "rgt" + 22 - 23 ELSE "rgt" END, "parent_id" = CASE WHEN id = 15 THEN 22 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 22]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 15]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 22 AND "pages"."rgt" <= 27) AND ("pages"."id" != 15) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 #  (0.2ms) UPDATE "pages" SET "path" = 'fasdfsaf/fasdfs/fasdf', "updated_at" = '2012-10-16 08:59:14.953246', "body" = '--- {} ' WHERE "pages"."id" = 14 #  (0.1ms) UPDATE "pages" SET "path" = 'fasdfsaf/fasdfs/fasdf/fasfsdf', "updated_at" = '2012-10-16 08:59:14.959016', "body" = '--- {} ' WHERE "pages"."id" = 16  (1.9ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 22 AND "pages"."rgt" <= 27) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (22.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (33.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (35.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (36.6ms) Completed 200 OK in 80ms (Views: 43.7ms | ActiveRecord: 4.5ms) Started PUT "/admin/pages/15" for 127.0.0.1 at 2012-10-16 16:59:25 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"22", "next_id"=>"26"}, "id"=>"15"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "15"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdfs' AND "pages"."id" != 15 AND "pages"."parent_id" = 22) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "22"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 22]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 15]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 22 AND 27 THEN "lft" + 28 - 27 WHEN "lft" BETWEEN 28 AND 28 THEN "lft" + 22 - 28 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 22 AND 27 THEN "rgt" + 28 - 27 WHEN "rgt" BETWEEN 28 AND 28 THEN "rgt" + 22 - 28 ELSE "rgt" END, "parent_id" = CASE WHEN id = 15 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 22]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 15]] #  (0.4ms) UPDATE "pages" SET "path" = 'fasdfs', "updated_at" = '2012-10-16 08:59:25.789561', "body" = '--- {} ' WHERE "pages"."id" = 15 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 28) AND ("pages"."id" != 15) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 #  (0.1ms) UPDATE "pages" SET "path" = 'fasdfs/fasdf', "updated_at" = '2012-10-16 08:59:25.798194', "body" = '--- {} ' WHERE "pages"."id" = 14 #  (0.2ms) UPDATE "pages" SET "path" = 'fasdfs/fasdf/fasfsdf', "updated_at" = '2012-10-16 08:59:25.803881', "body" = '--- {} ' WHERE "pages"."id" = 16  (0.7ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.9ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 28) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (48.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (62.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (65.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (81.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (83.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (84.3ms) Completed 200 OK in 124ms (Views: 90.6ms | ActiveRecord: 3.3ms) Started PUT "/admin/pages/15" for 127.0.0.1 at 2012-10-16 16:59:40 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"20"}, "id"=>"15"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "15"]]  (0.1ms) begin transaction # Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 23 AND "pages"."rgt" >= 28) ORDER BY lft ASC, "pages"."lft" [#] Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdfs' AND "pages"."id" != 15 AND "pages"."parent_id" = 20) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 #  (0.3ms) UPDATE "pages" SET "parent_id" = 20, "path" = 'fasfasdfsaffd/fasdfs', "updated_at" = '2012-10-16 08:59:40.725788', "body" = '--- {} ' WHERE "pages"."id" = 15 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 20]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 15]] SQL (0.7ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 18 AND 22 THEN "lft" + 28 - 22 WHEN "lft" BETWEEN 23 AND 28 THEN "lft" + 18 - 23 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 18 AND 22 THEN "rgt" + 28 - 22 WHEN "rgt" BETWEEN 23 AND 28 THEN "rgt" + 18 - 23 ELSE "rgt" END, "parent_id" = CASE WHEN id = 15 THEN 20 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 20]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 15]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 18 AND "pages"."rgt" <= 23) AND ("pages"."id" != 15) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 #  (0.1ms) UPDATE "pages" SET "path" = 'fasfasdfsaffd/fasdfs/fasdf', "updated_at" = '2012-10-16 08:59:40.741812', "body" = '--- {} ' WHERE "pages"."id" = 14 #  (0.1ms) UPDATE "pages" SET "path" = 'fasfasdfsaffd/fasdfs/fasdf/fasfsdf', "updated_at" = '2012-10-16 08:59:40.746491', "body" = '--- {} ' WHERE "pages"."id" = 16  (1.1ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 18 AND "pages"."rgt" <= 23) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (20.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (30.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (31.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (32.9ms) Completed 200 OK in 81ms (Views: 41.0ms | ActiveRecord: 4.0ms) Started PUT "/admin/pages/14" for 127.0.0.1 at 2012-10-16 17:00:00 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"20", "prev_id"=>"15"}, "id"=>"14"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "14"]]  (0.1ms) begin transaction # Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 19 AND "pages"."rgt" >= 22) ORDER BY lft ASC, "pages"."lft" [#, #, #] Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdf' AND "pages"."id" != 14 AND "pages"."parent_id" = 20) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "15"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 15]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 19 AND 22 THEN "lft" + 23 - 22 WHEN "lft" BETWEEN 23 AND 23 THEN "lft" + 19 - 23 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 19 AND 22 THEN "rgt" + 23 - 22 WHEN "rgt" BETWEEN 23 AND 23 THEN "rgt" + 19 - 23 ELSE "rgt" END, "parent_id" = CASE WHEN id = 14 THEN 20 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 15]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 #  (0.3ms) UPDATE "pages" SET "path" = 'fasfasdfsaffd/fasdf', "updated_at" = '2012-10-16 09:00:00.534412', "body" = '--- {} ' WHERE "pages"."id" = 14 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 20 AND "pages"."rgt" <= 23) AND ("pages"."id" != 14) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 #  (0.1ms) UPDATE "pages" SET "path" = 'fasfasdfsaffd/fasdf/fasfsdf', "updated_at" = '2012-10-16 09:00:00.540128', "body" = '--- {} ' WHERE "pages"."id" = 16  (2.2ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 20 AND "pages"."rgt" <= 23) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (23.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (24.4ms) Completed 200 OK in 75ms (Views: 31.6ms | ActiveRecord: 4.6ms) Started PUT "/admin/pages/14" for 127.0.0.1 at 2012-10-16 17:00:51 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"20", "next_id"=>"15"}, "id"=>"14"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "14"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdf' AND "pages"."id" != 14 AND "pages"."parent_id" = 20) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "15"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 15]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] SQL (0.7ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 18 AND 19 THEN "lft" + 23 - 19 WHEN "lft" BETWEEN 20 AND 23 THEN "lft" + 18 - 20 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 18 AND 19 THEN "rgt" + 23 - 19 WHEN "rgt" BETWEEN 20 AND 23 THEN "rgt" + 18 - 20 ELSE "rgt" END, "parent_id" = CASE WHEN id = 14 THEN 20 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 15]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] #  (0.4ms) UPDATE "pages" SET "updated_at" = '2012-10-16 09:00:51.407326', "body" = '--- {} ' WHERE "pages"."id" = 14  (2.1ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 18 AND "pages"."rgt" <= 21) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (25.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (27.0ms) Completed 200 OK in 61ms (Views: 38.2ms | ActiveRecord: 4.7ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 17:17:46 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (30.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (30.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (36.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (27.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (35.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (275.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (295.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.3ms) Completed 200 OK in 562ms (Views: 538.6ms | ActiveRecord: 4.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 17:17:47 +0800 Served asset /bootstrap.css - 304 Not Modified (42ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 17:17:47 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 17:17:47 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 17:17:47 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 17:17:47 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 17:17:47 +0800 Served asset /amalgam/admin.css - 304 Not Modified (14ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:47 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:47 +0800 Served asset /jquery.js - 304 Not Modified (48ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:47 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:47 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:47 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:47 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (14ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:47 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:47 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:47 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:47 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:47 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:47 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:47 +0800 Served asset /amalgam/extra.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:47 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:47 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:47 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:47 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:47 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-16 17:17:50 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"19", "next_id"=>"20"}, "id"=>"52"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.0ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (2.6ms) Completed 200 OK in 61ms (Views: 9.9ms | ActiveRecord: 0.6ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 17:17:51 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (39.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (60.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (66.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (253.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (257.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.5ms) Completed 200 OK in 316ms (Views: 312.2ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 17:17:51 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 17:17:51 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 17:17:51 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 17:17:51 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 17:17:51 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 17:17:51 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:51 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:51 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:51 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:51 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:51 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:51 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:51 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:51 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:51 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:51 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:51 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:51 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:51 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:51 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:51 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:52 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:52 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:52 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-16 17:17:54 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"20", "next_id"=>"21"}, "id"=>"52"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.0ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (0.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (1.8ms) Completed 200 OK in 13ms (Views: 9.3ms | ActiveRecord: 0.5ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 17:17:56 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (62.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (69.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (252.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (255.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.3ms) Completed 200 OK in 279ms (Views: 276.6ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 17:17:56 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 17:17:56 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 17:17:56 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 17:17:56 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 17:17:56 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 17:17:56 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:56 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:56 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:56 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:56 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:56 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:56 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:56 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:56 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:56 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:56 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:56 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:56 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:56 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:56 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:56 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:56 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 17:17:56 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 17:42:08 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (4.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (23.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (49.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (51.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (54.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (81.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 52 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 14 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.2ms) CACHE (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (35.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (54.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (392.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (408.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (18.8ms) Completed 200 OK in 688ms (Views: 653.0ms | ActiveRecord: 6.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 17:42:09 +0800 Served asset /bootstrap.css - 304 Not Modified (42ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 17:42:09 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 17:42:09 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 17:42:09 +0800 Served asset /amalgam/admin.css - 304 Not Modified (27ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 17:42:09 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 17:42:09 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:09 +0800 Served asset /modernizr.js - 304 Not Modified (7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:09 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:09 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:09 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:09 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:09 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (48ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:09 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (5ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:09 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:09 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:09 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:09 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:09 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:09 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:10 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:10 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:10 +0800 Served asset /amalgam/admin.js - 304 Not Modified (18ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:10 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-16 17:42:12 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"2"}, "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.0ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 2 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 2) LIMIT 1 #  (0.5ms) UPDATE "pages" SET "parent_id" = 2, "path" = 'test1/agagsdgsadgsdg', "updated_at" = '2012-10-16 09:42:12.196916', "body" = '--- {} ' WHERE "pages"."id" = 52 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 2]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 6 THEN "lft" + 10 - 6 WHEN "lft" BETWEEN 7 AND 10 THEN "lft" + 6 - 7 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 6 THEN "rgt" + 10 - 6 WHEN "rgt" BETWEEN 7 AND 10 THEN "rgt" + 6 - 7 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN 2 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 6 AND "pages"."rgt" <= 9) AND ("pages"."id" != 52) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 #  (0.1ms) UPDATE "pages" SET "path" = 'test1/agagsdgsadgsdg/test3', "updated_at" = '2012-10-16 09:42:12.247916', "body" = '--- {} ' WHERE "pages"."id" = 4  (2.8ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 6 AND "pages"."rgt" <= 9) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 52 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (31.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (33.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (34.7ms) Completed 200 OK in 121ms (Views: 43.0ms | ActiveRecord: 5.7ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-16 17:42:13 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 52 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (25.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (34.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 14 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.0ms) CACHE (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (29.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (54.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (283.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (286.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.9ms) Completed 200 OK in 313ms (Views: 308.7ms | ActiveRecord: 1.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-16 17:42:14 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-16 17:42:14 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-16 17:42:14 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-16 17:42:14 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-16 17:42:14 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:14 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-16 17:42:14 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:14 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:14 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:14 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:14 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:14 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:14 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:14 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:14 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:14 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:14 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:14 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:14 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:14 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:14 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:14 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-16 17:42:14 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-10-17 11:03:44 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.8ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (5.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.5ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (226.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (22.3ms) Completed 200 OK in 726ms (Views: 693.7ms | ActiveRecord: 7.4ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /bootstrap.css - 304 Not Modified (55ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /responsive.css - 304 Not Modified (10ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury.css - 304 Not Modified (27ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/lightview.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (7ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/uploader.css - 304 Not Modified (34ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /amalgam/editor.css - 304 Not Modified (33ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/mercury.css - 304 Not Modified (15ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (77ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (46ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (7ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/mercury.js - 304 Not Modified (41ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/dialog.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/select.js - 304 Not Modified (4ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:45 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /mercury/region.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (8ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (7ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /amalgam/editor.js - 304 Not Modified (83ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (4ms) Started GET "/?mercury_frame=true&_=1350443026571" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1350443026571", "path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (27.6ms) Completed 200 OK in 33ms (Views: 28.7ms | ActiveRecord: 0.8ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-10-17 11:03:46 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (3ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-17 11:03:48 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (17.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (36.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 52 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 14 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.6ms) CACHE (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (31.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (288.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (293.9ms) Completed 500 Internal Server Error in 411ms ActionView::Template::Error (couldn't find file 'jquery.ui.nestedSortable' (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/admin.js:7)): 3: %head 4: %title CMS 5: = stylesheet_link_tag "amalgam/admin" 6: = javascript_include_tag "amalgam/admin" 7: = csrf_meta_tags 8: = yield(:head) 9: %body{:class => body_class} sprockets (2.1.3) lib/sprockets/context.rb:100:in `resolve' sprockets (2.1.3) lib/sprockets/context.rb:140:in `require_asset' sprockets (2.1.3) lib/sprockets/directive_processor.rb:215:in `process_require_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__1584401020232805132_70235101239740' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__1903303076427639637__process_action__2369261641611880648__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1033586242074302211__call__2306734173461336860__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.3ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-17 11:04:48 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (22.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (38.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (42.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (68.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 52 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 14 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.7ms) CACHE (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (34.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (45.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (54.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (342.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (359.8ms) Completed 500 Internal Server Error in 526ms ActionView::Template::Error (couldn't find file 'jquery.ui.nestedSortable' (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/admin.js:7)): 3: %head 4: %title CMS 5: = stylesheet_link_tag "amalgam/admin" 6: = javascript_include_tag "amalgam/admin" 7: = csrf_meta_tags 8: = yield(:head) 9: %body{:class => body_class} sprockets (2.1.3) lib/sprockets/context.rb:100:in `resolve' sprockets (2.1.3) lib/sprockets/context.rb:140:in `require_asset' sprockets (2.1.3) lib/sprockets/directive_processor.rb:215:in `process_require_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml___4374994625860134404_70113285953260' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__2148505375110038493__process_action__3836932437259295776__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__873102472900863842__call__880081415222433355__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.7ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-17 11:04:51 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 52 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 14 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (50.6ms) CACHE (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (60.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (68.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (252.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (254.7ms) Completed 500 Internal Server Error in 329ms ActionView::Template::Error (couldn't find file 'jquery.ui.nestedSortable' (in /Users/brownjohn/code/amalgam/app/assets/javascripts/amalgam/admin.js:7)): 3: %head 4: %title CMS 5: = stylesheet_link_tag "amalgam/admin" 6: = javascript_include_tag "amalgam/admin" 7: = csrf_meta_tags 8: = yield(:head) 9: %body{:class => body_class} sprockets (2.1.3) lib/sprockets/context.rb:100:in `resolve' sprockets (2.1.3) lib/sprockets/context.rb:140:in `require_asset' sprockets (2.1.3) lib/sprockets/directive_processor.rb:215:in `process_require_directive' sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate' sprockets (2.1.3) lib/sprockets/context.rb:174:in `each' sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate' sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.1.3) lib/sprockets/base.rb:241:in `new' sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset' sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection' sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset' sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset' sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset' sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset' sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset' sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset' sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.8) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml___4374994625860134404_70113285953260' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__2148505375110038493__process_action__3836932437259295776__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__873102472900863842__call__880081415222433355__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.2ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-17 11:05:18 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (20.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (44.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (68.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 52 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (20.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 14 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.6ms) CACHE (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (28.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (35.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (35.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (314.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (330.5ms) Compiled jquery.ui.nestedSortable.js (0ms) (pid 2740) Compiled amalgam/admin.js (17ms) (pid 2740) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.8ms) Completed 200 OK in 627ms (Views: 600.8ms | ActiveRecord: 5.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-17 11:05:18 +0800 Served asset /bootstrap.css - 304 Not Modified (40ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:18 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:18 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-17 11:05:18 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-17 11:05:18 +0800 Served asset /amalgam/extra.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-17 11:05:19 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (27ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-17 11:05:19 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-17 11:05:19 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:19 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:19 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (11ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:19 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:19 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:19 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:19 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (12ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:19 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:19 +0800 Served asset /jquery.ui.nestedSortable.js - 200 OK (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:19 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:19 +0800 Served asset /bootstrap-button.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:19 +0800 Served asset /amalgam/extra.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:19 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:19 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:19 +0800 Served asset /amalgam/admin.js - 304 Not Modified (19ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:19 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:19 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-17 11:05:19 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-17 11:05:19 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-17 11:05:19 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-17 11:05:19 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (4ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-17 11:05:19 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (47ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-17 11:05:21 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"2", "next_id"=>"1"}, "id"=>"4"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 52 ORDER BY lft ASC LIMIT 1 Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 52) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.9ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 7 AND 8 THEN "lft" + 10 - 8 WHEN "lft" BETWEEN 9 AND 10 THEN "lft" + 7 - 9 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 7 AND 8 THEN "rgt" + 10 - 8 WHEN "rgt" BETWEEN 9 AND 10 THEN "rgt" + 7 - 9 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] #  (0.3ms) UPDATE "pages" SET "path" = 'test3', "updated_at" = '2012-10-17 03:05:21.814449', "body" = '--- {} ' WHERE "pages"."id" = 4 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 10) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.7ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (18.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (21.2ms) Completed 200 OK in 72ms (Views: 29.5ms | ActiveRecord: 3.6ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-17 11:05:23 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (37.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 14 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.0ms) CACHE (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (28.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (35.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (260.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (264.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.5ms) Completed 200 OK in 326ms (Views: 322.1ms | ActiveRecord: 1.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-17 11:05:23 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-17 11:05:23 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-17 11:05:23 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-17 11:05:23 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-17 11:05:23 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:23 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-17 11:05:23 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:23 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:23 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:23 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:23 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:23 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:23 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:23 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:23 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:23 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:23 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:23 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:23 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:23 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:23 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:23 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:23 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:23 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-17 11:05:25 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"16"}, "id"=>"4"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 16 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 16) LIMIT 1 #  (0.3ms) UPDATE "pages" SET "parent_id" = 16, "path" = 'fasfasdfsaffd/fasdf/fasfsdf/test3', "updated_at" = '2012-10-17 03:05:25.772480', "body" = '--- {} ' WHERE "pages"."id" = 4 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 16]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 9 AND 10 THEN "lft" + 19 - 10 WHEN "lft" BETWEEN 11 AND 19 THEN "lft" + 9 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 9 AND 10 THEN "rgt" + 19 - 10 WHEN "rgt" BETWEEN 11 AND 19 THEN "rgt" + 9 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 16 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 16]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 18 AND "pages"."rgt" <= 19) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.8ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 16 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 18 AND "pages"."rgt" <= 19) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (15.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (16.2ms) Completed 200 OK in 42ms (Views: 23.8ms | ActiveRecord: 4.0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-17 11:05:27 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (35.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (44.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (51.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 14 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 16 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.2ms) CACHE (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (37.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (49.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (51.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (302.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (306.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.2ms) Completed 200 OK in 335ms (Views: 331.5ms | ActiveRecord: 1.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-17 11:05:27 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-17 11:05:27 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-17 11:05:27 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-17 11:05:27 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-17 11:05:27 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-17 11:05:27 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:27 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:27 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:27 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:27 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:27 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:27 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:27 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:27 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:27 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:27 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:27 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:27 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:27 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:27 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:27 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:27 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:27 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-17 11:05:27 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/14" for 127.0.0.1 at 2012-10-17 11:10:44 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"20", "next_id"=>"21"}, "id"=>"14"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "14"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdf' AND "pages"."id" != 14 AND "pages"."parent_id" = 20) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "20"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 20]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 16 AND 21 THEN "lft" + 24 - 21 WHEN "lft" BETWEEN 22 AND 24 THEN "lft" + 16 - 22 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 16 AND 21 THEN "rgt" + 24 - 21 WHEN "rgt" BETWEEN 22 AND 24 THEN "rgt" + 16 - 22 ELSE "rgt" END, "parent_id" = CASE WHEN id = 14 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 20]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] #  (0.3ms) UPDATE "pages" SET "path" = 'fasdf', "updated_at" = '2012-10-17 03:10:44.972324', "body" = '--- {} ' WHERE "pages"."id" = 14 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 19 AND "pages"."rgt" <= 24) AND ("pages"."id" != 14) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 #  (0.2ms) UPDATE "pages" SET "path" = 'fasdf/fasfsdf/test3', "updated_at" = '2012-10-17 03:10:45.017339', "body" = '--- {} ' WHERE "pages"."id" = 4 #  (0.1ms) UPDATE "pages" SET "path" = 'fasdf/fasfsdf', "updated_at" = '2012-10-17 03:10:45.022545', "body" = '--- {} ' WHERE "pages"."id" = 16  (2.2ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 19 AND "pages"."rgt" <= 24) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 14 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 16 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (23.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (32.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (34.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (36.1ms) Completed 200 OK in 111ms (Views: 42.4ms | ActiveRecord: 4.8ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-17 11:10:46 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 14 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 16 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (263.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (265.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.4ms) Completed 200 OK in 290ms (Views: 286.2ms | ActiveRecord: 1.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-17 11:10:47 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-17 11:10:47 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-17 11:10:47 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-17 11:10:47 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-17 11:10:47 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:47 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-17 11:10:47 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:47 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:47 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:47 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:47 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:47 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:47 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:47 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:47 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:47 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:47 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:47 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:47 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:47 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:47 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:47 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:47 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:47 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/16" for 127.0.0.1 at 2012-10-17 11:10:51 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"14", "next_id"=>"21"}, "id"=>"16"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "16"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 14 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfsdf' AND "pages"."id" != 16 AND "pages"."parent_id" = 14) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "14"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 16]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 20 AND 23 THEN "lft" + 24 - 23 WHEN "lft" BETWEEN 24 AND 24 THEN "lft" + 20 - 24 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 20 AND 23 THEN "rgt" + 24 - 23 WHEN "rgt" BETWEEN 24 AND 24 THEN "rgt" + 20 - 24 ELSE "rgt" END, "parent_id" = CASE WHEN id = 16 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 16]] #  (0.3ms) UPDATE "pages" SET "path" = 'fasfsdf', "updated_at" = '2012-10-17 03:10:51.074691', "body" = '--- {} ' WHERE "pages"."id" = 16 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 21 AND "pages"."rgt" <= 24) AND ("pages"."id" != 16) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 #  (0.1ms) UPDATE "pages" SET "path" = 'fasfsdf/test3', "updated_at" = '2012-10-17 03:10:51.082012', "body" = '--- {} ' WHERE "pages"."id" = 4  (2.0ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 21 AND "pages"."rgt" <= 24) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 16 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (24.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (25.5ms) Completed 200 OK in 60ms (Views: 33.6ms | ActiveRecord: 4.5ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-17 11:10:52 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (59.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 16 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (274.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (277.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (46.1ms) Completed 200 OK in 342ms (Views: 338.9ms | ActiveRecord: 1.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-17 11:10:52 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-17 11:10:52 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-17 11:10:52 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-17 11:10:52 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-17 11:10:52 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-17 11:10:52 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:52 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:53 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:53 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:53 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:53 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:53 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:53 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:53 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:53 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:53 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:53 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:53 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:53 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:53 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:53 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:53 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:53 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-17 11:10:55 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"16", "next_id"=>"21"}, "id"=>"4"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 16 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" = 16) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "16"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 16]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 22 AND 23 THEN "lft" + 24 - 23 WHEN "lft" BETWEEN 24 AND 24 THEN "lft" + 22 - 24 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 22 AND 23 THEN "rgt" + 24 - 23 WHEN "rgt" BETWEEN 24 AND 24 THEN "rgt" + 22 - 24 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 16]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] #  (0.3ms) UPDATE "pages" SET "path" = 'test3', "updated_at" = '2012-10-17 03:10:55.975395', "body" = '--- {} ' WHERE "pages"."id" = 4 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 24) AND ("pages"."id" != 4) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.0ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 24) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (12.8ms) Completed 200 OK in 39ms (Views: 18.9ms | ActiveRecord: 4.1ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-17 11:10:57 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (29.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (271.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (273.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.8ms) Completed 200 OK in 338ms (Views: 334.4ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-17 11:10:57 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-17 11:10:57 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-17 11:10:57 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-17 11:10:57 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-17 11:10:57 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-17 11:10:57 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:57 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:57 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:57 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:57 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:57 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:57 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:57 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:57 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:57 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:57 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:57 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:57 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:57 +0800 Served asset /amalgam/extra.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:57 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:57 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:57 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:57 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-17 11:10:57 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-17 14:34:54 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (38.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (66.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (38.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (42.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (50.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (301.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (317.3ms) Compiled jquery.ui.nestedSortable.js (0ms) (pid 4836) Compiled amalgam/admin/tree.js (130ms) (pid 4836) Compiled amalgam/admin.js (26ms) (pid 4836) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (16.1ms) Completed 200 OK in 796ms (Views: 770.4ms | ActiveRecord: 4.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-17 14:34:55 +0800 Served asset /bootstrap.css - 200 OK (46ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-17 14:34:55 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-17 14:34:55 +0800 Served asset /amalgam/extra.css - 304 Not Modified (7ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-17 14:34:55 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-17 14:34:55 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-17 14:34:55 +0800 Served asset /amalgam/admin.css - 304 Not Modified (13ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-17 14:34:55 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-17 14:34:55 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-17 14:34:55 +0800 Served asset /jquery.ui.core.js - 200 OK (10ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-17 14:34:55 +0800 Served asset /jquery.ui.mouse.js - 200 OK (10ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-17 14:34:55 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-17 14:34:55 +0800 Served asset /jquery.ui.widget.js - 200 OK (2ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-17 14:34:55 +0800 Served asset /jquery.ui.nestedSortable.js - 200 OK (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-17 14:34:55 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (46ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-17 14:34:55 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-17 14:34:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-17 14:34:56 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-17 14:34:56 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-17 14:34:56 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-17 14:34:56 +0800 Served asset /amalgam/extra.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-17 14:34:56 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-17 14:34:56 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-17 14:34:56 +0800 Served asset /amalgam/admin/tree.js - 200 OK (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-17 14:34:56 +0800 Served asset /amalgam/admin.js - 304 Not Modified (17ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-17 14:34:56 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-17 14:34:56 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (3ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-17 14:34:56 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-17 14:34:56 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-17 14:34:56 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started PUT "/admin/pages/2" for 127.0.0.1 at 2012-10-17 14:35:04 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"19", "next_id"=>"20"}, "id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test1' AND "pages"."id" != 2 AND "pages"."parent_id" IS NULL) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "19"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 19]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 5 AND 8 THEN "lft" + 14 - 8 WHEN "lft" BETWEEN 9 AND 14 THEN "lft" + 5 - 9 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 5 AND 8 THEN "rgt" + 14 - 8 WHEN "rgt" BETWEEN 9 AND 14 THEN "rgt" + 5 - 9 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 19]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] #  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-10-17 06:35:05.027776', "body" = '--- {} ' WHERE "pages"."id" = 2  (2.4ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.4ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (30.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (33.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (34.7ms) Completed 200 OK in 120ms (Views: 45.2ms | ActiveRecord: 4.3ms) Started PUT "/admin/pages/2" for 127.0.0.1 at 2012-10-17 14:35:17 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"55"}, "id"=>"2"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test1' AND "pages"."id" != 2 AND "pages"."parent_id" IS NULL) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] SQL (0.8ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 7 AND 10 THEN "lft" + 14 - 10 WHEN "lft" BETWEEN 11 AND 14 THEN "lft" + 7 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 7 AND 10 THEN "rgt" + 14 - 10 WHEN "rgt" BETWEEN 11 AND 14 THEN "rgt" + 7 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] #  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-10-17 06:35:17.219370', "body" = '--- {} ' WHERE "pages"."id" = 2  (0.5ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (24.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (25.7ms) Completed 200 OK in 51ms (Views: 34.8ms | ActiveRecord: 2.6ms) Started PUT "/admin/pages/2" for 127.0.0.1 at 2012-10-17 14:35:43 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"20", "prev_id"=>"15"}, "id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test1' AND "pages"."id" != 2 AND "pages"."parent_id" = 20) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "15"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 15]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 7 AND 10 THEN "lft" + 17 - 10 WHEN "lft" BETWEEN 11 AND 17 THEN "lft" + 7 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 7 AND 10 THEN "rgt" + 17 - 10 WHEN "rgt" BETWEEN 11 AND 17 THEN "rgt" + 7 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN 20 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 15]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 #  (0.4ms) UPDATE "pages" SET "path" = 'fasfasdfsaffd/test1', "updated_at" = '2012-10-17 06:35:43.229682', "body" = '--- {} ' WHERE "pages"."id" = 2 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 14 AND "pages"."rgt" <= 17) AND ("pages"."id" != 2) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 #  (0.1ms) UPDATE "pages" SET "path" = 'fasfasdfsaffd/test1/agagsdgsadgsdg', "updated_at" = '2012-10-17 06:35:43.238133', "body" = '--- {} ' WHERE "pages"."id" = 52  (2.0ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 14 AND "pages"."rgt" <= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (25.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (26.7ms) Completed 200 OK in 64ms (Views: 33.1ms | ActiveRecord: 4.6ms) Started PUT "/admin/pages/2" for 127.0.0.1 at 2012-10-17 14:35:45 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"20", "next_id"=>"14"}, "id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test1' AND "pages"."id" != 2 AND "pages"."parent_id" = 20) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "20"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 20]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 14 AND 17 THEN "lft" + 18 - 17 WHEN "lft" BETWEEN 18 AND 18 THEN "lft" + 14 - 18 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 14 AND 17 THEN "rgt" + 18 - 17 WHEN "rgt" BETWEEN 18 AND 18 THEN "rgt" + 14 - 18 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 20]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] #  (0.4ms) UPDATE "pages" SET "path" = 'test1', "updated_at" = '2012-10-17 06:35:45.832742', "body" = '--- {} ' WHERE "pages"."id" = 2 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 18) AND ("pages"."id" != 2) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 #  (0.2ms) UPDATE "pages" SET "path" = 'test1/agagsdgsadgsdg', "updated_at" = '2012-10-17 06:35:45.840371', "body" = '--- {} ' WHERE "pages"."id" = 52  (3.8ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (46.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (58.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (59.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (60.8ms) Completed 200 OK in 102ms (Views: 69.6ms | ActiveRecord: 6.3ms) Started PUT "/admin/pages/2" for 127.0.0.1 at 2012-10-17 14:36:01 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"5", "next_id"=>"1"}, "id"=>"2"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test1' AND "pages"."id" != 2 AND "pages"."parent_id" IS NULL) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "5"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 5 AND 14 THEN "lft" + 18 - 14 WHEN "lft" BETWEEN 15 AND 18 THEN "lft" + 5 - 15 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 5 AND 14 THEN "rgt" + 18 - 14 WHEN "rgt" BETWEEN 15 AND 18 THEN "rgt" + 5 - 15 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] #  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-10-17 06:36:01.204455', "body" = '--- {} ' WHERE "pages"."id" = 2  (2.7ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.2ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (28.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (29.2ms) Completed 200 OK in 56ms (Views: 37.7ms | ActiveRecord: 4.7ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-17 14:36:38 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "next_id"=>"17"}, "id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "17"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 2 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 2 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 5 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 #  (0.4ms) UPDATE "pages" SET "path" = 'test4/sluggg', "updated_at" = '2012-10-17 06:36:38.202455', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 2 AND "pages"."rgt" <= 3) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.9ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 2 AND "pages"."rgt" <= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (15.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (16.9ms) Completed 200 OK in 48ms (Views: 24.2ms | ActiveRecord: 4.4ms) Started PUT "/admin/pages/17" for 127.0.0.1 at 2012-10-17 14:36:41 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"2", "prev_id"=>"52"}, "id"=>"17"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "17"]]  (0.1ms) begin transaction Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 2 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfsa' AND "pages"."id" != 17 AND "pages"."parent_id" = 2) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 4 AND 5 THEN "lft" + 9 - 5 WHEN "lft" BETWEEN 6 AND 9 THEN "lft" + 4 - 6 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 4 AND 5 THEN "rgt" + 9 - 5 WHEN "rgt" BETWEEN 6 AND 9 THEN "rgt" + 4 - 6 ELSE "rgt" END, "parent_id" = CASE WHEN id = 17 THEN 2 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 2 ORDER BY lft ASC LIMIT 1 #  (0.6ms) UPDATE "pages" SET "path" = 'test1/fasfsa', "updated_at" = '2012-10-17 06:36:41.491401', "body" = '--- {} ' WHERE "pages"."id" = 17 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 9) AND ("pages"."id" != 17) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.0ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (16.1ms) Completed 200 OK in 45ms (Views: 23.1ms | ActiveRecord: 4.6ms) Started PUT "/admin/pages/17" for 127.0.0.1 at 2012-10-17 14:37:08 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"2", "next_id"=>"52"}, "id"=>"17"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "17"]]  (0.0ms) begin transaction Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 2 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfsa' AND "pages"."id" != 17 AND "pages"."parent_id" = 2) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 7 THEN "lft" + 9 - 7 WHEN "lft" BETWEEN 8 AND 9 THEN "lft" + 6 - 8 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 7 THEN "rgt" + 9 - 7 WHEN "rgt" BETWEEN 8 AND 9 THEN "rgt" + 6 - 8 ELSE "rgt" END, "parent_id" = CASE WHEN id = 17 THEN 2 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] #  (0.4ms) UPDATE "pages" SET "updated_at" = '2012-10-17 06:37:08.859930', "body" = '--- {} ' WHERE "pages"."id" = 17  (2.2ms) commit transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 2 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 6 AND "pages"."rgt" <= 7) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (16.1ms) Completed 200 OK in 45ms (Views: 23.6ms | ActiveRecord: 4.4ms) Connecting to database specified by database.yml Started PUT "/admin/pages/17" for 127.0.0.1 at 2012-10-17 14:52:03 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"2", "prev_id"=>"52"}, "id"=>"17"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "17"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 2 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfsa' AND "pages"."id" != 17 AND "pages"."parent_id" = 2) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 7 THEN "lft" + 9 - 7 WHEN "lft" BETWEEN 8 AND 9 THEN "lft" + 6 - 8 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 7 THEN "rgt" + 9 - 7 WHEN "rgt" BETWEEN 8 AND 9 THEN "rgt" + 6 - 8 ELSE "rgt" END, "parent_id" = CASE WHEN id = 17 THEN 2 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] #  (0.4ms) UPDATE "pages" SET "updated_at" = '2012-10-17 06:52:03.771155', "body" = '--- {} ' WHERE "pages"."id" = 17  (1.9ms) commit transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 2 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (17.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (19.1ms) Completed 200 OK in 48ms (Views: 27.0ms | ActiveRecord: 4.1ms) Started PUT "/admin/pages/17" for 127.0.0.1 at 2012-10-17 14:52:37 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"2", "next_id"=>"52"}, "id"=>"17"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "17"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 2 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfsa' AND "pages"."id" != 17 AND "pages"."parent_id" = 2) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 7 THEN "lft" + 9 - 7 WHEN "lft" BETWEEN 8 AND 9 THEN "lft" + 6 - 8 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 7 THEN "rgt" + 9 - 7 WHEN "rgt" BETWEEN 8 AND 9 THEN "rgt" + 6 - 8 ELSE "rgt" END, "parent_id" = CASE WHEN id = 17 THEN 2 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] #  (0.4ms) UPDATE "pages" SET "updated_at" = '2012-10-17 06:52:37.955487', "body" = '--- {} ' WHERE "pages"."id" = 17  (2.9ms) commit transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 2 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 6 AND "pages"."rgt" <= 7) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (14.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (15.4ms) Completed 200 OK in 80ms (Views: 22.0ms | ActiveRecord: 4.9ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-17 14:55:49 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 2 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (262.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (265.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.8ms) Completed 200 OK in 289ms (Views: 285.9ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-17 14:55:49 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-17 14:55:49 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-17 14:55:49 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-17 14:55:49 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-17 14:55:49 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-17 14:55:49 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-17 14:55:49 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-17 14:55:49 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-17 14:55:49 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-17 14:55:49 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-17 14:55:49 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-17 14:55:49 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-17 14:55:49 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-17 14:55:50 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-17 14:55:50 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-17 14:55:50 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-17 14:55:50 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-17 14:55:50 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-17 14:55:50 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-17 14:55:50 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-17 14:55:50 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-17 14:55:50 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-17 14:55:50 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-17 14:55:50 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/17" for 127.0.0.1 at 2012-10-17 14:55:59 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"2", "prev_id"=>"52"}, "id"=>"17"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "17"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 2 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfsa' AND "pages"."id" != 17 AND "pages"."parent_id" = 2) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 7 THEN "lft" + 9 - 7 WHEN "lft" BETWEEN 8 AND 9 THEN "lft" + 6 - 8 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 7 THEN "rgt" + 9 - 7 WHEN "rgt" BETWEEN 8 AND 9 THEN "rgt" + 6 - 8 ELSE "rgt" END, "parent_id" = CASE WHEN id = 17 THEN 2 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] #  (0.4ms) UPDATE "pages" SET "updated_at" = '2012-10-17 06:55:59.461068', "body" = '--- {} ' WHERE "pages"."id" = 17  (2.6ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 2 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (16.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (17.6ms) Completed 200 OK in 47ms (Views: 25.1ms | ActiveRecord: 4.7ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-17 14:57:06 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (43.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (66.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 2 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (37.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (305.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (320.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.1ms) Completed 200 OK in 576ms (Views: 551.2ms | ActiveRecord: 4.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-17 14:57:07 +0800 Served asset /bootstrap.css - 304 Not Modified (43ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-17 14:57:07 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-17 14:57:07 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-17 14:57:07 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-17 14:57:07 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-17 14:57:07 +0800 Served asset /amalgam/admin.css - 304 Not Modified (14ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:07 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:07 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:07 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:07 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:07 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:07 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (40ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:07 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:07 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:07 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:07 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:07 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:07 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:07 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:07 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:07 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:07 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:07 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:07 +0800 Served asset /amalgam/admin.js - 304 Not Modified (16ms) Started PUT "/admin/pages/17" for 127.0.0.1 at 2012-10-17 14:57:09 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"2", "next_id"=>"52"}, "id"=>"17"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "17"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 2 ORDER BY lft ASC LIMIT 1 Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfsa' AND "pages"."id" != 17 AND "pages"."parent_id" = 2) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 7 THEN "lft" + 9 - 7 WHEN "lft" BETWEEN 8 AND 9 THEN "lft" + 6 - 8 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 7 THEN "rgt" + 9 - 7 WHEN "rgt" BETWEEN 8 AND 9 THEN "rgt" + 6 - 8 ELSE "rgt" END, "parent_id" = CASE WHEN id = 17 THEN 2 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] #  (0.4ms) UPDATE "pages" SET "updated_at" = '2012-10-17 06:57:09.363931', "body" = '--- {} ' WHERE "pages"."id" = 17  (2.3ms) commit transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 2 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (18.8ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 6 AND "pages"."rgt" <= 7) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (3.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (29.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (33.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (35.5ms) Completed 200 OK in 119ms (Views: 46.7ms | ActiveRecord: 4.8ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-17 14:57:10 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 2 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (35.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (261.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (264.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.3ms) Completed 200 OK in 289ms (Views: 284.9ms | ActiveRecord: 1.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-17 14:57:10 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-17 14:57:10 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-17 14:57:10 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-17 14:57:11 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-17 14:57:11 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-17 14:57:11 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:11 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:11 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:11 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:11 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:11 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:11 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:11 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:11 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:11 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:11 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:11 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:11 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:11 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:11 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:11 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:11 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:11 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-17 14:57:11 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/17" for 127.0.0.1 at 2012-10-17 14:57:15 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"2", "prev_id"=>"52"}, "id"=>"17"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "17"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 2 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfsa' AND "pages"."id" != 17 AND "pages"."parent_id" = 2) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 7 THEN "lft" + 9 - 7 WHEN "lft" BETWEEN 8 AND 9 THEN "lft" + 6 - 8 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 7 THEN "rgt" + 9 - 7 WHEN "rgt" BETWEEN 8 AND 9 THEN "rgt" + 6 - 8 ELSE "rgt" END, "parent_id" = CASE WHEN id = 17 THEN 2 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] #  (0.4ms) UPDATE "pages" SET "updated_at" = '2012-10-17 06:57:15.087167', "body" = '--- {} ' WHERE "pages"."id" = 17  (1.8ms) commit transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 2 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (13.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (14.6ms) Completed 200 OK in 41ms (Views: 22.0ms | ActiveRecord: 4.0ms) Started PUT "/admin/pages/17" for 127.0.0.1 at 2012-10-17 14:57:24 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"2", "next_id"=>"52"}, "id"=>"17"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "17"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 2 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfsa' AND "pages"."id" != 17 AND "pages"."parent_id" = 2) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 7 THEN "lft" + 9 - 7 WHEN "lft" BETWEEN 8 AND 9 THEN "lft" + 6 - 8 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 7 THEN "rgt" + 9 - 7 WHEN "rgt" BETWEEN 8 AND 9 THEN "rgt" + 6 - 8 ELSE "rgt" END, "parent_id" = CASE WHEN id = 17 THEN 2 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] #  (0.5ms) UPDATE "pages" SET "updated_at" = '2012-10-17 06:57:25.010963', "body" = '--- {} ' WHERE "pages"."id" = 17  (2.5ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 2 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 6 AND "pages"."rgt" <= 7) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (15.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (17.4ms) Completed 200 OK in 49ms (Views: 25.3ms | ActiveRecord: 5.0ms) Started PUT "/admin/pages/17" for 127.0.0.1 at 2012-10-17 14:59:05 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"52"}, "id"=>"17"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "17"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 52 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfsa' AND "pages"."id" != 17 AND "pages"."parent_id" = 52) LIMIT 1 #  (0.3ms) UPDATE "pages" SET "parent_id" = 52, "path" = 'test1/agagsdgsadgsdg/fasfsa', "updated_at" = '2012-10-17 06:59:05.378934', "body" = '--- {} ' WHERE "pages"."id" = 17 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] SQL (0.8ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 7 THEN "lft" + 8 - 7 WHEN "lft" BETWEEN 8 AND 8 THEN "lft" + 6 - 8 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 7 THEN "rgt" + 8 - 7 WHEN "rgt" BETWEEN 8 AND 8 THEN "rgt" + 6 - 8 ELSE "rgt" END, "parent_id" = CASE WHEN id = 17 THEN 52 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) AND ("pages"."id" != 17) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.6ms) commit transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 52 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.6ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (20.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (21.6ms) Completed 200 OK in 50ms (Views: 29.9ms | ActiveRecord: 3.3ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-17 14:59:06 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 52 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (262.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (265.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.3ms) Completed 200 OK in 325ms (Views: 321.7ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-17 14:59:06 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-17 14:59:06 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-17 14:59:07 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-17 14:59:07 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-17 14:59:07 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-17 14:59:07 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-17 14:59:07 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-17 14:59:07 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-17 14:59:07 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-17 14:59:07 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-17 14:59:07 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-17 14:59:07 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-17 14:59:07 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-17 14:59:07 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-17 14:59:07 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-17 14:59:07 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-17 14:59:07 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-17 14:59:07 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-17 14:59:07 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-17 14:59:07 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-17 14:59:07 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-17 14:59:07 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-17 14:59:07 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-17 14:59:07 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) # Started GET "/admin/pages" for 127.0.0.1 at 2012-10-17 15:06:00 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (171.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (172.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (175.1ms) Completed 500 Internal Server Error in 201ms ActionView::Template::Error (undefined method `no_children_locked?' for #<#:0x007fe263a493e8>): 1: %li.clearfix{:data => { :id => node.id }, :id => "node-#{node.id}", :class => "#{lock_class(node)}"} 2: = render :partial => 'tree_inner', :locals => { :node => node } 3: = render :partial => 'amalgam/admin/tree/list', :locals => { :parent_id => node.id , :collection => collection } /Users/brownjohn/code/amalgam/app/helpers/amalgam/pages_helper.rb:21:in `lock_class' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml___3052191092759943351_70305158252420' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2157244926370455942_70305171371820' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2157244926370455942_70305171371820' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__4210478657466423189_70305158652660' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__2096276512630939493__process_action__1032475965234345749__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__43947642628822148__call__483417120604403594__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.2ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-17 15:06:34 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 52 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (52.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (258.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (261.8ms) Compiled amalgam/admin/tree.js (144ms) (pid 5185) Compiled amalgam/admin.js (26ms) (pid 5185) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.8ms) Completed 200 OK in 517ms (Views: 492.7ms | ActiveRecord: 1.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-17 15:06:34 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-17 15:06:34 +0800 Served asset /amalgam/extra.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-17 15:06:34 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-17 15:06:34 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-17 15:06:34 +0800 Served asset /amalgam/admin.css - 304 Not Modified (7ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-17 15:06:34 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-17 15:06:34 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-17 15:06:34 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-17 15:06:34 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-17 15:06:34 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-17 15:06:34 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-17 15:06:34 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-17 15:06:34 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-17 15:06:34 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-17 15:06:34 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-17 15:06:34 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-17 15:06:34 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-17 15:06:34 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-17 15:06:34 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-17 15:06:34 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-17 15:06:34 +0800 Served asset /amalgam/admin/tree.js - 200 OK (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-17 15:06:34 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-17 15:06:35 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-17 15:06:35 +0800 Served asset /amalgam/admin.js - 304 Not Modified (18ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-17 15:06:40 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"19"}, "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 2 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 2) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 9 THEN "lft" + 12 - 9 WHEN "lft" BETWEEN 10 AND 12 THEN "lft" + 6 - 10 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 9 THEN "rgt" + 12 - 9 WHEN "rgt" BETWEEN 10 AND 12 THEN "rgt" + 6 - 10 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] #  (0.4ms) UPDATE "pages" SET "path" = 'agagsdgsadgsdg', "updated_at" = '2012-10-17 07:06:40.351876', "body" = '--- {} ' WHERE "pages"."id" = 52 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 12) AND ("pages"."id" != 52) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 #  (0.1ms) UPDATE "pages" SET "path" = 'agagsdgsadgsdg/fasfsa', "updated_at" = '2012-10-17 07:06:40.359815', "body" = '--- {} ' WHERE "pages"."id" = 17  (2.9ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 52 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (31.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (32.8ms) Completed 200 OK in 79ms (Views: 40.2ms | ActiveRecord: 5.9ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-17 15:06:46 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "prev_id"=>"55"}, "id"=>"52"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 4 AND 8 THEN "lft" + 12 - 8 WHEN "lft" BETWEEN 9 AND 12 THEN "lft" + 4 - 9 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 4 AND 8 THEN "rgt" + 12 - 8 WHEN "rgt" BETWEEN 9 AND 12 THEN "rgt" + 4 - 9 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN 5 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 #  (0.5ms) UPDATE "pages" SET "path" = 'test4/agagsdgsadgsdg', "updated_at" = '2012-10-17 07:06:46.106716', "body" = '--- {} ' WHERE "pages"."id" = 52 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 4 AND "pages"."rgt" <= 7) AND ("pages"."id" != 52) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 #  (0.1ms) UPDATE "pages" SET "path" = 'test4/agagsdgsadgsdg/fasfsa', "updated_at" = '2012-10-17 07:06:46.155134', "body" = '--- {} ' WHERE "pages"."id" = 17  (2.4ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 4 AND "pages"."rgt" <= 7) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 52 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (24.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (25.9ms) Completed 200 OK in 102ms (Views: 32.8ms | ActiveRecord: 5.2ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-17 15:08:23 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"5", "next_id"=>"2"}, "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "5"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 4 AND 7 THEN "lft" + 8 - 7 WHEN "lft" BETWEEN 8 AND 8 THEN "lft" + 4 - 8 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 4 AND 7 THEN "rgt" + 8 - 7 WHEN "rgt" BETWEEN 8 AND 8 THEN "rgt" + 4 - 8 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] #  (0.3ms) UPDATE "pages" SET "path" = 'agagsdgsadgsdg', "updated_at" = '2012-10-17 07:08:23.872864', "body" = '--- {} ' WHERE "pages"."id" = 52 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 8) AND ("pages"."id" != 52) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 #  (0.2ms) UPDATE "pages" SET "path" = 'agagsdgsadgsdg/fasfsa', "updated_at" = '2012-10-17 07:08:23.883369', "body" = '--- {} ' WHERE "pages"."id" = 17  (1.7ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 52 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (28.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (29.5ms) Completed 200 OK in 72ms (Views: 37.6ms | ActiveRecord: 4.4ms) Started PUT "/admin/pages/17" for 127.0.0.1 at 2012-10-17 15:09:30 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"2", "next_id"=>"1"}, "id"=>"17"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "17"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 52 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfsa' AND "pages"."id" != 17 AND "pages"."parent_id" = 52) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 7 THEN "lft" + 10 - 7 WHEN "lft" BETWEEN 8 AND 10 THEN "lft" + 6 - 8 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 7 THEN "rgt" + 10 - 7 WHEN "rgt" BETWEEN 8 AND 10 THEN "rgt" + 6 - 8 ELSE "rgt" END, "parent_id" = CASE WHEN id = 17 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] #  (0.4ms) UPDATE "pages" SET "path" = 'fasfsa', "updated_at" = '2012-10-17 07:09:30.337219', "body" = '--- {} ' WHERE "pages"."id" = 17 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 10) AND ("pages"."id" != 17) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.5ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 10) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (12.5ms) Completed 200 OK in 41ms (Views: 19.8ms | ActiveRecord: 4.8ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-17 15:09:35 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"55"}, "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 55 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 55) LIMIT 1 #  (0.3ms) UPDATE "pages" SET "parent_id" = 55, "path" = 'test4/sluggg/agagsdgsadgsdg', "updated_at" = '2012-10-17 07:09:35.826497', "body" = '--- {} ' WHERE "pages"."id" = 52 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 3 AND 4 THEN "lft" + 6 - 4 WHEN "lft" BETWEEN 5 AND 6 THEN "lft" + 3 - 5 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 3 AND 4 THEN "rgt" + 6 - 4 WHEN "rgt" BETWEEN 5 AND 6 THEN "rgt" + 3 - 5 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN 55 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 3 AND "pages"."rgt" <= 4) AND ("pages"."id" != 52) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (3.0ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 3 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (13.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (14.6ms) Completed 200 OK in 45ms (Views: 23.7ms | ActiveRecord: 4.9ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-17 15:09:38 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (38.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (298.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (301.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.4ms) Completed 200 OK in 325ms (Views: 322.0ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-17 15:09:39 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-17 15:09:39 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-17 15:09:39 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-17 15:09:39 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-17 15:09:39 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-17 15:09:39 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-17 15:09:39 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-17 15:09:39 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-17 15:09:39 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-17 15:09:39 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-17 15:09:39 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-17 15:09:39 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-17 15:09:39 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-17 15:09:39 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-17 15:09:39 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-17 15:09:39 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-17 15:09:39 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-17 15:09:39 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-17 15:09:39 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-17 15:09:39 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-17 15:09:39 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-17 15:09:39 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-17 15:09:39 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-17 15:09:39 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-17 15:38:01 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 55 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (254.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (257.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.1ms) Completed 200 OK in 341ms (Views: 317.2ms | ActiveRecord: 1.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-17 15:38:01 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-17 15:38:01 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-17 15:38:01 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-17 15:38:01 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-17 15:38:01 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-17 15:38:01 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-17 15:38:01 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-17 15:38:01 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-17 15:38:01 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-17 15:38:01 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-17 15:38:02 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-17 15:38:02 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-17 15:38:02 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-17 15:38:02 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-17 15:38:02 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-17 15:38:02 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-17 15:38:02 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-17 15:38:02 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-17 15:38:02 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-17 15:38:02 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-17 15:38:02 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-17 15:38:02 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-17 15:38:02 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-17 15:38:02 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-17 15:38:05 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "prev_id"=>"55"}, "id"=>"52"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]] Page Load (0.2ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 3 AND 4 THEN "lft" + 5 - 4 WHEN "lft" BETWEEN 5 AND 5 THEN "lft" + 3 - 5 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 3 AND 4 THEN "rgt" + 5 - 4 WHEN "rgt" BETWEEN 5 AND 5 THEN "rgt" + 3 - 5 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN 5 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 #  (0.4ms) UPDATE "pages" SET "path" = 'test4/agagsdgsadgsdg', "updated_at" = '2012-10-17 07:38:05.105253', "body" = '--- {} ' WHERE "pages"."id" = 52 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 4 AND "pages"."rgt" <= 5) AND ("pages"."id" != 52) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.7ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 4 AND "pages"."rgt" <= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (13.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (14.4ms) Completed 200 OK in 88ms (Views: 20.8ms | ActiveRecord: 5.6ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-17 15:41:28 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"55"}, "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 55 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 55) LIMIT 1 #  (0.3ms) UPDATE "pages" SET "parent_id" = 55, "path" = 'test4/sluggg/agagsdgsadgsdg', "updated_at" = '2012-10-17 07:41:28.673698', "body" = '--- {} ' WHERE "pages"."id" = 52 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 3 AND 3 THEN "lft" + 5 - 3 WHEN "lft" BETWEEN 4 AND 5 THEN "lft" + 3 - 4 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 3 AND 3 THEN "rgt" + 5 - 3 WHEN "rgt" BETWEEN 4 AND 5 THEN "rgt" + 3 - 4 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN 55 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 3 AND "pages"."rgt" <= 4) AND ("pages"."id" != 52) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.0ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 55 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 3 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (16.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (17.9ms) Completed 200 OK in 46ms (Views: 25.4ms | ActiveRecord: 4.4ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-17 15:41:29 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "prev_id"=>"55"}, "id"=>"52"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.0ms) begin transaction Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.3ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 3 AND 4 THEN "lft" + 5 - 4 WHEN "lft" BETWEEN 5 AND 5 THEN "lft" + 3 - 5 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 3 AND 4 THEN "rgt" + 5 - 4 WHEN "rgt" BETWEEN 5 AND 5 THEN "rgt" + 3 - 5 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN 5 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 #  (0.5ms) UPDATE "pages" SET "path" = 'test4/agagsdgsadgsdg', "updated_at" = '2012-10-17 07:41:29.799095', "body" = '--- {} ' WHERE "pages"."id" = 52 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 4 AND "pages"."rgt" <= 5) AND ("pages"."id" != 52) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.5ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 4 AND "pages"."rgt" <= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (13.4ms) Completed 200 OK in 40ms (Views: 21.0ms | ActiveRecord: 4.4ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-17 15:41:35 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"55"}, "id"=>"52"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.0ms) begin transaction Page Load (0.8ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 55 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 55) LIMIT 1 #  (0.3ms) UPDATE "pages" SET "parent_id" = 55, "path" = 'test4/sluggg/agagsdgsadgsdg', "updated_at" = '2012-10-17 07:41:35.135077', "body" = '--- {} ' WHERE "pages"."id" = 52 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 55]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 3 AND 3 THEN "lft" + 5 - 3 WHEN "lft" BETWEEN 4 AND 5 THEN "lft" + 3 - 4 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 3 AND 3 THEN "rgt" + 5 - 3 WHEN "rgt" BETWEEN 4 AND 5 THEN "rgt" + 3 - 4 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN 55 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 3 AND "pages"."rgt" <= 4) AND ("pages"."id" != 52) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.8ms) commit transaction Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 55 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 3 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (13.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (14.9ms) Completed 200 OK in 46ms (Views: 21.6ms | ActiveRecord: 5.7ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-17 15:41:36 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "prev_id"=>"55"}, "id"=>"52"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.3ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 3 AND 4 THEN "lft" + 5 - 4 WHEN "lft" BETWEEN 5 AND 5 THEN "lft" + 3 - 5 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 3 AND 4 THEN "rgt" + 5 - 4 WHEN "rgt" BETWEEN 5 AND 5 THEN "rgt" + 3 - 5 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN 5 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 #  (0.3ms) UPDATE "pages" SET "path" = 'test4/agagsdgsadgsdg', "updated_at" = '2012-10-17 07:41:36.285538', "body" = '--- {} ' WHERE "pages"."id" = 52 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 4 AND "pages"."rgt" <= 5) AND ("pages"."id" != 52) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.9ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 4 AND "pages"."rgt" <= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (14.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (15.6ms) Completed 200 OK in 43ms (Views: 22.9ms | ActiveRecord: 4.8ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-17 15:41:43 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "prev_id"=>"52"}, "id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 3 THEN "lft" + 5 - 3 WHEN "lft" BETWEEN 4 AND 5 THEN "lft" + 2 - 4 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 3 THEN "rgt" + 5 - 3 WHEN "rgt" BETWEEN 4 AND 5 THEN "rgt" + 2 - 4 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 5 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] #  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-10-17 07:41:43.641663', "body" = '--- {} ' WHERE "pages"."id" = 55  (3.3ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 4 AND "pages"."rgt" <= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (16.0ms) Completed 200 OK in 42ms (Views: 22.8ms | ActiveRecord: 5.3ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-17 15:41:44 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "prev_id"=>"55"}, "id"=>"52"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 3 THEN "lft" + 5 - 3 WHEN "lft" BETWEEN 4 AND 5 THEN "lft" + 2 - 4 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 3 THEN "rgt" + 5 - 3 WHEN "rgt" BETWEEN 4 AND 5 THEN "rgt" + 2 - 4 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN 5 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] #  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-10-17 07:41:44.864505', "body" = '--- {} ' WHERE "pages"."id" = 52  (2.6ms) commit transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 4 AND "pages"."rgt" <= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (13.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (15.1ms) Completed 200 OK in 81ms (Views: 22.4ms | ActiveRecord: 5.1ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-17 15:41:45 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"2", "next_id"=>"17"}, "id"=>"55"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 3 THEN "lft" + 8 - 3 WHEN "lft" BETWEEN 4 AND 8 THEN "lft" + 2 - 4 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 3 THEN "rgt" + 8 - 3 WHEN "rgt" BETWEEN 4 AND 8 THEN "rgt" + 2 - 4 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] #  (0.4ms) UPDATE "pages" SET "path" = 'sluggg', "updated_at" = '2012-10-17 07:41:45.971708', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.8ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (13.3ms) Completed 200 OK in 40ms (Views: 21.2ms | ActiveRecord: 4.7ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-17 15:41:49 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "prev_id"=>"52"}, "id"=>"55"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.0ms) begin transaction Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 4 AND 6 THEN "lft" + 8 - 6 WHEN "lft" BETWEEN 7 AND 8 THEN "lft" + 4 - 7 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 4 AND 6 THEN "rgt" + 8 - 6 WHEN "rgt" BETWEEN 7 AND 8 THEN "rgt" + 4 - 7 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 5 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 #  (0.4ms) UPDATE "pages" SET "path" = 'test4/sluggg', "updated_at" = '2012-10-17 07:41:49.503634', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 4 AND "pages"."rgt" <= 5) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (3.0ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 4 AND "pages"."rgt" <= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (14.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (16.3ms) Completed 200 OK in 46ms (Views: 25.2ms | ActiveRecord: 5.0ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-17 15:42:00 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "prev_id"=>"55"}, "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 3 THEN "lft" + 5 - 3 WHEN "lft" BETWEEN 4 AND 5 THEN "lft" + 2 - 4 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 3 THEN "rgt" + 5 - 3 WHEN "rgt" BETWEEN 4 AND 5 THEN "rgt" + 2 - 4 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN 5 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] #  (0.4ms) UPDATE "pages" SET "updated_at" = '2012-10-17 07:42:00.938260', "body" = '--- {} ' WHERE "pages"."id" = 52  (2.8ms) commit transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 4 AND "pages"."rgt" <= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (13.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (14.4ms) Completed 200 OK in 44ms (Views: 21.6ms | ActiveRecord: 5.0ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-17 15:42:04 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "prev_id"=>"52"}, "id"=>"55"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 3 THEN "lft" + 5 - 3 WHEN "lft" BETWEEN 4 AND 5 THEN "lft" + 2 - 4 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 3 THEN "rgt" + 5 - 3 WHEN "rgt" BETWEEN 4 AND 5 THEN "rgt" + 2 - 4 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 5 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] #  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-10-17 07:42:04.319652', "body" = '--- {} ' WHERE "pages"."id" = 55  (2.0ms) commit transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 4 AND "pages"."rgt" <= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (12.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (14.1ms) Completed 200 OK in 40ms (Views: 22.1ms | ActiveRecord: 4.0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-17 15:50:39 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) CACHE (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (39.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (287.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (289.4ms) Compiled amalgam/admin/tree.js (110ms) (pid 5185) Compiled amalgam/admin.js (20ms) (pid 5185) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.0ms) Completed 200 OK in 516ms (Views: 513.2ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-17 15:50:40 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-17 15:50:40 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-17 15:50:40 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-17 15:50:40 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-17 15:50:40 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-17 15:50:40 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:40 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:40 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:40 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:40 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:40 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:40 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:40 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:40 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:40 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:40 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:40 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:40 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:40 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:40 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:40 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:40 +0800 Served asset /amalgam/admin.js - 304 Not Modified (20ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:40 +0800 Served asset /amalgam/admin/tree.js - 200 OK (2ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-17 15:50:45 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "prev_id"=>"55"}, "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 3 THEN "lft" + 5 - 3 WHEN "lft" BETWEEN 4 AND 5 THEN "lft" + 2 - 4 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 3 THEN "rgt" + 5 - 3 WHEN "rgt" BETWEEN 4 AND 5 THEN "rgt" + 2 - 4 ELSE "rgt" END, "parent_id" = CASE WHEN id = 52 THEN 5 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] #  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-10-17 07:50:45.379059', "body" = '--- {} ' WHERE "pages"."id" = 52  (2.6ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 4 AND "pages"."rgt" <= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (18.0ms) Completed 200 OK in 50ms (Views: 25.6ms | ActiveRecord: 5.1ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-17 15:50:54 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) CACHE (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (255.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (257.9ms) Compiled amalgam/admin/tree.js (113ms) (pid 5185) Compiled amalgam/admin.js (24ms) (pid 5185) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.8ms) Completed 200 OK in 500ms (Views: 496.6ms | ActiveRecord: 1.0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-17 15:50:55 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-17 15:50:55 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-17 15:50:55 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-17 15:50:55 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-17 15:50:55 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-17 15:50:55 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:55 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:55 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:55 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:55 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:55 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:55 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:55 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:55 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:55 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:55 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:55 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:55 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:55 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:55 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:55 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:55 +0800 Served asset /amalgam/admin/tree.js - 200 OK (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:55 +0800 Served asset /amalgam/admin.js - 304 Not Modified (21ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-17 15:50:55 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-17 15:52:46 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) CACHE (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (63.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (293.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (296.6ms) Compiled amalgam/admin/tree.js (111ms) (pid 5185) Compiled amalgam/admin.js (20ms) (pid 5185) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.3ms) Completed 200 OK in 528ms (Views: 524.5ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-17 15:52:47 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-17 15:52:47 +0800 Served asset /amalgam/admin.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-17 15:52:47 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-17 15:52:47 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-17 15:52:47 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-17 15:52:47 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-17 15:52:47 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-17 15:52:47 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-17 15:52:47 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-17 15:52:47 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-17 15:52:47 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-17 15:52:47 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-17 15:52:47 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-17 15:52:47 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-17 15:52:47 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-17 15:52:47 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-17 15:52:47 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-17 15:52:47 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-17 15:52:47 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-17 15:52:47 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-17 15:52:47 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-17 15:52:47 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-17 15:52:47 +0800 Served asset /amalgam/admin/tree.js - 200 OK (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-17 15:52:47 +0800 Served asset /amalgam/admin.js - 304 Not Modified (19ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-17 15:53:48 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) CACHE (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (57.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (65.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (300.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (303.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.4ms) Completed 200 OK in 330ms (Views: 325.3ms | ActiveRecord: 1.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-17 15:53:49 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-17 15:53:49 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-17 15:53:49 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-17 15:53:49 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-17 15:53:49 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-17 15:53:49 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-17 15:53:49 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-17 15:53:49 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-17 15:53:49 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-17 15:53:49 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-17 15:53:49 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-17 15:53:49 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-17 15:53:49 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-17 15:53:49 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-17 15:53:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-17 15:53:49 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-17 15:53:49 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-17 15:53:49 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-17 15:53:49 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-17 15:53:49 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-17 15:53:49 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-17 15:53:49 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-17 15:53:49 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-17 15:53:49 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-17 15:57:43 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) CACHE (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (29.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (16.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (287.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (290.3ms) Compiled amalgam/admin/tree.js (114ms) (pid 5185) Compiled amalgam/admin.js (23ms) (pid 5185) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.0ms) Completed 200 OK in 568ms (Views: 564.4ms | ActiveRecord: 1.0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-17 15:57:43 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-17 15:57:44 +0800 Served asset /amalgam/admin.css - 304 Not Modified (9ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-17 15:57:44 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-17 15:57:44 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-17 15:57:44 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-17 15:57:44 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-17 15:57:44 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-17 15:57:44 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-17 15:57:44 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-17 15:57:44 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-17 15:57:44 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-17 15:57:44 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-17 15:57:44 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-17 15:57:44 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-17 15:57:44 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-17 15:57:44 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-17 15:57:44 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-17 15:57:44 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-17 15:57:44 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-17 15:57:44 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-17 15:57:44 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-17 15:57:44 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-17 15:57:44 +0800 Served asset /amalgam/admin/tree.js - 200 OK (6ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-17 15:57:44 +0800 Served asset /amalgam/admin.js - 304 Not Modified (26ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-17 15:58:13 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) CACHE (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (283.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (286.7ms) Compiled amalgam/admin/tree.js (121ms) (pid 5185) Compiled amalgam/admin.js (27ms) (pid 5185) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.7ms) Completed 200 OK in 540ms (Views: 536.1ms | ActiveRecord: 1.1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-17 15:58:14 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-17 15:58:14 +0800 Served asset /amalgam/admin.css - 304 Not Modified (9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-17 15:58:14 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-17 15:58:14 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-17 15:58:14 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-17 15:58:14 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (42ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-17 15:58:14 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-17 15:58:14 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-17 15:58:14 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-17 15:58:14 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-17 15:58:14 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-17 15:58:14 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-17 15:58:14 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-17 15:58:14 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-17 15:58:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-17 15:58:14 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-17 15:58:14 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-17 15:58:14 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-17 15:58:14 +0800 Served asset /amalgam/admin/tree.js - 200 OK (7ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-17 15:58:14 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-17 15:58:14 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-17 15:58:14 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-17 15:58:14 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-17 15:58:14 +0800 Served asset /amalgam/admin.js - 304 Not Modified (25ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-17 16:02:01 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) CACHE (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (22.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (35.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (43.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (49.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (51.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (310.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (315.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.8ms) Completed 200 OK in 346ms (Views: 341.2ms | ActiveRecord: 1.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-17 16:02:01 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-17 16:02:01 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-17 16:02:01 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-17 16:02:01 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-17 16:02:01 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-17 16:02:01 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-17 16:02:01 +0800 Served asset /amalgam/admin.css - 304 Not Modified (49ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-17 16:02:01 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-17 16:02:01 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-17 16:02:01 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-17 16:02:01 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-17 16:02:01 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-17 16:02:01 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-17 16:02:01 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-17 16:02:01 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-17 16:02:02 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-17 16:02:02 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-17 16:02:02 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-17 16:02:02 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-17 16:02:02 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-17 16:02:02 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-17 16:02:02 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-17 16:02:02 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-17 16:02:02 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-17 16:07:23 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (5.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (47.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (37.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (96.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (51.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (52.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (59.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (398.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (416.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (17.8ms) Completed 200 OK in 736ms (Views: 701.2ms | ActiveRecord: 7.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-17 16:07:24 +0800 Served asset /bootstrap.css - 304 Not Modified (12ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-17 16:07:24 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (9ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-17 16:07:24 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-17 16:07:24 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-17 16:07:24 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-17 16:07:24 +0800 Served asset /amalgam/admin.css - 304 Not Modified (18ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-17 16:07:24 +0800 Served asset /modernizr.js - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-17 16:07:24 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-17 16:07:24 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-17 16:07:24 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-17 16:07:24 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (56ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-17 16:07:24 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-17 16:07:24 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-17 16:07:24 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-17 16:07:24 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-17 16:07:24 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (10ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-17 16:07:24 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-17 16:07:24 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-17 16:07:24 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-17 16:07:24 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-17 16:07:24 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-17 16:07:24 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-17 16:07:24 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-17 16:07:24 +0800 Served asset /amalgam/admin.js - 304 Not Modified (24ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-17 16:08:47 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (22.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (32.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (59.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (68.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (325.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (329.4ms) Compiled amalgam/admin/tree.js (129ms) (pid 6116) Compiled amalgam/admin.js (28ms) (pid 6116) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (47.4ms) Completed 200 OK in 632ms (Views: 628.4ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-17 16:08:48 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-17 16:08:48 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-17 16:08:48 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-17 16:08:48 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-17 16:08:48 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-17 16:08:48 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-17 16:08:48 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-17 16:08:48 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-17 16:08:48 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-17 16:08:48 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-17 16:08:48 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-17 16:08:48 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-17 16:08:48 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-17 16:08:48 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-17 16:08:48 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-17 16:08:48 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-17 16:08:48 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-17 16:08:48 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-17 16:08:48 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-17 16:08:48 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-17 16:08:48 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-17 16:08:48 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-17 16:08:48 +0800 Served asset /amalgam/admin/tree.js - 200 OK (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-17 16:08:48 +0800 Served asset /amalgam/admin.js - 304 Not Modified (19ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-17 16:08:50 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "prev_id"=>"52"}, "id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 3 THEN "lft" + 5 - 3 WHEN "lft" BETWEEN 4 AND 5 THEN "lft" + 2 - 4 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 3 THEN "rgt" + 5 - 3 WHEN "rgt" BETWEEN 4 AND 5 THEN "rgt" + 2 - 4 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 5 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] #  (0.5ms) UPDATE "pages" SET "updated_at" = '2012-10-17 08:08:50.370678', "body" = '--- {} ' WHERE "pages"."id" = 55  (2.3ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (16.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 4 AND "pages"."rgt" <= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (28.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (29.8ms) Completed 200 OK in 131ms (Views: 39.9ms | ActiveRecord: 4.8ms) Started PUT "/admin/pages/5" for 127.0.0.1 at 2012-10-17 16:08:52 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"19"}, "id"=>"5"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "5"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test4' AND "pages"."id" != 5 AND "pages"."parent_id" IS NULL) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 1 AND 6 THEN "lft" + 12 - 6 WHEN "lft" BETWEEN 7 AND 12 THEN "lft" + 1 - 7 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 1 AND 6 THEN "rgt" + 12 - 6 WHEN "rgt" BETWEEN 7 AND 12 THEN "rgt" + 1 - 7 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] #  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-10-17 08:08:52.287474', "body" = '--- {} ' WHERE "pages"."id" = 5  (2.3ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (28.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (44.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (45.1ms) Completed 200 OK in 80ms (Views: 54.4ms | ActiveRecord: 4.6ms) Started PUT "/admin/pages/20" for 127.0.0.1 at 2012-10-17 16:08:58 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"52"}, "id"=>"20"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "20"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 52 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfasdfsaffd' AND "pages"."id" != 20 AND "pages"."parent_id" = 52) LIMIT 1 #  (0.4ms) UPDATE "pages" SET "parent_id" = 52, "path" = 'test4/agagsdgsadgsdg/fasfasdfsaffd', "updated_at" = '2012-10-17 08:08:58.579752', "body" = '--- {} ' WHERE "pages"."id" = 20 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 52]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 20]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 9 AND 14 THEN "lft" + 18 - 14 WHEN "lft" BETWEEN 15 AND 18 THEN "lft" + 9 - 15 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 9 AND 14 THEN "rgt" + 18 - 14 WHEN "rgt" BETWEEN 15 AND 18 THEN "rgt" + 9 - 15 ELSE "rgt" END, "parent_id" = CASE WHEN id = 20 THEN 52 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 20]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 12) AND ("pages"."id" != 20) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 #  (0.2ms) UPDATE "pages" SET "path" = 'test4/agagsdgsadgsdg/fasfasdfsaffd/fasdfs', "updated_at" = '2012-10-17 08:08:58.597004', "body" = '--- {} ' WHERE "pages"."id" = 15  (2.1ms) commit transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 52 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (49.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (54.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (56.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (68.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (70.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (72.3ms) Completed 200 OK in 119ms (Views: 84.0ms | ActiveRecord: 5.3ms) Started PUT "/admin/pages/5" for 127.0.0.1 at 2012-10-17 16:09:04 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1"}, "id"=>"5"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "5"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test4' AND "pages"."id" != 5 AND "pages"."parent_id" = 1) LIMIT 1 #  (0.4ms) UPDATE "pages" SET "parent_id" = 1, "path" = 'test/test4', "updated_at" = '2012-10-17 08:09:04.686084', "body" = '--- {} ' WHERE "pages"."id" = 5 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 6 THEN "lft" + 16 - 6 WHEN "lft" BETWEEN 7 AND 16 THEN "lft" + 6 - 7 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 6 THEN "rgt" + 16 - 6 WHEN "rgt" BETWEEN 7 AND 16 THEN "rgt" + 6 - 7 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 6 AND "pages"."rgt" <= 15) AND ("pages"."id" != 5) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 #  (0.2ms) UPDATE "pages" SET "path" = 'test/test4/agagsdgsadgsdg/fasfasdfsaffd/fasdfs', "updated_at" = '2012-10-17 08:09:04.698644', "body" = '--- {} ' WHERE "pages"."id" = 15 #  (0.2ms) UPDATE "pages" SET "path" = 'test/test4/agagsdgsadgsdg/fasfasdfsaffd', "updated_at" = '2012-10-17 08:09:04.708168', "body" = '--- {} ' WHERE "pages"."id" = 20 #  (0.2ms) UPDATE "pages" SET "path" = 'test/test4/agagsdgsadgsdg', "updated_at" = '2012-10-17 08:09:04.714748', "body" = '--- {} ' WHERE "pages"."id" = 52 #  (0.1ms) UPDATE "pages" SET "path" = 'test/test4/sluggg', "updated_at" = '2012-10-17 08:09:04.720249', "body" = '--- {} ' WHERE "pages"."id" = 55  (2.0ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 6 AND "pages"."rgt" <= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 52 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (25.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (34.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (47.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (59.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (61.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (63.4ms) Completed 200 OK in 122ms (Views: 70.2ms | ActiveRecord: 5.9ms) Started PUT "/admin/pages/5" for 127.0.0.1 at 2012-10-17 16:09:06 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"19"}, "id"=>"5"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "5"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test4' AND "pages"."id" != 5 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 15 THEN "lft" + 16 - 15 WHEN "lft" BETWEEN 16 AND 16 THEN "lft" + 6 - 16 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 15 THEN "rgt" + 16 - 15 WHEN "rgt" BETWEEN 16 AND 16 THEN "rgt" + 6 - 16 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] #  (0.4ms) UPDATE "pages" SET "path" = 'test4', "updated_at" = '2012-10-17 08:09:06.314469', "body" = '--- {} ' WHERE "pages"."id" = 5 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 16) AND ("pages"."id" != 5) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 #  (0.1ms) UPDATE "pages" SET "path" = 'test4/agagsdgsadgsdg/fasfasdfsaffd/fasdfs', "updated_at" = '2012-10-17 08:09:06.324745', "body" = '--- {} ' WHERE "pages"."id" = 15 #  (0.2ms) UPDATE "pages" SET "path" = 'test4/agagsdgsadgsdg/fasfasdfsaffd', "updated_at" = '2012-10-17 08:09:06.330128', "body" = '--- {} ' WHERE "pages"."id" = 20 #  (0.1ms) UPDATE "pages" SET "path" = 'test4/agagsdgsadgsdg', "updated_at" = '2012-10-17 08:09:06.337395', "body" = '--- {} ' WHERE "pages"."id" = 52 #  (34.7ms) UPDATE "pages" SET "path" = 'test4/sluggg', "updated_at" = '2012-10-17 08:09:06.343963', "body" = '--- {} ' WHERE "pages"."id" = 55  (1.1ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 52 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (21.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (31.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (47.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (56.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (58.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (59.6ms) Completed 200 OK in 154ms (Views: 66.2ms | ActiveRecord: 39.5ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-17 16:14:45 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "next_id"=>"52"}, "id"=>"55"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.0ms) begin transaction Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.3ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 13 THEN "lft" + 15 - 13 WHEN "lft" BETWEEN 14 AND 15 THEN "lft" + 8 - 14 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 13 THEN "rgt" + 15 - 13 WHEN "rgt" BETWEEN 14 AND 15 THEN "rgt" + 8 - 14 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 5 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] #  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-10-17 08:14:45.440680', "body" = '--- {} ' WHERE "pages"."id" = 55  (2.9ms) commit transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (16.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (17.2ms) Completed 200 OK in 40ms (Views: 23.5ms | ActiveRecord: 4.6ms) Started DELETE "/admin/pages/15" for 127.0.0.1 at 2012-10-17 16:14:54 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"15"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "15"]]  (0.1ms) begin transaction Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 15]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 12 AND "pages"."rgt" <= 13) AND ("pages"."id" != 15) ORDER BY lft ASC, "pages"."lft" SQL (0.5ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 13) ORDER BY lft ASC, "pages"."lft") SQL (0.7ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 13) ORDER BY lft ASC, "pages"."lft") SQL (0.1ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 15]]  (2.0ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (2.9ms) Completed 200 OK in 22ms (Views: 10.6ms | ActiveRecord: 4.0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-17 16:14:56 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 52 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (28.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (35.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (251.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (254.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (45.0ms) Completed 200 OK in 318ms (Views: 313.7ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-17 16:14:56 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-17 16:14:56 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-17 16:14:56 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-17 16:14:56 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-17 16:14:56 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-17 16:14:56 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-17 16:14:56 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-17 16:14:56 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-17 16:14:56 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-17 16:14:56 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-17 16:14:56 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-17 16:14:56 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-17 16:14:56 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-17 16:14:56 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-17 16:14:56 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-17 16:14:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-17 16:14:56 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-17 16:14:56 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-17 16:14:56 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-17 16:14:56 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-17 16:14:56 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-17 16:14:56 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-17 16:14:56 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-17 16:14:56 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/19" for 127.0.0.1 at 2012-10-17 16:15:18 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"20"}, "id"=>"19"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "19"]]  (0.0ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdfsadffas' AND "pages"."id" != 19 AND "pages"."parent_id" = 20) LIMIT 1 #  (0.3ms) UPDATE "pages" SET "parent_id" = 20, "path" = 'test4/agagsdgsadgsdg/fasfasdfsaffd/fasdfsadffas', "updated_at" = '2012-10-17 08:15:18.988843', "body" = '--- {} ' WHERE "pages"."id" = 19 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 20]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 19]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 12 AND 14 THEN "lft" + 16 - 14 WHEN "lft" BETWEEN 15 AND 16 THEN "lft" + 12 - 15 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 12 AND 14 THEN "rgt" + 16 - 14 WHEN "rgt" BETWEEN 15 AND 16 THEN "rgt" + 12 - 15 ELSE "rgt" END, "parent_id" = CASE WHEN id = 19 THEN 20 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 20]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 19]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 12 AND "pages"."rgt" <= 13) AND ("pages"."id" != 19) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.9ms) commit transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 12 AND "pages"."rgt" <= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (17.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (18.5ms) Completed 200 OK in 49ms (Views: 26.9ms | ActiveRecord: 4.2ms) Started DELETE "/admin/pages/19" for 127.0.0.1 at 2012-10-17 16:15:23 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"19"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "19"]]  (0.1ms) begin transaction Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 19]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 12 AND "pages"."rgt" <= 13) AND ("pages"."id" != 19) ORDER BY lft ASC, "pages"."lft" SQL (0.5ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 13) ORDER BY lft ASC, "pages"."lft") SQL (0.6ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 13) ORDER BY lft ASC, "pages"."lft") SQL (0.0ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 19]]  (2.5ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (1.1ms) Completed 200 OK in 20ms (Views: 9.0ms | ActiveRecord: 4.3ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-17 16:23:01 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 52 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (27.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (69.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (235.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (237.4ms) Compiled amalgam/admin/tree.js (109ms) (pid 6116) Compiled amalgam/admin.js (23ms) (pid 6116) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.3ms) Completed 200 OK in 498ms (Views: 494.6ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-17 16:23:01 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-17 16:23:01 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-17 16:23:01 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-17 16:23:01 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-17 16:23:01 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-17 16:23:01 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-17 16:23:01 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-17 16:23:02 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-17 16:23:02 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-17 16:23:02 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-17 16:23:02 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-17 16:23:02 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-17 16:23:02 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-17 16:23:02 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-17 16:23:02 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-17 16:23:02 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-17 16:23:02 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-17 16:23:02 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-17 16:23:02 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-17 16:23:02 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-17 16:23:02 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-17 16:23:02 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-17 16:23:02 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-17 16:23:02 +0800 Served asset /amalgam/admin/tree.js - 200 OK (2ms) Started PUT "/admin/pages/5" for 127.0.0.1 at 2012-10-17 16:23:05 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1"}, "id"=>"5"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "5"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test4' AND "pages"."id" != 5 AND "pages"."parent_id" = 1) LIMIT 1 #  (0.4ms) UPDATE "pages" SET "parent_id" = 1, "path" = 'test/test4', "updated_at" = '2012-10-17 08:23:05.853147', "body" = '--- {} ' WHERE "pages"."id" = 5 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] SQL (0.7ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 6 THEN "lft" + 14 - 6 WHEN "lft" BETWEEN 7 AND 14 THEN "lft" + 6 - 7 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 6 THEN "rgt" + 14 - 6 WHEN "rgt" BETWEEN 7 AND 14 THEN "rgt" + 6 - 7 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 6 AND "pages"."rgt" <= 13) AND ("pages"."id" != 5) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 #  (0.1ms) UPDATE "pages" SET "path" = 'test/test4/agagsdgsadgsdg/fasfasdfsaffd', "updated_at" = '2012-10-17 08:23:05.868363', "body" = '--- {} ' WHERE "pages"."id" = 20 #  (0.2ms) UPDATE "pages" SET "path" = 'test/test4/agagsdgsadgsdg', "updated_at" = '2012-10-17 08:23:05.909604', "body" = '--- {} ' WHERE "pages"."id" = 52 #  (0.1ms) UPDATE "pages" SET "path" = 'test/test4/sluggg', "updated_at" = '2012-10-17 08:23:05.914787', "body" = '--- {} ' WHERE "pages"."id" = 55  (2.2ms) commit transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 6 AND "pages"."rgt" <= 13) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 52 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (28.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (39.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (41.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (42.3ms) Completed 200 OK in 126ms (Views: 48.5ms | ActiveRecord: 5.7ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-17 16:23:08 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "prev_id"=>"52"}, "id"=>"55"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 7 AND 8 THEN "lft" + 12 - 8 WHEN "lft" BETWEEN 9 AND 12 THEN "lft" + 7 - 9 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 7 AND 8 THEN "rgt" + 12 - 8 WHEN "rgt" BETWEEN 9 AND 12 THEN "rgt" + 7 - 9 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 5 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] #  (0.4ms) UPDATE "pages" SET "updated_at" = '2012-10-17 08:23:08.344590', "body" = '--- {} ' WHERE "pages"."id" = 55  (2.1ms) commit transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (13.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (14.0ms) Completed 200 OK in 45ms (Views: 23.8ms | ActiveRecord: 4.3ms) Started PUT "/admin/pages/20" for 127.0.0.1 at 2012-10-17 16:23:09 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "prev_id"=>"55"}, "id"=>"20"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "20"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfasdfsaffd' AND "pages"."id" != 20 AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 20]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 9 THEN "lft" + 12 - 9 WHEN "lft" BETWEEN 10 AND 12 THEN "lft" + 8 - 10 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 9 THEN "rgt" + 12 - 9 WHEN "rgt" BETWEEN 10 AND 12 THEN "rgt" + 8 - 10 ELSE "rgt" END, "parent_id" = CASE WHEN id = 20 THEN 5 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 20]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 #  (0.4ms) UPDATE "pages" SET "path" = 'test/test4/fasfasdfsaffd', "updated_at" = '2012-10-17 08:23:10.019726', "body" = '--- {} ' WHERE "pages"."id" = 20 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) AND ("pages"."id" != 20) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.2ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (12.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (13.7ms) Completed 200 OK in 45ms (Views: 21.6ms | ActiveRecord: 4.7ms) Started PUT "/admin/pages/5" for 127.0.0.1 at 2012-10-17 16:23:17 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"14"}, "id"=>"5"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "5"]]  (0.0ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test4' AND "pages"."id" != 5 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 13 THEN "lft" + 14 - 13 WHEN "lft" BETWEEN 14 AND 14 THEN "lft" + 6 - 14 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 13 THEN "rgt" + 14 - 13 WHEN "rgt" BETWEEN 14 AND 14 THEN "rgt" + 6 - 14 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] #  (0.3ms) UPDATE "pages" SET "path" = 'test4', "updated_at" = '2012-10-17 08:23:17.240585', "body" = '--- {} ' WHERE "pages"."id" = 5 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 14) AND ("pages"."id" != 5) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 #  (0.1ms) UPDATE "pages" SET "path" = 'test4/fasfasdfsaffd', "updated_at" = '2012-10-17 08:23:17.249933', "body" = '--- {} ' WHERE "pages"."id" = 20 #  (0.1ms) UPDATE "pages" SET "path" = 'test4/agagsdgsadgsdg', "updated_at" = '2012-10-17 08:23:17.255542', "body" = '--- {} ' WHERE "pages"."id" = 52 #  (0.1ms) UPDATE "pages" SET "path" = 'test4/sluggg', "updated_at" = '2012-10-17 08:23:17.260592', "body" = '--- {} ' WHERE "pages"."id" = 55  (2.4ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.2ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) CACHE (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (71.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (86.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (88.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (89.8ms) Completed 200 OK in 140ms (Views: 101.3ms | ActiveRecord: 5.3ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-17 16:23:20 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"5", "next_id"=>"14"}, "id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "5"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 11 THEN "lft" + 14 - 11 WHEN "lft" BETWEEN 12 AND 14 THEN "lft" + 10 - 12 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 11 THEN "rgt" + 14 - 11 WHEN "rgt" BETWEEN 12 AND 14 THEN "rgt" + 10 - 12 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] #  (0.4ms) UPDATE "pages" SET "path" = 'sluggg', "updated_at" = '2012-10-17 08:23:20.360213', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.8ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (14.7ms) Completed 200 OK in 44ms (Views: 23.0ms | ActiveRecord: 2.9ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-17 16:23:23 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "next_id"=>"52"}, "id"=>"55"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.0ms) begin transaction Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 12 THEN "lft" + 14 - 12 WHEN "lft" BETWEEN 13 AND 14 THEN "lft" + 8 - 13 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 12 THEN "rgt" + 14 - 12 WHEN "rgt" BETWEEN 13 AND 14 THEN "rgt" + 8 - 13 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 5 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 #  (0.3ms) UPDATE "pages" SET "path" = 'test4/sluggg', "updated_at" = '2012-10-17 08:23:23.588066', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 9) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.2ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 9) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (13.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (14.3ms) Completed 200 OK in 45ms (Views: 22.4ms | ActiveRecord: 4.3ms) Started PUT "/admin/pages/5" for 127.0.0.1 at 2012-10-17 16:23:29 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1"}, "id"=>"5"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "5"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test4' AND "pages"."id" != 5 AND "pages"."parent_id" = 1) LIMIT 1 #  (0.4ms) UPDATE "pages" SET "parent_id" = 1, "path" = 'test/test4', "updated_at" = '2012-10-17 08:23:29.422586', "body" = '--- {} ' WHERE "pages"."id" = 5 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] SQL (1.0ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 6 THEN "lft" + 14 - 6 WHEN "lft" BETWEEN 7 AND 14 THEN "lft" + 6 - 7 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 6 THEN "rgt" + 14 - 6 WHEN "rgt" BETWEEN 7 AND 14 THEN "rgt" + 6 - 7 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 6 AND "pages"."rgt" <= 13) AND ("pages"."id" != 5) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 #  (0.1ms) UPDATE "pages" SET "path" = 'test/test4/fasfasdfsaffd', "updated_at" = '2012-10-17 08:23:29.438724', "body" = '--- {} ' WHERE "pages"."id" = 20 #  (0.1ms) UPDATE "pages" SET "path" = 'test/test4/agagsdgsadgsdg', "updated_at" = '2012-10-17 08:23:29.443144', "body" = '--- {} ' WHERE "pages"."id" = 52 #  (0.1ms) UPDATE "pages" SET "path" = 'test/test4/sluggg', "updated_at" = '2012-10-17 08:23:29.449549', "body" = '--- {} ' WHERE "pages"."id" = 55  (0.7ms) commit transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 6 AND "pages"."rgt" <= 13) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) CACHE (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (31.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (44.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (45.5ms) Completed 200 OK in 97ms (Views: 51.7ms | ActiveRecord: 4.3ms) Started PUT "/admin/pages/5" for 127.0.0.1 at 2012-10-17 16:23:31 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1", "next_id"=>"14"}, "id"=>"5"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "5"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test4' AND "pages"."id" != 5 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 13 THEN "lft" + 14 - 13 WHEN "lft" BETWEEN 14 AND 14 THEN "lft" + 6 - 14 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 13 THEN "rgt" + 14 - 13 WHEN "rgt" BETWEEN 14 AND 14 THEN "rgt" + 6 - 14 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] #  (0.3ms) UPDATE "pages" SET "path" = 'test4', "updated_at" = '2012-10-17 08:23:31.830252', "body" = '--- {} ' WHERE "pages"."id" = 5 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 14) AND ("pages"."id" != 5) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 #  (0.1ms) UPDATE "pages" SET "path" = 'test4/fasfasdfsaffd', "updated_at" = '2012-10-17 08:23:31.840462', "body" = '--- {} ' WHERE "pages"."id" = 20 #  (0.1ms) UPDATE "pages" SET "path" = 'test4/agagsdgsadgsdg', "updated_at" = '2012-10-17 08:23:31.845409', "body" = '--- {} ' WHERE "pages"."id" = 52 #  (0.1ms) UPDATE "pages" SET "path" = 'test4/sluggg', "updated_at" = '2012-10-17 08:23:31.849655', "body" = '--- {} ' WHERE "pages"."id" = 55  (3.3ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) CACHE (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (32.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (44.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (45.2ms) Completed 200 OK in 92ms (Views: 52.3ms | ActiveRecord: 6.0ms) Started PUT "/admin/pages/5" for 127.0.0.1 at 2012-10-17 16:23:55 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"4", "next_id"=>"21"}, "id"=>"5"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "5"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test4' AND "pages"."id" != 5 AND "pages"."parent_id" IS NULL) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 7 AND 14 THEN "lft" + 20 - 14 WHEN "lft" BETWEEN 15 AND 20 THEN "lft" + 7 - 15 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 7 AND 14 THEN "rgt" + 20 - 14 WHEN "rgt" BETWEEN 15 AND 20 THEN "rgt" + 7 - 15 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] #  (0.6ms) UPDATE "pages" SET "updated_at" = '2012-10-17 08:23:55.531261', "body" = '--- {} ' WHERE "pages"."id" = 5  (2.7ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 13 AND "pages"."rgt" <= 20) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) CACHE (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (33.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (46.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (47.5ms) Completed 200 OK in 81ms (Views: 57.7ms | ActiveRecord: 5.0ms) Started PUT "/admin/pages/5" for 127.0.0.1 at 2012-10-17 16:23:58 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"16", "next_id"=>"4"}, "id"=>"5"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "5"]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test4' AND "pages"."id" != 5 AND "pages"."parent_id" IS NULL) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "16"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 16]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] SQL (0.7ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 20 - 12 WHEN "lft" BETWEEN 13 AND 20 THEN "lft" + 11 - 13 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 20 - 12 WHEN "rgt" BETWEEN 13 AND 20 THEN "rgt" + 11 - 13 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 16]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] #  (0.4ms) UPDATE "pages" SET "updated_at" = '2012-10-17 08:23:58.165014', "body" = '--- {} ' WHERE "pages"."id" = 5  (2.9ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 18) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) CACHE (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (72.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (80.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (82.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (83.8ms) Completed 200 OK in 113ms (Views: 93.6ms | ActiveRecord: 5.3ms) Started PUT "/admin/pages/20" for 127.0.0.1 at 2012-10-17 16:24:35 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "next_id"=>"55"}, "id"=>"20"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "20"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfasdfsaffd' AND "pages"."id" != 20 AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 20]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 12 AND 15 THEN "lft" + 17 - 15 WHEN "lft" BETWEEN 16 AND 17 THEN "lft" + 12 - 16 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 12 AND 15 THEN "rgt" + 17 - 15 WHEN "rgt" BETWEEN 16 AND 17 THEN "rgt" + 12 - 16 ELSE "rgt" END, "parent_id" = CASE WHEN id = 20 THEN 5 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.2ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 20]] #  (0.4ms) UPDATE "pages" SET "updated_at" = '2012-10-17 08:24:35.283758', "body" = '--- {} ' WHERE "pages"."id" = 20  (0.8ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 12 AND "pages"."rgt" <= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (22.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (26.1ms) Completed 200 OK in 69ms (Views: 44.5ms | ActiveRecord: 3.6ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-17 16:24:39 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "prev_id"=>"52"}, "id"=>"55"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.0ms) begin transaction Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 14 AND 15 THEN "lft" + 17 - 15 WHEN "lft" BETWEEN 16 AND 17 THEN "lft" + 14 - 16 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 14 AND 15 THEN "rgt" + 17 - 15 WHEN "rgt" BETWEEN 16 AND 17 THEN "rgt" + 14 - 16 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 5 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] #  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-10-17 08:24:39.191260', "body" = '--- {} ' WHERE "pages"."id" = 55  (0.7ms) commit transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 16 AND "pages"."rgt" <= 17) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (17.5ms) Completed 200 OK in 44ms (Views: 24.6ms | ActiveRecord: 2.8ms) Started PUT "/admin/pages/5" for 127.0.0.1 at 2012-10-17 16:31:57 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"14", "next_id"=>"16"}, "id"=>"5"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "5"]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test4' AND "pages"."id" != 5 AND "pages"."parent_id" IS NULL) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "14"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 9 AND 10 THEN "lft" + 18 - 10 WHEN "lft" BETWEEN 11 AND 18 THEN "lft" + 9 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 9 AND 10 THEN "rgt" + 18 - 10 WHEN "rgt" BETWEEN 11 AND 18 THEN "rgt" + 9 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] #  (0.4ms) UPDATE "pages" SET "updated_at" = '2012-10-17 08:31:57.634519', "body" = '--- {} ' WHERE "pages"."id" = 5  (2.8ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) CACHE (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (32.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (46.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (47.2ms) Completed 200 OK in 73ms (Views: 53.4ms | ActiveRecord: 5.0ms) Started PUT "/admin/pages/20" for 127.0.0.1 at 2012-10-17 16:32:01 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"52"}, "id"=>"20"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "20"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 52 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfasdfsaffd' AND "pages"."id" != 20 AND "pages"."parent_id" = 52) LIMIT 1 #  (0.3ms) UPDATE "pages" SET "parent_id" = 52, "path" = 'test4/agagsdgsadgsdg/fasfasdfsaffd', "updated_at" = '2012-10-17 08:32:01.451230', "body" = '--- {} ' WHERE "pages"."id" = 20 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 20]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 11 THEN "lft" + 12 - 11 WHEN "lft" BETWEEN 12 AND 12 THEN "lft" + 10 - 12 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 11 THEN "rgt" + 12 - 11 WHEN "rgt" BETWEEN 12 AND 12 THEN "rgt" + 10 - 12 ELSE "rgt" END, "parent_id" = CASE WHEN id = 20 THEN 52 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 20]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) AND ("pages"."id" != 20) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.0ms) commit transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 52 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (14.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (15.8ms) Completed 200 OK in 42ms (Views: 23.1ms | ActiveRecord: 4.0ms) Started PUT "/admin/pages/20" for 127.0.0.1 at 2012-10-17 16:32:04 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "prev_id"=>"52", "next_id"=>"55"}, "id"=>"20"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "20"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfasdfsaffd' AND "pages"."id" != 20 AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 20]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 13 - 12 WHEN "lft" BETWEEN 13 AND 13 THEN "lft" + 11 - 13 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 13 - 12 WHEN "rgt" BETWEEN 13 AND 13 THEN "rgt" + 11 - 13 ELSE "rgt" END, "parent_id" = CASE WHEN id = 20 THEN 5 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 20]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 #  (0.3ms) UPDATE "pages" SET "path" = 'test4/fasfasdfsaffd', "updated_at" = '2012-10-17 08:32:04.186519', "body" = '--- {} ' WHERE "pages"."id" = 20 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 12 AND "pages"."rgt" <= 13) AND ("pages"."id" != 20) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.7ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 12 AND "pages"."rgt" <= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (12.9ms) Completed 200 OK in 40ms (Views: 20.3ms | ActiveRecord: 4.8ms) Started PUT "/admin/pages/5" for 127.0.0.1 at 2012-10-17 18:04:56 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"14"}, "id"=>"5"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "5"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 14 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test4' AND "pages"."id" != 5 AND "pages"."parent_id" = 14) LIMIT 1 #  (0.3ms) UPDATE "pages" SET "parent_id" = 14, "path" = 'fasdf/test4', "updated_at" = '2012-10-17 10:04:56.663012', "body" = '--- {} ' WHERE "pages"."id" = 5 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 14]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] SQL (0.3ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 8 THEN "lft" + 16 - 8 WHEN "lft" BETWEEN 9 AND 16 THEN "lft" + 8 - 9 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 8 THEN "rgt" + 16 - 8 WHEN "rgt" BETWEEN 9 AND 16 THEN "rgt" + 8 - 9 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN 14 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 15) AND ("pages"."id" != 5) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 #  (0.1ms) UPDATE "pages" SET "path" = 'fasdf/test4/fasfasdfsaffd', "updated_at" = '2012-10-17 10:04:56.673910', "body" = '--- {} ' WHERE "pages"."id" = 20 #  (0.1ms) UPDATE "pages" SET "path" = 'fasdf/test4/agagsdgsadgsdg', "updated_at" = '2012-10-17 10:04:56.679732', "body" = '--- {} ' WHERE "pages"."id" = 52 #  (0.1ms) UPDATE "pages" SET "path" = 'fasdf/test4/sluggg', "updated_at" = '2012-10-17 10:04:56.684268', "body" = '--- {} ' WHERE "pages"."id" = 55  (1.7ms) commit transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 14 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 15) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) CACHE (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (33.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (85.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (86.1ms) Completed 200 OK in 130ms (Views: 93.8ms | ActiveRecord: 4.2ms) Started PUT "/admin/pages/5" for 127.0.0.1 at 2012-10-17 18:04:58 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"14", "next_id"=>"16"}, "id"=>"5"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "5"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 14 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test4' AND "pages"."id" != 5 AND "pages"."parent_id" = 14) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "14"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 15 THEN "lft" + 16 - 15 WHEN "lft" BETWEEN 16 AND 16 THEN "lft" + 8 - 16 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 15 THEN "rgt" + 16 - 15 WHEN "rgt" BETWEEN 16 AND 16 THEN "rgt" + 8 - 16 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] #  (0.3ms) UPDATE "pages" SET "path" = 'test4', "updated_at" = '2012-10-17 10:04:58.373595', "body" = '--- {} ' WHERE "pages"."id" = 5 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 16) AND ("pages"."id" != 5) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 #  (0.1ms) UPDATE "pages" SET "path" = 'test4/fasfasdfsaffd', "updated_at" = '2012-10-17 10:04:58.381029', "body" = '--- {} ' WHERE "pages"."id" = 20 #  (0.1ms) UPDATE "pages" SET "path" = 'test4/agagsdgsadgsdg', "updated_at" = '2012-10-17 10:04:58.387023', "body" = '--- {} ' WHERE "pages"."id" = 52 #  (0.1ms) UPDATE "pages" SET "path" = 'test4/sluggg', "updated_at" = '2012-10-17 10:04:58.391845', "body" = '--- {} ' WHERE "pages"."id" = 55  (3.3ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) CACHE (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (34.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (48.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (49.0ms) Completed 200 OK in 97ms (Views: 55.9ms | ActiveRecord: 6.1ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-18 11:03:37 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (4.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (29.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (32.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (34.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.0ms) CACHE (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (65.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (73.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (35.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (310.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (331.8ms) Compiled amalgam/admin/tree.js (150ms) (pid 2365) Compiled amalgam/admin.js (27ms) (pid 2365) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (18.2ms) Completed 200 OK in 831ms (Views: 801.0ms | ActiveRecord: 6.3ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-18 11:03:38 +0800 Served asset /amalgam/extra.css - 200 OK (5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-18 11:03:38 +0800 Served asset /bootstrap.css - 200 OK (29ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-18 11:03:38 +0800 Served asset /amalgam/admin/layout.css - 200 OK (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-18 11:03:38 +0800 Served asset /amalgam/admin.css - 200 OK (51ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-18 11:03:38 +0800 Served asset /amalgam/admin/login.css - 200 OK (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-18 11:03:38 +0800 Served asset /modernizr.js - 200 OK (5ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-18 11:03:38 +0800 Served asset /amalgam/admin/_mixins.css - 200 OK (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-18 11:03:38 +0800 Served asset /jquery.js - 200 OK (6ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-18 11:03:38 +0800 Served asset /jquery.ui.core.js - 200 OK (6ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-18 11:03:38 +0800 Served asset /jquery.ui.widget.js - 200 OK (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-18 11:03:38 +0800 Served asset /jquery.ui.mouse.js - 200 OK (9ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-18 11:03:38 +0800 Served asset /jquery.ui.sortable.js - 200 OK (12ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-18 11:03:38 +0800 Served asset /jquery.ui.nestedSortable.js - 200 OK (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-18 11:03:38 +0800 Served asset /jquery.scrollto.js - 200 OK (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-18 11:03:38 +0800 Served asset /jquery_ujs.js - 200 OK (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-18 11:03:38 +0800 Served asset /bootstrap-dropdown.js - 200 OK (8ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-18 11:03:38 +0800 Served asset /bootstrap-alert.js - 200 OK (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-18 11:03:38 +0800 Served asset /bootstrap-tooltip.js - 200 OK (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-18 11:03:38 +0800 Served asset /amalgam/extra.js - 200 OK (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-18 11:03:38 +0800 Served asset /bootstrap-button.js - 200 OK (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-18 11:03:38 +0800 Served asset /amalgam/admin/popover.js - 200 OK (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-18 11:03:38 +0800 Served asset /amalgam/admin/app.js - 200 OK (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-18 11:03:38 +0800 Served asset /amalgam/admin/tree.js - 200 OK (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-18 11:03:38 +0800 Served asset /amalgam/admin.js - 200 OK (52ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-18 11:03:38 +0800 Served asset /amalgam/admin/bg.png - 200 OK (7ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-18 11:03:38 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 200 OK (2ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-18 11:03:38 +0800 Served asset /glyphicons-halflings-white.png - 200 OK (6ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-18 11:03:38 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 200 OK (2ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-18 11:03:38 +0800 Served asset /glyphicons-halflings.png - 200 OK (5ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-18 11:04:38 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (31.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (33.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.0ms) CACHE (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (41.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (49.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (37.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (313.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (330.6ms) Compiled amalgam/admin/tree.js (119ms) (pid 2520) Compiled amalgam/admin.js (42ms) (pid 2520) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (39.7ms) Completed 200 OK in 817ms (Views: 793.3ms | ActiveRecord: 4.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-18 11:04:39 +0800 Served asset /bootstrap.css - 304 Not Modified (16ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-18 11:04:39 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-18 11:04:39 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-18 11:04:39 +0800 Served asset /amalgam/admin.css - 304 Not Modified (42ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-18 11:04:40 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-18 11:04:40 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-18 11:04:40 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-18 11:04:40 +0800 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-18 11:04:40 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-18 11:04:40 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-18 11:04:40 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (13ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-18 11:04:40 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-18 11:04:40 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (3ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-18 11:04:40 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-18 11:04:40 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-18 11:04:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-18 11:04:40 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-18 11:04:40 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-18 11:04:40 +0800 Served asset /bootstrap-button.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-18 11:04:40 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-18 11:04:40 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-18 11:04:40 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (38ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-18 11:04:40 +0800 Served asset /amalgam/admin.js - 304 Not Modified (16ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-18 11:04:40 +0800 Served asset /amalgam/admin/tree.js - 200 OK (1ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-18 11:10:14 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) CACHE (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (32.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (286.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (288.9ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.4ms) Completed 200 OK in 319ms (Views: 315.0ms | ActiveRecord: 1.0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-18 11:10:14 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-18 11:10:14 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-18 11:10:14 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-18 11:10:14 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-18 11:10:14 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-18 11:10:14 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-18 11:10:14 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-18 11:10:14 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-18 11:10:14 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-18 11:10:14 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-18 11:10:14 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-18 11:10:14 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-18 11:10:14 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-18 11:10:14 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-18 11:10:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-18 11:10:14 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-18 11:10:14 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-18 11:10:15 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-18 11:10:15 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-18 11:10:15 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-18 11:10:15 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-18 11:10:15 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-18 11:10:15 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-18 11:10:15 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Connecting to database specified by database.yml # Started GET "/admin/pages" for 127.0.0.1 at 2012-10-18 11:11:29 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) CACHE (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (37.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (57.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (320.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (324.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.4ms) Completed 200 OK in 355ms (Views: 351.5ms | ActiveRecord: 0.9ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-18 11:11:30 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-18 11:11:30 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-18 11:11:30 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-18 11:11:30 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-18 11:11:30 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-18 11:11:30 +0800 Served asset /amalgam/admin.css - 304 Not Modified (7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:30 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:30 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:30 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:30 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:30 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:30 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:30 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:30 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:30 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:30 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:30 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:30 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:30 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:30 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:30 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:30 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:30 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:31 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-18 11:11:40 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"20"}, "id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 20 ORDER BY lft ASC LIMIT 1 Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 20) LIMIT 1  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (4.7ms) Completed 200 OK in 86ms (Views: 15.6ms | ActiveRecord: 1.0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-18 11:11:41 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) CACHE (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (31.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (49.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (58.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (289.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (293.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.1ms) Completed 200 OK in 322ms (Views: 318.1ms | ActiveRecord: 1.1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-18 11:11:42 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-18 11:11:42 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-18 11:11:42 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-18 11:11:42 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-18 11:11:42 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-18 11:11:42 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:42 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:42 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:42 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:42 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:42 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:42 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:42 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:42 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:42 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:42 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:42 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:42 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:42 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:42 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:42 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:42 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:42 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:42 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-18 11:11:47 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) CACHE (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (34.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 26 ORDER BY lft ASC LIMIT 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (61.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (305.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (308.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.9ms) Completed 200 OK in 346ms (Views: 342.1ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-18 11:11:47 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-18 11:11:47 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-18 11:11:47 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-18 11:11:47 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-18 11:11:47 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:47 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-18 11:11:47 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:47 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:47 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:47 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:47 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:47 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:47 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:47 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:47 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:47 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:47 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:47 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:47 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:47 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:47 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:47 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:47 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-18 11:11:47 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-18 11:14:25 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (7.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (21.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (63.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (71.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (309.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (334.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (16.6ms) Completed 200 OK in 694ms (Views: 656.9ms | ActiveRecord: 8.7ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-18 11:14:26 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-18 11:14:26 +0800 Served asset /bootstrap.css - 304 Not Modified (14ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-18 11:14:26 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-18 11:14:26 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-18 11:14:26 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-18 11:14:26 +0800 Served asset /amalgam/admin.css - 304 Not Modified (15ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-18 11:14:26 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-18 11:14:26 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-18 11:14:26 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-18 11:14:26 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-18 11:14:26 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (13ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-18 11:14:26 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-18 11:14:26 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-18 11:14:26 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-18 11:14:26 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-18 11:14:26 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (13ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-18 11:14:26 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-18 11:14:26 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (8ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-18 11:14:26 +0800 Served asset /bootstrap-button.js - 304 Not Modified (8ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-18 11:14:26 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-18 11:14:26 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-18 11:14:26 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-18 11:14:26 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-18 11:14:26 +0800 Served asset /amalgam/admin.js - 304 Not Modified (28ms) Started PUT "/admin/pages/20" for 127.0.0.1 at 2012-10-18 11:14:54 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "next_id"=>"52"}, "id"=>"20"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "20"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasfasdfsaffd' AND "pages"."id" != 20 AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Page Load (0.2ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 20]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 11 THEN "lft" + 13 - 11 WHEN "lft" BETWEEN 12 AND 13 THEN "lft" + 10 - 12 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 11 THEN "rgt" + 13 - 11 WHEN "rgt" BETWEEN 12 AND 13 THEN "rgt" + 10 - 12 ELSE "rgt" END, "parent_id" = CASE WHEN id = 20 THEN 5 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 20]] #  (0.4ms) UPDATE "pages" SET "updated_at" = '2012-10-18 03:14:54.185154', "body" = '--- {} ' WHERE "pages"."id" = 20  (0.8ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (16.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (59.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (61.8ms) Completed 200 OK in 143ms (Views: 73.3ms | ActiveRecord: 3.4ms) Started DELETE "/admin/pages/20" for 127.0.0.1 at 2012-10-18 11:16:00 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"20"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "20"]]  (0.1ms) begin transaction Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 20]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) AND ("pages"."id" != 20) ORDER BY lft ASC, "pages"."lft" SQL (0.6ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 11) ORDER BY lft ASC, "pages"."lft") SQL (1.0ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 11) ORDER BY lft ASC, "pages"."lft") SQL (0.1ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 20]]  (2.1ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (2.6ms) Completed 200 OK in 23ms (Views: 10.2ms | ActiveRecord: 4.6ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-18 11:16:01 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (249.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (251.9ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.8ms) Completed 200 OK in 284ms (Views: 278.9ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-18 11:16:01 +0800 Served asset /bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-18 11:16:01 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-18 11:16:01 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-18 11:16:01 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-18 11:16:01 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:01 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-18 11:16:01 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:01 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:01 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:01 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:01 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:01 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:01 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:02 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:02 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:02 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:02 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:02 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:02 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:02 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:02 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:02 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:02 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:02 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-18 11:16:03 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (42.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (48.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (51.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (287.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (289.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.2ms) Completed 200 OK in 316ms (Views: 313.9ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-18 11:16:04 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-18 11:16:04 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-18 11:16:04 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-18 11:16:04 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-18 11:16:04 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-18 11:16:04 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:04 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:04 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:04 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:04 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:04 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:04 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:04 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:04 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:04 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:04 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:04 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:04 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:04 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:04 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:04 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:04 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:04 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:04 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-18 11:16:41 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (56.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (65.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (257.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (259.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (41.9ms) Completed 200 OK in 318ms (Views: 315.5ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-18 11:16:41 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-18 11:16:41 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-18 11:16:41 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-18 11:16:41 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-18 11:16:41 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:41 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-18 11:16:41 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:41 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:41 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:41 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:41 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:41 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:41 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:41 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:41 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:41 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:42 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:42 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:42 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:42 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:42 +0800 Served asset /amalgam/extra.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:42 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:42 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-18 11:16:42 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml # Started GET "/admin/pages" for 127.0.0.1 at 2012-10-18 11:17:43 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (33.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (35.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (267.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (283.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (19.5ms) Completed 200 OK in 616ms (Views: 590.1ms | ActiveRecord: 4.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-18 11:17:44 +0800 Served asset /bootstrap.css - 304 Not Modified (49ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-18 11:17:44 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-18 11:17:44 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-18 11:17:44 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-18 11:17:44 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-18 11:17:44 +0800 Served asset /amalgam/admin.css - 304 Not Modified (23ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:44 +0800 Served asset /jquery.js - 304 Not Modified (44ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:44 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:44 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:44 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:44 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (13ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:44 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:44 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:44 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:44 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:44 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:44 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:44 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:44 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:44 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:44 +0800 Served asset /amalgam/extra.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:44 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:44 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:44 +0800 Served asset /amalgam/admin.js - 304 Not Modified (20ms) Started DELETE "/admin/pages/55" for 127.0.0.1 at 2012-10-18 11:17:47 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.2ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (2.0ms) Completed 200 OK in 20ms (Views: 13.0ms | ActiveRecord: 0.8ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-18 11:17:48 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (20.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (29.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (274.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (277.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.1ms) Completed 200 OK in 304ms (Views: 301.2ms | ActiveRecord: 0.6ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-18 11:17:49 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-18 11:17:49 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-18 11:17:49 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-18 11:17:49 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-18 11:17:49 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:49 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-18 11:17:49 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:49 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:49 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:49 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:49 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:49 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:49 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:49 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:49 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:49 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:49 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:49 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:49 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:49 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:49 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:49 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-18 11:17:49 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/" for 127.0.0.1 at 2012-10-18 11:31:34 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (250.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (53.6ms) Completed 200 OK in 898ms (Views: 828.7ms | ActiveRecord: 1.3ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /mercury/bootstrap-overrides.css - 200 OK (9ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /responsive.css - 200 OK (27ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /mercury/mercury.css - 200 OK (16ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /mercury/lightview.css - 200 OK (4ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /mercury/bootstrap-ish.css - 200 OK (8ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /mercury/dialog.css - 200 OK (4ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /mercury.css - 200 OK (25ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /mercury/modal.css - 200 OK (5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /mercury/toolbar.css - 200 OK (6ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /mercury/uploader.css - 200 OK (5ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /mercury/statusbar.css - 200 OK (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /mercury/tooltip.css - 200 OK (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /mercury/all_images.css - 200 OK (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /amalgam/mercury.js - 200 OK (115ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /amalgam/editor.css - 200 OK (28ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /mercury/dependencies/jquery.additions.js - 200 OK (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /mercury/dependencies/liquidmetal.js - 200 OK (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 200 OK (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /mercury/dependencies/showdown.js - 200 OK (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /mercury/mercury.js - 200 OK (52ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /mercury/native_extensions.js - 200 OK (50ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /mercury/page_editor.js - 200 OK (6ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 200 OK (6ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /mercury/history_buffer.js - 200 OK (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /mercury/table_editor.js - 200 OK (4ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /mercury/palette.js - 200 OK (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /mercury/select.js - 200 OK (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:35 +0800 Served asset /mercury/modal.js - 200 OK (6ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/dialog.js - 200 OK (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/panel.js - 200 OK (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/lightview.js - 200 OK (9ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/statusbar.js - 200 OK (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/toolbar.js - 200 OK (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/toolbar.button_group.js - 200 OK (6ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/toolbar.button.js - 200 OK (6ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/toolbar.expander.js - 200 OK (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/tooltip.js - 200 OK (49ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/snippet.js - 200 OK (4ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/snippet_toolbar.js - 200 OK (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/region.js - 200 OK (4ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/uploader.js - 200 OK (7ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/regions/markdown.js - 200 OK (5ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/dialogs/backcolor.js - 200 OK (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/regions/full.js - 200 OK (6ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/regions/image.js - 200 OK (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/regions/snippets.js - 200 OK (5ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/dialogs/forecolor.js - 200 OK (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/regions/simple.js - 200 OK (5ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/dialogs/formatblock.js - 200 OK (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/dialogs/snippetpanel.js - 200 OK (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/dialogs/style.js - 200 OK (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/modals/htmleditor.js - 200 OK (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/modals/insertcharacter.js - 200 OK (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/modals/insertlink.js - 200 OK (49ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/modals/insertmedia.js - 200 OK (4ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/modals/insertsnippet.js - 200 OK (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/modals/inserttable.js - 200 OK (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/finalize.js - 200 OK (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 200 OK (4ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /jquery.iframe-transport.js - 200 OK (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /jquery.remotipart.js - 200 OK (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /amalgam/editor.js - 200 OK (64ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.3ms) Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.6ms) Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/toolbar/primary/_expander.png - 200 OK (53ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Served asset /mercury/loading-dark.gif - 200 OK (5ms) Started GET "/?mercury_frame=true&_=1350531096770" for 127.0.0.1 at 2012-10-18 11:31:36 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1350531096770", "path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (19.8ms) Completed 200 OK in 24ms (Views: 20.6ms | ActiveRecord: 0.8ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-10-18 13:14:45 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (4.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (19.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (20.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (30.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (287.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (310.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (19.5ms) Completed 200 OK in 928ms (Views: 893.3ms | ActiveRecord: 5.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-18 13:14:47 +0800 Served asset /bootstrap.css - 304 Not Modified (50ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-18 13:14:47 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-18 13:14:47 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-18 13:14:47 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-18 13:14:47 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-18 13:14:47 +0800 Served asset /amalgam/admin.css - 304 Not Modified (22ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-18 13:14:47 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-18 13:14:47 +0800 Served asset /jquery.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-18 13:14:47 +0800 Served asset /jquery.ui.core.js - 200 OK (8ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-18 13:14:47 +0800 Served asset /jquery.ui.widget.js - 200 OK (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-18 13:14:47 +0800 Served asset /jquery.ui.mouse.js - 200 OK (49ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-18 13:14:47 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-18 13:14:47 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-18 13:14:47 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-18 13:14:47 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-18 13:14:47 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-18 13:14:47 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-18 13:14:47 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-18 13:14:47 +0800 Served asset /bootstrap-button.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-18 13:14:47 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-18 13:14:47 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-18 13:14:47 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-18 13:14:47 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-18 13:14:47 +0800 Served asset /amalgam/admin.js - 304 Not Modified (21ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-18 13:14:47 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (4ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-18 13:14:47 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-18 13:14:47 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (3ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-18 13:14:47 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (46ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-18 13:14:47 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-18 13:15:14 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (52.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (55.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (30.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (296.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (298.9ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.6ms) Completed 200 OK in 387ms (Views: 384.4ms | ActiveRecord: 0.4ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-18 13:15:14 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-18 13:15:14 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-18 13:15:14 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-18 13:15:14 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-18 13:15:14 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-18 13:15:14 +0800 Served asset /amalgam/admin.css - 304 Not Modified (6ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-18 13:15:14 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-18 13:15:14 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-18 13:15:14 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-18 13:15:14 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-18 13:15:14 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-18 13:15:14 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-18 13:15:14 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-18 13:15:14 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-18 13:15:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-18 13:15:14 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-18 13:15:14 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-18 13:15:14 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-18 13:15:14 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-18 13:15:14 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-18 13:15:14 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-18 13:15:14 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-18 13:15:14 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-18 13:15:14 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-18 13:16:22 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (54.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (61.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (244.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (247.6ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (41.8ms) Completed 200 OK in 308ms (Views: 304.8ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-18 13:16:23 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-18 13:16:23 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-18 13:16:23 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-18 13:16:23 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-18 13:16:23 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-18 13:16:23 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-18 13:16:23 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-18 13:16:23 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-18 13:16:23 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-18 13:16:23 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-18 13:16:23 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-18 13:16:23 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-18 13:16:23 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-18 13:16:23 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-18 13:16:23 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-18 13:16:23 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-18 13:16:23 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-18 13:16:23 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-18 13:16:23 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-18 13:16:23 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-18 13:16:23 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-18 13:16:23 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-18 13:16:23 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-18 13:16:23 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-18 13:19:30 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (245.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (248.6ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.1ms) Completed 200 OK in 274ms (Views: 270.8ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-18 13:19:30 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-18 13:19:30 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-18 13:19:30 +0800 Served asset /amalgam/admin.css - 304 Not Modified (46ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-18 13:19:30 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-18 13:19:30 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-18 13:19:30 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-18 13:19:30 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-18 13:19:30 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-18 13:19:30 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-18 13:19:30 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-18 13:19:30 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-18 13:19:30 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-18 13:19:30 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-18 13:19:30 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-18 13:19:30 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-18 13:19:30 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-18 13:19:30 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-18 13:19:30 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-18 13:19:30 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-18 13:19:30 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-18 13:19:30 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-18 13:19:30 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-18 13:19:30 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-18 13:19:30 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-18 13:21:28 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (249.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (252.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.6ms) Completed 200 OK in 279ms (Views: 276.1ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-18 13:21:29 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-18 13:21:29 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-18 13:21:29 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-18 13:21:29 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-18 13:21:29 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-18 13:21:29 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-18 13:21:29 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-18 13:21:29 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-18 13:21:29 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-18 13:21:29 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-18 13:21:29 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-18 13:21:29 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-18 13:21:29 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-18 13:21:29 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-18 13:21:29 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-18 13:21:29 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-18 13:21:29 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-18 13:21:29 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-18 13:21:29 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-18 13:21:29 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-18 13:21:29 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-18 13:21:29 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-18 13:21:29 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-18 13:21:29 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Connecting to database specified by database.yml # Started GET "/admin/pages" for 127.0.0.1 at 2012-10-18 13:22:08 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (45.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (259.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (262.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.6ms) Completed 200 OK in 291ms (Views: 287.8ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-18 13:22:08 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-18 13:22:08 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-18 13:22:08 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-18 13:22:08 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-18 13:22:08 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-18 13:22:08 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-18 13:22:08 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-18 13:22:09 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-18 13:22:09 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-18 13:22:09 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-18 13:22:09 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-18 13:22:09 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-18 13:22:09 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-18 13:22:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-18 13:22:09 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-18 13:22:09 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-18 13:22:09 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-18 13:22:09 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-18 13:22:09 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-18 13:22:09 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-18 13:22:09 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-18 13:22:09 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-18 13:22:09 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-18 13:22:09 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-18 13:30:41 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "prev_id"=>"52"}, "id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] #  (1.4ms) UPDATE "pages" SET "updated_at" = '2012-10-18 05:30:41.872806', "body" = '--- {} ' WHERE "pages"."id" = 55  (1.5ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 12 AND "pages"."rgt" <= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (50.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (53.2ms) Completed 200 OK in 161ms (Views: 62.7ms | ActiveRecord: 4.4ms) Started PUT "/admin/pages/5" for 127.0.0.1 at 2012-10-18 13:30:48 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"14"}, "id"=>"5"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "5"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 14 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test4' AND "pages"."id" != 5 AND "pages"."parent_id" = 14) LIMIT 1 #  (1.1ms) UPDATE "pages" SET "parent_id" = 14, "path" = 'fasdf/test4', "updated_at" = '2012-10-18 05:30:48.958545', "body" = '--- {} ' WHERE "pages"."id" = 5 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 14]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 8 THEN "lft" + 14 - 8 WHEN "lft" BETWEEN 9 AND 14 THEN "lft" + 8 - 9 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 8 THEN "rgt" + 14 - 8 WHEN "rgt" BETWEEN 9 AND 14 THEN "rgt" + 8 - 9 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN 14 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 13) AND ("pages"."id" != 5) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 #  (0.1ms) UPDATE "pages" SET "path" = 'fasdf/test4/agagsdgsadgsdg', "updated_at" = '2012-10-18 05:30:48.973909', "body" = '--- {} ' WHERE "pages"."id" = 52 #  (0.1ms) UPDATE "pages" SET "path" = 'fasdf/test4/sluggg', "updated_at" = '2012-10-18 05:30:48.978807', "body" = '--- {} ' WHERE "pages"."id" = 55  (1.1ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 8 AND "pages"."rgt" <= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (29.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (32.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (33.8ms) Completed 200 OK in 76ms (Views: 41.6ms | ActiveRecord: 4.5ms) Started PUT "/admin/pages/5" for 127.0.0.1 at 2012-10-18 13:30:51 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"14", "next_id"=>"16"}, "id"=>"5"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "5"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 14 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test4' AND "pages"."id" != 5 AND "pages"."parent_id" = 14) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "14"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 13 THEN "lft" + 14 - 13 WHEN "lft" BETWEEN 14 AND 14 THEN "lft" + 8 - 14 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 13 THEN "rgt" + 14 - 13 WHEN "rgt" BETWEEN 14 AND 14 THEN "rgt" + 8 - 14 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] #  (0.4ms) UPDATE "pages" SET "path" = 'test4', "updated_at" = '2012-10-18 05:30:51.305709', "body" = '--- {} ' WHERE "pages"."id" = 5 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 14) AND ("pages"."id" != 5) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000 #  (0.1ms) UPDATE "pages" SET "path" = 'test4/agagsdgsadgsdg', "updated_at" = '2012-10-18 05:30:51.314625', "body" = '--- {} ' WHERE "pages"."id" = 52 #  (0.1ms) UPDATE "pages" SET "path" = 'test4/sluggg', "updated_at" = '2012-10-18 05:30:51.320081', "body" = '--- {} ' WHERE "pages"."id" = 55  (1.2ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (26.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (35.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (38.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (39.9ms) Completed 200 OK in 80ms (Views: 46.9ms | ActiveRecord: 3.9ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-10-19 11:04:48 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (3.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (236.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (16.0ms) Completed 200 OK in 662ms (Views: 634.4ms | ActiveRecord: 5.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 11:04:49 +0800 Served asset /bootstrap.css - 200 OK (22ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-10-19 11:04:49 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (6ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-10-19 11:04:49 +0800 Served asset /mercury.css - 304 Not Modified (41ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-10-19 11:04:49 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (6ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-10-19 11:04:49 +0800 Served asset /responsive.css - 200 OK (8ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-10-19 11:04:49 +0800 Served asset /mercury/mercury.css - 304 Not Modified (19ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-10-19 11:04:49 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-10-19 11:04:49 +0800 Served asset /mercury/lightview.css - 304 Not Modified (40ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-10-19 11:04:49 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-10-19 11:04:49 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-10-19 11:04:49 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-10-19 11:04:49 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (7ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-10-19 11:04:49 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-10-19 11:04:49 +0800 Served asset /amalgam/editor.css - 200 OK (32ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:49 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:49 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (10ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:49 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-10-19 11:04:49 +0800 Served asset /mercury/all_images.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:49 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (93ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:49 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:49 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:49 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:49 +0800 Served asset /mercury/mercury.js - 304 Not Modified (42ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:49 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:49 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:49 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (41ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/modal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/lightview.js - 304 Not Modified (7ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/region.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (41ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (6ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (36ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /amalgam/editor.js - 304 Not Modified (50ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (8ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (5ms) Started GET "/?mercury_frame=true&_=1350615890729" for 127.0.0.1 at 2012-10-19 11:04:50 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1350615890729", "path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (59.4ms) Completed 200 OK in 65ms (Views: 60.3ms | ActiveRecord: 1.0ms) Started DELETE "/admin_user/signout" for 127.0.0.1 at 2012-10-19 11:05:09 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"v16YT+UrXiJpfs2i5Ou4oey+E2/Oaj+rLvVwPRwoXjw=", "resource"=>"admin_user"} {"session_id"=>"c32ab63a933f1c05af079acdad02febd", "_csrf_token"=>"v16YT+UrXiJpfs2i5Ou4oey+E2/Oaj+rLvVwPRwoXjw=", "admin_user_id"=>1} Redirected to http://127.0.0.1:3000/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-10-19 11:05:09 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (4.3ms) Completed 200 OK in 8ms (Views: 5.3ms | ActiveRecord: 0.4ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-10-19 11:25:27 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml within layouts/amalgam/admin/editor (6.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (25.9ms) Completed 200 OK in 432ms (Views: 410.6ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 11:25:27 +0800 Served asset /bootstrap.css - 304 Not Modified (16ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury.css - 304 Not Modified (26ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /responsive.css - 304 Not Modified (8ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/mercury.css - 304 Not Modified (23ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/dialog.css - 304 Not Modified (37ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/lightview.css - 304 Not Modified (6ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (65ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (43ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/mercury.js - 304 Not Modified (47ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (8ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/all_images.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /amalgam/editor.css - 304 Not Modified (81ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/dialog.js - 304 Not Modified (7ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/panel.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/modal.js - 304 Not Modified (9ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/lightview.js - 304 Not Modified (6ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/select.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (7ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (8ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/region.js - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:28 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (48ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:29 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:29 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:29 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:29 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:29 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:29 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:29 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:29 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:29 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:29 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:29 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (7ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:29 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (7ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:29 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:29 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:29 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (6ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:29 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:29 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:29 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (40ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:29 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:29 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-10-19 11:25:29 +0800 Served asset /amalgam/editor.js - 304 Not Modified (51ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-10-19 11:25:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-10-19 11:25:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-10-19 11:25:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-10-19 11:25:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-10-19 11:25:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-10-19 11:25:29 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (4ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-10-19 11:25:29 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (3ms) Started GET "/?mercury_frame=true&_=1350617129500" for 127.0.0.1 at 2012-10-19 11:25:29 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1350617129500", "path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (8.4ms) Completed 200 OK in 14ms (Views: 10.3ms | ActiveRecord: 0.5ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-10-19 11:25:31 +0800 Served asset /mercury/toolbar/primary/save.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-10-19 11:25:31 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 304 Not Modified (50ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-10-19 11:25:31 +0800 Served asset /mercury/toolbar/primary/preview.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-10-19 11:25:31 +0800 Served asset /mercury/toolbar/primary/redo.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-10-19 11:25:31 +0800 Served asset /mercury/toolbar/primary/undo.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-10-19 11:25:31 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 304 Not Modified (8ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-10-19 11:25:31 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-10-19 11:25:31 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-10-19 11:25:31 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-10-19 11:25:31 +0800 Served asset /mercury/toolbar/editable/buttons.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-10-19 11:25:31 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (6ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-10-19 11:25:31 +0800 Served asset /mercury/close.png - 304 Not Modified (4ms) Started GET "/" for 127.0.0.1 at 2012-10-19 11:25:46 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (4.5ms) Completed 200 OK in 19ms (Views: 5.7ms | ActiveRecord: 0.4ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-10-19 11:26:58 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Rendered pages/show.html.haml (5.8ms) Completed 200 OK in 59ms (Views: 39.5ms | ActiveRecord: 0.4ms) Started GET "/admin" for 127.0.0.1 at 2012-10-19 11:27:01 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://127.0.0.1:3000/admin_user/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 7ms (ActiveRecord: 0.0ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-10-19 11:27:01 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (10.9ms) Compiled amalgam/admin/tree.js (115ms) (pid 17406) Compiled amalgam/admin.js (57ms) (pid 17406) Completed 200 OK in 293ms (Views: 284.3ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 11:27:02 +0800 Served asset /bootstrap.css - 304 Not Modified (42ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 11:27:02 +0800 Served asset /amalgam/extra.css - 200 OK (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 11:27:02 +0800 Served asset /amalgam/admin/layout.css - 200 OK (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 11:27:02 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 11:27:02 +0800 Served asset /amalgam/admin/login.css - 200 OK (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 11:27:02 +0800 Served asset /amalgam/admin.css - 304 Not Modified (17ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:02 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:02 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:02 +0800 Served asset /jquery.ui.core.js - 200 OK (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:02 +0800 Served asset /jquery.ui.widget.js - 200 OK (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:02 +0800 Served asset /jquery.ui.mouse.js - 200 OK (11ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:02 +0800 Served asset /jquery.ui.sortable.js - 200 OK (52ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:02 +0800 Served asset /jquery.ui.nestedSortable.js - 200 OK (3ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:02 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:02 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:02 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:02 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:02 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:02 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:02 +0800 Served asset /amalgam/extra.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:02 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:02 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:02 +0800 Served asset /amalgam/admin/tree.js - 200 OK (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:02 +0800 Served asset /amalgam/admin.js - 304 Not Modified (25ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-19 11:27:02 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-19 11:27:02 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (5ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-10-19 11:27:12 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"v16YT+UrXiJpfs2i5Ou4oey+E2/Oaj+rLvVwPRwoXjw=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 Redirected to http://127.0.0.1:3000/admin_user/signin Completed 302 Found in 91ms (ActiveRecord: 0.2ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-10-19 11:27:12 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.6ms) Completed 200 OK in 18ms (Views: 16.5ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 11:27:12 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 11:27:13 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:13 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:13 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 11:27:13 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:13 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:13 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:13 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:13 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:13 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:13 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:13 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:13 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:13 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:13 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:13 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-10-19 11:27:19 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"v16YT+UrXiJpfs2i5Ou4oey+E2/Oaj+rLvVwPRwoXjw=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 Redirected to http://127.0.0.1:3000/admin Completed 302 Found in 89ms (ActiveRecord: 0.2ms) Started GET "/admin" for 127.0.0.1 at 2012-10-19 11:27:20 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (30.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (36.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (39.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (256.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (264.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (39.0ms) Completed 200 OK in 437ms (Views: 430.7ms | ActiveRecord: 3.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 11:27:20 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 11:27:20 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 11:27:20 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:20 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:20 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:20 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:20 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:20 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:20 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:20 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:20 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:20 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:20 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:20 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:20 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 11:27:20 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-19 11:27:20 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-19 11:27:20 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-19 11:27:20 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-19 11:27:28 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"52"}, "id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 52 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 52) LIMIT 1  (0.3ms) UPDATE "pages" SET "parent_id" = 52, "path" = 'test4/agagsdgsadgsdg/sluggg', "updated_at" = '2012-10-19 03:27:28.870966', "body" = '--- {} ' WHERE "pages"."id" = 55 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 52]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 11 AND 11 THEN "lft" + 13 - 11 WHEN "lft" BETWEEN 12 AND 13 THEN "lft" + 11 - 12 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 11 AND 11 THEN "rgt" + 13 - 11 WHEN "rgt" BETWEEN 12 AND 13 THEN "rgt" + 11 - 12 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 52 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.9ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 11 AND "pages"."rgt" <= 12) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (22.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (24.2ms) Completed 200 OK in 116ms (Views: 31.4ms | ActiveRecord: 5.2ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-19 11:27:30 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "prev_id"=>"52"}, "id"=>"55"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 13 - 12 WHEN "lft" BETWEEN 13 AND 13 THEN "lft" + 11 - 13 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 13 - 12 WHEN "rgt" BETWEEN 13 AND 13 THEN "rgt" + 11 - 13 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 5 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1  (0.3ms) UPDATE "pages" SET "path" = 'test4/sluggg', "updated_at" = '2012-10-19 03:27:30.562154', "body" = '--- {} ' WHERE "pages"."id" = 55 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 12 AND "pages"."rgt" <= 13) AND ("pages"."id" != 55) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.2ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 12 AND "pages"."rgt" <= 13) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (12.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (13.7ms) Completed 200 OK in 41ms (Views: 21.6ms | ActiveRecord: 4.2ms) Started GET "/admin" for 127.0.0.1 at 2012-10-19 11:36:09 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (39.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (57.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (232.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (234.9ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (40.1ms) Completed 200 OK in 294ms (Views: 289.9ms | ActiveRecord: 0.6ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 11:36:10 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 11:36:10 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 11:36:10 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 11:36:10 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 11:36:10 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 11:36:10 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 11:36:10 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 11:36:10 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 11:36:10 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 11:36:10 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 11:36:10 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-19 11:36:10 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 11:36:10 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 11:36:10 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 11:36:10 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 11:36:10 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 11:36:10 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 11:36:10 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 11:36:10 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 11:36:10 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 11:36:10 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 11:36:10 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 11:36:10 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 11:36:10 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/14" for 127.0.0.1 at 2012-10-19 11:54:21 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"17", "next_id"=>"1"}, "id"=>"14"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "14"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdf' AND "pages"."id" != 14 AND "pages"."parent_id" IS NULL) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "17"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 5 AND 6 THEN "lft" + 8 - 6 WHEN "lft" BETWEEN 7 AND 8 THEN "lft" + 5 - 7 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 5 AND 6 THEN "rgt" + 8 - 6 WHEN "rgt" BETWEEN 7 AND 8 THEN "rgt" + 5 - 7 ELSE "rgt" END, "parent_id" = CASE WHEN id = 14 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 17]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]]  (0.4ms) UPDATE "pages" SET "updated_at" = '2012-10-19 03:54:21.575549', "body" = '--- {} ' WHERE "pages"."id" = 14  (2.5ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.0ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (18.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (19.4ms) Completed 200 OK in 46ms (Views: 25.8ms | ActiveRecord: 4.6ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-10-19 13:55:03 +0800 Processing by Amalgam::Admin::PagesController#new as JS AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (6.9ms) Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.1ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-10-19 14:08:03 +0800 Processing by Amalgam::Admin::PagesController#new as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 3 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 17 AND "pages"."rgt" <= 18) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 19 AND "pages"."rgt" <= 20) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 21 AND "pages"."rgt" <= 22) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 26) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 27 AND "pages"."rgt" <= 28) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 29 AND "pages"."rgt" <= 30) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 31 AND "pages"."rgt" <= 32) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 33 AND "pages"."rgt" <= 34) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 35 AND "pages"."rgt" <= 36) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 37 AND "pages"."rgt" <= 38) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 39 AND "pages"."rgt" <= 40) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 41 AND "pages"."rgt" <= 42) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 43 AND "pages"."rgt" <= 44) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 45 AND "pages"."rgt" <= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (22.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (25.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.4ms) Completed 200 OK in 54ms (Views: 49.2ms | ActiveRecord: 3.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 14:08:03 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 14:08:03 +0800 Served asset /amalgam/extra.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 14:08:03 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 14:08:03 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 14:08:03 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 14:08:03 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 14:08:03 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 14:08:03 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 14:08:03 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 14:08:03 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 14:08:03 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-19 14:08:03 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 14:08:03 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 14:08:03 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 14:08:03 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 14:08:03 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 14:08:03 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 14:08:03 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 14:08:03 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 14:08:03 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 14:08:03 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 14:08:03 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 14:08:03 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 14:08:03 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-19 14:08:03 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-10-19 14:21:53 +0800 Processing by Amalgam::Admin::PagesController#new as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 3 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 9 AND "pages"."rgt" <= 14) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 15 AND "pages"."rgt" <= 16) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 17 AND "pages"."rgt" <= 18) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 19 AND "pages"."rgt" <= 20) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 21 AND "pages"."rgt" <= 22) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 23 AND "pages"."rgt" <= 26) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 27 AND "pages"."rgt" <= 28) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 29 AND "pages"."rgt" <= 30) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 31 AND "pages"."rgt" <= 32) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 33 AND "pages"."rgt" <= 34) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 35 AND "pages"."rgt" <= 36) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 37 AND "pages"."rgt" <= 38) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 39 AND "pages"."rgt" <= 40) ORDER BY lft ASC, "pages"."lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 41 AND "pages"."rgt" <= 42) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 43 AND "pages"."rgt" <= 44) ORDER BY lft ASC, "pages"."lft" Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 45 AND "pages"."rgt" <= 46) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (18.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (19.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.0ms) Completed 200 OK in 43ms (Views: 38.6ms | ActiveRecord: 3.7ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 14:21:53 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 14:21:53 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 14:21:53 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 14:21:53 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 14:21:53 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 14:21:53 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 14:21:53 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 14:21:53 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 14:21:53 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 14:21:53 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 14:21:53 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-19 14:21:53 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 14:21:53 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 14:21:53 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 14:21:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 14:21:53 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 14:21:53 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 14:21:53 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 14:21:53 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 14:21:53 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 14:21:53 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 14:21:53 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 14:21:53 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 14:21:53 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-19 14:21:53 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/admin" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (241.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (244.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.8ms) Completed 200 OK in 305ms (Views: 302.1ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (4ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-19 14:27:24 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2012-10-19 14:27:29 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (229.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (42.9ms) Completed 200 OK in 503ms (Views: 499.0ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 14:27:29 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-10-19 14:27:29 +0800 Served asset /mercury.css - 304 Not Modified (25ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-10-19 14:27:29 +0800 Served asset /responsive.css - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-10-19 14:27:29 +0800 Served asset /mercury/mercury.css - 304 Not Modified (15ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-10-19 14:27:29 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-10-19 14:27:29 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-10-19 14:27:29 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-10-19 14:27:29 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-10-19 14:27:29 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-10-19 14:27:29 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-10-19 14:27:29 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-10-19 14:27:29 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-10-19 14:27:29 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-10-19 14:27:29 +0800 Served asset /mercury/uploader.css - 304 Not Modified (45ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-10-19 14:27:29 +0800 Served asset /amalgam/editor.css - 304 Not Modified (33ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (48ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/mercury.js - 304 Not Modified (72ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/snippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (7ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /amalgam/editor.js - 304 Not Modified (52ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.4ms) Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (3ms) Started GET "/?mercury_frame=true&_=1350628050813" for 127.0.0.1 at 2012-10-19 14:27:30 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1350628050813", "path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (16.3ms) Completed 200 OK in 20ms (Views: 16.9ms | ActiveRecord: 0.7ms) Started GET "/admin" for 127.0.0.1 at 2012-10-19 14:28:52 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (46.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (57.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (239.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (242.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.8ms) Completed 200 OK in 266ms (Views: 263.3ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 14:28:53 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 14:28:53 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 14:28:53 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 14:28:53 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 14:28:53 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 14:28:53 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 14:28:53 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 14:28:53 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 14:28:53 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 14:28:53 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 14:28:53 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 14:28:53 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 14:28:53 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 14:28:53 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 14:28:53 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 14:28:53 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin" for 127.0.0.1 at 2012-10-19 14:29:46 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (47.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (49.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (227.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (229.5ms) Compiled amalgam/admin/tree.js (143ms) (pid 17406) Compiled amalgam/admin.js (22ms) (pid 17406) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.5ms) Completed 200 OK in 497ms (Views: 493.7ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:47 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:47 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:47 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:47 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:47 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:47 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:47 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:47 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:47 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:47 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:47 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:47 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:47 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:47 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:47 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:47 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:47 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:47 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:47 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:47 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:47 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:47 +0800 Served asset /amalgam/admin/tree.js - 200 OK (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:47 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:47 +0800 Served asset /amalgam/admin.js - 304 Not Modified (52ms) Started GET "/" for 127.0.0.1 at 2012-10-19 14:29:48 +0800 Processing by PagesController#show as JS Parameters: {"path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (20.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.4ms) Completed 200 OK in 76ms (Views: 71.6ms | ActiveRecord: 0.9ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1&_=1350628189016" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /jquery.js - 200 OK (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1&_=1350628189125" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /amalgam/mercury.js - 200 OK (2ms) Started GET "/assets/jquery_ujs.js?body=1&_=1350628189149" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /jquery_ujs.js - 200 OK (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1&_=1350628189160" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 200 OK (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1&_=1350628189178" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/dependencies/jquery.additions.js - 200 OK (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1&_=1350628189187" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 200 OK (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1&_=1350628189197" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/dependencies/liquidmetal.js - 200 OK (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1&_=1350628189206" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/dependencies/showdown.js - 200 OK (0ms) Started GET "/assets/mercury/mercury.js?body=1&_=1350628189217" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/mercury.js - 200 OK (40ms) Started GET "/assets/mercury/native_extensions.js?body=1&_=1350628189267" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/native_extensions.js - 200 OK (0ms) Started GET "/assets/mercury/page_editor.js?body=1&_=1350628189276" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/page_editor.js - 200 OK (0ms) Started GET "/assets/mercury/history_buffer.js?body=1&_=1350628189286" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/history_buffer.js - 200 OK (0ms) Started GET "/assets/mercury/table_editor.js?body=1&_=1350628189295" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/table_editor.js - 200 OK (0ms) Started GET "/assets/mercury/dialog.js?body=1&_=1350628189305" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/dialog.js - 200 OK (0ms) Started GET "/assets/mercury/palette.js?body=1&_=1350628189314" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/palette.js - 200 OK (0ms) Started GET "/assets/mercury/select.js?body=1&_=1350628189323" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/select.js - 200 OK (0ms) Started GET "/assets/mercury/panel.js?body=1&_=1350628189332" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/panel.js - 200 OK (0ms) Started GET "/assets/mercury/modal.js?body=1&_=1350628189341" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/modal.js - 200 OK (0ms) Started GET "/assets/mercury/lightview.js?body=1&_=1350628189351" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/lightview.js - 200 OK (0ms) Started GET "/assets/mercury/statusbar.js?body=1&_=1350628189360" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/statusbar.js - 200 OK (0ms) Started GET "/assets/mercury/toolbar.js?body=1&_=1350628189369" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/toolbar.js - 200 OK (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1&_=1350628189378" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/toolbar.button.js - 200 OK (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1&_=1350628189387" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/toolbar.button_group.js - 200 OK (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1&_=1350628189396" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/toolbar.expander.js - 200 OK (0ms) Started GET "/assets/mercury/tooltip.js?body=1&_=1350628189405" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/tooltip.js - 200 OK (0ms) Started GET "/assets/mercury/snippet.js?body=1&_=1350628189414" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/snippet.js - 200 OK (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1&_=1350628189423" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/snippet_toolbar.js - 200 OK (0ms) Started GET "/assets/mercury/region.js?body=1&_=1350628189432" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/region.js - 200 OK (0ms) Started GET "/assets/mercury/uploader.js?body=1&_=1350628189441" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/uploader.js - 200 OK (0ms) Started GET "/assets/mercury/regions/full.js?body=1&_=1350628189451" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/regions/full.js - 200 OK (0ms) Started GET "/assets/mercury/regions/image.js?body=1&_=1350628189464" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/regions/image.js - 200 OK (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1&_=1350628189474" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/regions/markdown.js - 200 OK (0ms) Started GET "/assets/mercury/regions/simple.js?body=1&_=1350628189485" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/regions/simple.js - 200 OK (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1&_=1350628189496" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/regions/snippets.js - 200 OK (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1&_=1350628189505" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/dialogs/backcolor.js - 200 OK (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1&_=1350628189513" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/dialogs/forecolor.js - 200 OK (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1&_=1350628189521" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/dialogs/formatblock.js - 200 OK (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1&_=1350628189530" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/dialogs/snippetpanel.js - 200 OK (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1&_=1350628189538" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/dialogs/style.js - 200 OK (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1&_=1350628189546" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/modals/htmleditor.js - 200 OK (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1&_=1350628189555" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/modals/insertcharacter.js - 200 OK (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1&_=1350628189563" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/modals/insertlink.js - 200 OK (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1&_=1350628189572" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/modals/insertmedia.js - 200 OK (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1&_=1350628189581" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/modals/insertsnippet.js - 200 OK (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1&_=1350628189590" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/modals/inserttable.js - 200 OK (0ms) Started GET "/assets/mercury/finalize.js?body=1&_=1350628189599" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /mercury/finalize.js - 200 OK (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1&_=1350628189608" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 200 OK (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1&_=1350628189617" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /bootstrap-dropdown.js - 200 OK (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1&_=1350628189626" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /jquery.iframe-transport.js - 200 OK (0ms) Started GET "/assets/jquery.remotipart.js?body=1&_=1350628189635" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /jquery.remotipart.js - 200 OK (0ms) Started GET "/assets/amalgam/editor.js?body=1&_=1350628189646" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Served asset /amalgam/editor.js - 200 OK (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 5ms (Views: 5.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/admin?mercury_frame=true&_=1350628189737" for 127.0.0.1 at 2012-10-19 14:29:49 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1350628189737"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (20.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (29.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (48.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (50.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (275.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (278.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.6ms) Completed 200 OK in 342ms (Views: 338.0ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:50 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:50 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:50 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:50 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:50 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:50 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:50 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:50 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:50 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:50 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:50 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:50 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:50 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:50 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:50 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:50 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:50 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:50 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:50 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:50 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:50 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:50 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:50 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:50 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-19 14:29:50 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-19 14:29:50 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-19 14:29:50 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (0ms) Started GET "/admin" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (49.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (51.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (52.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (60.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (257.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (260.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.1ms) Completed 200 OK in 294ms (Views: 291.1ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-19 14:29:53 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2012-10-19 14:31:01 +0800 Processing by PagesController#show as JS Parameters: {"path"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (18.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.2ms) Completed 200 OK in 67ms (Views: 63.7ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 14:31:01 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-10-19 14:31:01 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1&_=1350628261973" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /jquery.js - 200 OK (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/mercury.js?body=1&_=1350628262065" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /amalgam/mercury.js - 200 OK (1ms) Started GET "/assets/jquery_ujs.js?body=1&_=1350628262149" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /jquery_ujs.js - 200 OK (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1&_=1350628262160" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 200 OK (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1&_=1350628262178" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/dependencies/jquery.additions.js - 200 OK (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1&_=1350628262189" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 200 OK (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1&_=1350628262200" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/dependencies/liquidmetal.js - 200 OK (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1&_=1350628262209" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/dependencies/showdown.js - 200 OK (0ms) Started GET "/assets/mercury/mercury.js?body=1&_=1350628262219" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/mercury.js - 200 OK (2ms) Started GET "/assets/mercury/native_extensions.js?body=1&_=1350628262229" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/native_extensions.js - 200 OK (0ms) Started GET "/assets/mercury/page_editor.js?body=1&_=1350628262238" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/page_editor.js - 200 OK (0ms) Started GET "/assets/mercury/history_buffer.js?body=1&_=1350628262248" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/history_buffer.js - 200 OK (0ms) Started GET "/assets/mercury/table_editor.js?body=1&_=1350628262257" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/table_editor.js - 200 OK (0ms) Started GET "/assets/mercury/dialog.js?body=1&_=1350628262266" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/dialog.js - 200 OK (0ms) Started GET "/assets/mercury/palette.js?body=1&_=1350628262275" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/palette.js - 200 OK (0ms) Started GET "/assets/mercury/select.js?body=1&_=1350628262283" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/select.js - 200 OK (0ms) Started GET "/assets/mercury/panel.js?body=1&_=1350628262292" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/panel.js - 200 OK (0ms) Started GET "/assets/mercury/modal.js?body=1&_=1350628262301" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/modal.js - 200 OK (0ms) Started GET "/assets/mercury/lightview.js?body=1&_=1350628262311" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/lightview.js - 200 OK (0ms) Started GET "/assets/mercury/statusbar.js?body=1&_=1350628262321" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/statusbar.js - 200 OK (0ms) Started GET "/assets/mercury/toolbar.js?body=1&_=1350628262329" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/toolbar.js - 200 OK (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1&_=1350628262339" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/toolbar.button.js - 200 OK (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1&_=1350628262348" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/toolbar.button_group.js - 200 OK (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1&_=1350628262357" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/toolbar.expander.js - 200 OK (0ms) Started GET "/assets/mercury/tooltip.js?body=1&_=1350628262366" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/tooltip.js - 200 OK (0ms) Started GET "/assets/mercury/snippet.js?body=1&_=1350628262374" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/snippet.js - 200 OK (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1&_=1350628262383" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/snippet_toolbar.js - 200 OK (0ms) Started GET "/assets/mercury/region.js?body=1&_=1350628262393" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/region.js - 200 OK (0ms) Started GET "/assets/mercury/uploader.js?body=1&_=1350628262401" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/uploader.js - 200 OK (0ms) Started GET "/assets/mercury/regions/full.js?body=1&_=1350628262411" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/regions/full.js - 200 OK (0ms) Started GET "/assets/mercury/regions/image.js?body=1&_=1350628262424" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/regions/image.js - 200 OK (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1&_=1350628262434" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/regions/markdown.js - 200 OK (0ms) Started GET "/assets/mercury/regions/simple.js?body=1&_=1350628262445" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/regions/simple.js - 200 OK (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1&_=1350628262455" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/regions/snippets.js - 200 OK (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1&_=1350628262466" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/dialogs/backcolor.js - 200 OK (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1&_=1350628262475" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/dialogs/forecolor.js - 200 OK (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1&_=1350628262484" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/dialogs/formatblock.js - 200 OK (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1&_=1350628262493" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/dialogs/snippetpanel.js - 200 OK (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1&_=1350628262501" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/dialogs/style.js - 200 OK (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1&_=1350628262509" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/modals/htmleditor.js - 200 OK (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1&_=1350628262517" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/modals/insertcharacter.js - 200 OK (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1&_=1350628262525" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/modals/insertlink.js - 200 OK (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1&_=1350628262534" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/modals/insertmedia.js - 200 OK (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1&_=1350628262543" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/modals/insertsnippet.js - 200 OK (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1&_=1350628262551" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/modals/inserttable.js - 200 OK (0ms) Started GET "/assets/mercury/finalize.js?body=1&_=1350628262560" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /mercury/finalize.js - 200 OK (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1&_=1350628262568" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 200 OK (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1&_=1350628262577" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /bootstrap-dropdown.js - 200 OK (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1&_=1350628262586" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /jquery.iframe-transport.js - 200 OK (0ms) Started GET "/assets/jquery.remotipart.js?body=1&_=1350628262595" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /jquery.remotipart.js - 200 OK (0ms) Started GET "/assets/amalgam/editor.js?body=1&_=1350628262604" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /amalgam/editor.js - 200 OK (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (0ms) Started GET "/admin?mercury_frame=true&_=1350628262731" for 127.0.0.1 at 2012-10-19 14:31:02 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1350628262731"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (35.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (72.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (75.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (24.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (34.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (322.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (326.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (45.1ms) Completed 200 OK in 392ms (Views: 386.8ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 14:31:03 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 14:31:03 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 14:31:03 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 14:31:03 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 14:31:03 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 14:31:03 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:03 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:03 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:03 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:03 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:03 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:03 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:03 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:03 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:03 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:03 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:03 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:03 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:03 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:03 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:03 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:03 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:03 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:03 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-19 14:31:03 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-19 14:31:03 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-19 14:31:03 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-19 14:31:03 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-19 14:31:03 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-10-19 14:31:07 +0800 Processing by Amalgam::Admin::PagesController#new as JS AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (7.0ms) Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.2ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-10-19 14:31:10 +0800 Processing by Amalgam::Admin::PagesController#new as JS AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (5.1ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.1ms) Started GET "/admin" for 127.0.0.1 at 2012-10-19 14:31:12 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (54.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (61.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (230.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (232.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (44.4ms) Completed 200 OK in 295ms (Views: 291.9ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 14:31:13 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 14:31:13 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 14:31:13 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 14:31:13 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 14:31:13 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:13 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 14:31:13 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:13 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:13 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:13 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:13 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:13 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:13 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:13 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:13 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:13 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:13 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:13 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:13 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:13 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:13 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:13 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:13 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 14:31:13 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-10-19 15:37:27 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (4.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (3.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (16.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (56.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (256.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (275.2ms) Compiled amalgam/admin/tree.js (120ms) (pid 20533) Compiled amalgam/admin.js (20ms) (pid 20533) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.2ms) Completed 200 OK in 745ms (Views: 719.4ms | ActiveRecord: 5.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 15:37:28 +0800 Served asset /bootstrap.css - 304 Not Modified (44ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 15:37:28 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 15:37:28 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 15:37:28 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 15:37:28 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 15:37:28 +0800 Served asset /amalgam/admin.css - 304 Not Modified (15ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 15:37:28 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 15:37:28 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 15:37:28 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (13ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 15:37:28 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 15:37:28 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 15:37:28 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 15:37:28 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 15:37:28 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (7ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 15:37:28 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 15:37:28 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 15:37:28 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 15:37:28 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (34ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 15:37:28 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 15:37:28 +0800 Served asset /amalgam/admin/tree.js - 200 OK (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 15:37:28 +0800 Served asset /amalgam/admin.js - 304 Not Modified (19ms) Started GET "/admin" for 127.0.0.1 at 2012-10-19 15:39:25 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.1ms) Rendered amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (35.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (42.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (248.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (251.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.1ms) Completed 200 OK in 275ms (Views: 272.3ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 15:39:25 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 15:39:25 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 15:39:25 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 15:39:25 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 15:39:25 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 15:39:25 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-19 15:39:25 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-19 15:39:25 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (3ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-19 15:39:25 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (5ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-19 15:39:25 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-19 15:39:25 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started GET "/admin" for 127.0.0.1 at 2012-10-19 15:40:17 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.6ms) Rendered amalgam/admin/pages/_fields.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.9ms) Rendered amalgam/admin/pages/_fields.html.haml (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (254.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (290.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.4ms) Completed 200 OK in 317ms (Views: 313.3ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 15:40:18 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 15:40:18 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 15:40:18 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 15:40:18 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 15:40:18 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 15:40:18 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 15:40:18 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 15:40:18 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 15:40:18 +0800 Served asset /jquery.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 15:40:18 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 15:40:18 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-19 15:40:18 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (13ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 15:40:18 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 15:40:18 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 15:40:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 15:40:18 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 15:40:18 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 15:40:18 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 15:40:18 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 15:40:18 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 15:40:18 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 15:40:18 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 15:40:18 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 15:40:18 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-19 15:40:18 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (40ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-19 15:40:18 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-19 15:40:18 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-19 15:40:18 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-19 15:40:18 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (0ms) Started GET "/admin" for 127.0.0.1 at 2012-10-19 15:41:59 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (3.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (50.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (248.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (250.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.8ms) Completed 200 OK in 275ms (Views: 272.4ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 15:41:59 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 15:41:59 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 15:41:59 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 15:41:59 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 15:41:59 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 15:41:59 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 15:41:59 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 15:41:59 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 15:41:59 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 15:41:59 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-19 15:41:59 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 15:41:59 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (3ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 15:41:59 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 15:41:59 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 15:41:59 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 15:41:59 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 15:41:59 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 15:41:59 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 15:41:59 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 15:41:59 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 15:41:59 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 15:41:59 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 15:41:59 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 15:41:59 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-19 15:42:09 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"v16YT+UrXiJpfs2i5Ou4oey+E2/Oaj+rLvVwPRwoXjw=", "page"=>{"title"=>"发达发达省份三大", "slug"=>"agagsdgsadgsdg", "locked"=>"0"}, "commit"=>"更新页面", "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (1.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Completed 500 Internal Server Error in 6ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: locked): activemodel (3.2.8) lib/active_model/mass_assignment_security/sanitizer.rb:48:in `process_removed_attributes' activemodel (3.2.8) lib/active_model/mass_assignment_security/sanitizer.rb:20:in `debug_protected_attribute_removal' activemodel (3.2.8) lib/active_model/mass_assignment_security/sanitizer.rb:12:in `sanitize' activemodel (3.2.8) lib/active_model/mass_assignment_security.rb:230:in `sanitize_for_mass_assignment' activerecord (3.2.8) lib/active_record/attribute_assignment.rb:75:in `assign_attributes' activerecord (3.2.8) lib/active_record/persistence.rb:215:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:53:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__3882961664783527017__process_action__3718507856577618693__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2448689499680611925__call__3857255323434737119__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (18.5ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-10-19 15:42:31 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (251.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (266.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.4ms) Completed 200 OK in 546ms (Views: 519.7ms | ActiveRecord: 4.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 15:42:32 +0800 Served asset /bootstrap.css - 304 Not Modified (49ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 15:42:32 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 15:42:32 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 15:42:32 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 15:42:32 +0800 Served asset /amalgam/admin.css - 304 Not Modified (18ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 15:42:32 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 15:42:32 +0800 Served asset /jquery.js - 304 Not Modified (37ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 15:42:32 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (5ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 15:42:32 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 15:42:32 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 15:42:32 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-19 15:42:32 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 15:42:32 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 15:42:32 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 15:42:32 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 15:42:32 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 15:42:32 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 15:42:32 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 15:42:32 +0800 Served asset /bootstrap-button.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 15:42:32 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 15:42:32 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 15:42:32 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 15:42:32 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 15:42:32 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-19 15:42:37 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"v16YT+UrXiJpfs2i5Ou4oey+E2/Oaj+rLvVwPRwoXjw=", "page"=>{"title"=>"发达发达省份三大", "slug"=>"agagsdgsadgsdg", "locked"=>"0"}, "commit"=>"更新页面", "id"=>"52"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.0ms) begin transaction  (0.0ms) rollback transaction Completed 500 Internal Server Error in 3ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: locked): activemodel (3.2.8) lib/active_model/mass_assignment_security/sanitizer.rb:48:in `process_removed_attributes' activemodel (3.2.8) lib/active_model/mass_assignment_security/sanitizer.rb:20:in `debug_protected_attribute_removal' activemodel (3.2.8) lib/active_model/mass_assignment_security/sanitizer.rb:12:in `sanitize' activemodel (3.2.8) lib/active_model/mass_assignment_security.rb:230:in `sanitize_for_mass_assignment' activerecord (3.2.8) lib/active_record/attribute_assignment.rb:75:in `assign_attributes' activerecord (3.2.8) lib/active_record/persistence.rb:215:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:53:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__2731679365973522089__process_action__358036348758237623__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2764852867307074485__call__3390117817014831160__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.0ms) Started GET "/admin" for 127.0.0.1 at 2012-10-19 15:43:05 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (238.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (271.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.7ms) Completed 200 OK in 320ms (Views: 296.3ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 15:43:06 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 15:43:06 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 15:43:06 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 15:43:06 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 15:43:06 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:06 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 15:43:06 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:06 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:06 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:06 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:06 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:06 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:06 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:06 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:06 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:06 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:06 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:06 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:06 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:06 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:06 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:06 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:06 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:06 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-19 15:43:11 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"v16YT+UrXiJpfs2i5Ou4oey+E2/Oaj+rLvVwPRwoXjw=", "page"=>{"title"=>"发达发达省份三大", "slug"=>"agagsdgsadgsdg", "locked"=>"0"}, "commit"=>"更新页面", "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Completed 500 Internal Server Error in 4ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: title, slug): activemodel (3.2.8) lib/active_model/mass_assignment_security/sanitizer.rb:48:in `process_removed_attributes' activemodel (3.2.8) lib/active_model/mass_assignment_security/sanitizer.rb:20:in `debug_protected_attribute_removal' activemodel (3.2.8) lib/active_model/mass_assignment_security/sanitizer.rb:12:in `sanitize' activemodel (3.2.8) lib/active_model/mass_assignment_security.rb:230:in `sanitize_for_mass_assignment' activerecord (3.2.8) lib/active_record/attribute_assignment.rb:75:in `assign_attributes' activerecord (3.2.8) lib/active_record/persistence.rb:215:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:53:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__2731679365973522089__process_action__358036348758237623__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2764852867307074485__call__3390117817014831160__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.9ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-10-19 15:43:22 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (242.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (257.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.1ms) Completed 200 OK in 524ms (Views: 498.2ms | ActiveRecord: 4.6ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 15:43:23 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 15:43:23 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 15:43:23 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 15:43:23 +0800 Served asset /bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 15:43:23 +0800 Served asset /amalgam/admin.css - 304 Not Modified (15ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 15:43:23 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:23 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:23 +0800 Served asset /jquery.js - 304 Not Modified (42ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:23 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:23 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:23 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:23 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:23 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:23 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:23 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:23 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:23 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:23 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:23 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:23 +0800 Served asset /amalgam/extra.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:23 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:23 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:23 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 15:43:23 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-19 15:43:27 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"v16YT+UrXiJpfs2i5Ou4oey+E2/Oaj+rLvVwPRwoXjw=", "page"=>{"title"=>"发达发达省份三大", "slug"=>"agagsdgsadgsdg", "locked"=>"0"}, "commit"=>"更新页面", "id"=>"52"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Completed 500 Internal Server Error in 3ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: title, slug): activemodel (3.2.8) lib/active_model/mass_assignment_security/sanitizer.rb:48:in `process_removed_attributes' activemodel (3.2.8) lib/active_model/mass_assignment_security/sanitizer.rb:20:in `debug_protected_attribute_removal' activemodel (3.2.8) lib/active_model/mass_assignment_security/sanitizer.rb:12:in `sanitize' activemodel (3.2.8) lib/active_model/mass_assignment_security.rb:230:in `sanitize_for_mass_assignment' activerecord (3.2.8) lib/active_record/attribute_assignment.rb:75:in `assign_attributes' activerecord (3.2.8) lib/active_record/persistence.rb:215:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:53:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__3565340735209932167__process_action__2358991376773844631__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3118380972084804175__call__4247147414185927794__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.7ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-10-19 15:45:54 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (35.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (242.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (280.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.8ms) Completed 200 OK in 510ms (Views: 486.4ms | ActiveRecord: 4.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 15:45:55 +0800 Served asset /bootstrap.css - 304 Not Modified (40ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 15:45:55 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 15:45:55 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 15:45:55 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 15:45:55 +0800 Served asset /amalgam/admin.css - 304 Not Modified (22ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 15:45:55 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 15:45:55 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 15:45:55 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 15:45:55 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 15:45:55 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 15:45:55 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-19 15:45:55 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (49ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 15:45:55 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 15:45:55 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 15:45:55 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 15:45:55 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 15:45:55 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 15:45:55 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 15:45:55 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 15:45:55 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 15:45:55 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 15:45:55 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 15:45:55 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 15:45:55 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-19 15:46:01 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"v16YT+UrXiJpfs2i5Ou4oey+E2/Oaj+rLvVwPRwoXjw=", "page"=>{"title"=>"发达发达省份三大", "slug"=>"agagsdgsadgsdg", "locked"=>"0"}, "commit"=>"更新页面", "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.0ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 5) LIMIT 1  (0.3ms) UPDATE "pages" SET "locked" = 0, "updated_at" = '2012-10-19 07:46:01.079056', "body" = '--- {} ' WHERE "pages"."id" = 52  (1.0ms) commit transaction Rendered amalgam/admin/pages/_fields.html.haml (2.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (20.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (22.1ms) Completed 200 OK in 108ms (Views: 29.8ms | ActiveRecord: 2.4ms) Started GET "/admin" for 127.0.0.1 at 2012-10-19 15:46:03 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (37.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (48.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (56.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Rendered amalgam/admin/pages/_fields.html.haml (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.9ms) Rendered amalgam/admin/pages/_fields.html.haml (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (250.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (253.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (42.6ms) Completed 200 OK in 315ms (Views: 312.6ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 15:46:03 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 15:46:03 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 15:46:03 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 15:46:04 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 15:46:04 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:04 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 15:46:04 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:04 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:04 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:04 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:04 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:04 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:04 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:04 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:04 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:04 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:04 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:04 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:04 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:04 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:04 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:04 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:04 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:04 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-19 15:46:08 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"v16YT+UrXiJpfs2i5Ou4oey+E2/Oaj+rLvVwPRwoXjw=", "page"=>{"title"=>"发达发达省份三大", "slug"=>"agagsdgsadgsdg", "locked"=>"1"}, "commit"=>"更新页面", "id"=>"52"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 5) LIMIT 1  (0.3ms) UPDATE "pages" SET "locked" = 1, "updated_at" = '2012-10-19 07:46:08.805457', "body" = '--- {} ' WHERE "pages"."id" = 52  (2.6ms) commit transaction Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (12.9ms) Completed 200 OK in 34ms (Views: 20.8ms | ActiveRecord: 3.7ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-10-19 15:46:14 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"v16YT+UrXiJpfs2i5Ou4oey+E2/Oaj+rLvVwPRwoXjw=", "page"=>{"title"=>"test3", "slug"=>"test3", "locked"=>"1"}, "commit"=>"更新页面", "id"=>"4"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."id" != 4 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "locked" = 1, "updated_at" = '2012-10-19 07:46:14.243474', "body" = '--- {} ' WHERE "pages"."id" = 4  (3.0ms) commit transaction Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 17 AND "pages"."rgt" <= 18) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (12.8ms) Completed 200 OK in 32ms (Views: 19.5ms | ActiveRecord: 3.9ms) Started GET "/admin" for 127.0.0.1 at 2012-10-19 15:46:19 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (292.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (295.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.7ms) Completed 200 OK in 323ms (Views: 318.9ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 15:46:19 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 15:46:19 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 15:46:19 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 15:46:19 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 15:46:19 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 15:46:19 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:19 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:19 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:19 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:19 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:19 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:19 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:19 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:19 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:19 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:19 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:19 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:19 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:19 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:19 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:19 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:19 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:19 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:19 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/21" for 127.0.0.1 at 2012-10-19 15:46:33 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"4"}, "id"=>"21"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "21"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 4 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdfsadf' AND "pages"."id" != 21 AND "pages"."parent_id" = 4) LIMIT 1  (0.3ms) UPDATE "pages" SET "parent_id" = 4, "path" = 'test3/fasdfsadf', "updated_at" = '2012-10-19 07:46:33.803843', "body" = '--- {} ' WHERE "pages"."id" = 21 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 4]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 21]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 18 AND 18 THEN "lft" + 20 - 18 WHEN "lft" BETWEEN 19 AND 20 THEN "lft" + 18 - 19 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 18 AND 18 THEN "rgt" + 20 - 18 WHEN "rgt" BETWEEN 19 AND 20 THEN "rgt" + 18 - 19 ELSE "rgt" END, "parent_id" = CASE WHEN id = 21 THEN 4 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 21]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 18 AND "pages"."rgt" <= 19) AND ("pages"."id" != 21) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.9ms) commit transaction Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 18 AND "pages"."rgt" <= 19) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (13.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (14.7ms) Completed 200 OK in 42ms (Views: 22.0ms | ActiveRecord: 3.1ms) Started GET "/admin" for 127.0.0.1 at 2012-10-19 15:46:35 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (273.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (276.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.3ms) Completed 200 OK in 301ms (Views: 298.3ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 15:46:35 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 15:46:35 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 15:46:35 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 15:46:35 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 15:46:35 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:35 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 15:46:35 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:35 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:35 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:35 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:35 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:35 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:35 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:35 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:35 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:35 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:35 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:35 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:35 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:35 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:35 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:35 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:35 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 15:46:35 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin" for 127.0.0.1 at 2012-10-19 16:00:15 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (4.5ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (private method `select' called for nil:NilClass): 1: - nodes = collection.select{|item| item.parent_id == parent_id}.sort_by{|u| u.lft} 2: - if nodes.present? 3: %ol.tree{:data => local_assigns[:data]} 4: - nodes.each do |node| /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__962818765025548009_70278843647740' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__910747212617269788_70278856387480' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__2325591787121099518__process_action__785228471344513963__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4453154070067926115__call__2790155798679290305__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.5ms) Started GET "/admin" for 127.0.0.1 at 2012-10-19 16:00:27 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (4.3ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (private method `select' called for nil:NilClass): 1: - nodes = collection.select{|item| item.parent_id == parent_id}.sort_by{|u| u.lft} 2: - if nodes.present? 3: %ol.tree{:data => local_assigns[:data]} 4: - nodes.each do |node| /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__962818765025548009_70278843647740' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__910747212617269788_70278856387480' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__2325591787121099518__process_action__785228471344513963__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4453154070067926115__call__2790155798679290305__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.2ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-10-19 16:01:29 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (3.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (17.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (256.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (273.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.2ms) Completed 200 OK in 525ms (Views: 501.4ms | ActiveRecord: 4.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 16:01:30 +0800 Served asset /bootstrap.css - 304 Not Modified (42ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 16:01:30 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 16:01:30 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 16:01:30 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 16:01:30 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 16:01:30 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 16:01:30 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 16:01:30 +0800 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 16:01:30 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 16:01:30 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 16:01:30 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (43ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-19 16:01:30 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 16:01:30 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 16:01:30 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 16:01:30 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 16:01:30 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 16:01:30 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 16:01:30 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 16:01:30 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 16:01:30 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 16:01:30 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 16:01:30 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 16:01:30 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 16:01:30 +0800 Served asset /amalgam/admin.js - 304 Not Modified (16ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-19 16:01:38 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"v16YT+UrXiJpfs2i5Ou4oey+E2/Oaj+rLvVwPRwoXjw=", "page"=>{"title"=>"发达发达省份三大", "slug"=>"agagsdgsadgsdg", "locked"=>"0"}, "commit"=>"更新页面", "id"=>"52"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Completed 500 Internal Server Error in 9ms NoMethodError (undefined method `is_super_user?' for #): app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' app/controllers/amalgam/admin/pages_controller.rb:53:in `update' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.0ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-19 16:01:48 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"v16YT+UrXiJpfs2i5Ou4oey+E2/Oaj+rLvVwPRwoXjw=", "page"=>{"title"=>"发达发达省份三大", "slug"=>"agagsdgsadgsdg", "locked"=>"2"}, "commit"=>"更新页面", "id"=>"52"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Completed 500 Internal Server Error in 39ms NoMethodError (undefined method `is_super_user?' for #): app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' app/controllers/amalgam/admin/pages_controller.rb:53:in `update' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.3ms) Started GET "/admin" for 127.0.0.1 at 2012-10-19 16:02:51 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.1ms) Rendered amalgam/admin/pages/_fields.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (239.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (243.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.5ms) Completed 200 OK in 322ms (Views: 267.9ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 16:02:52 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 16:02:52 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 16:02:52 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 16:02:52 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 16:02:52 +0800 Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 16:02:52 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 16:02:52 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 16:02:52 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 16:02:52 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 16:02:52 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 16:02:52 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-19 16:02:52 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 16:02:52 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (5ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 16:02:52 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 16:02:52 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 16:02:52 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 16:02:52 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 16:02:52 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 16:02:52 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 16:02:52 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 16:02:52 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 16:02:52 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 16:02:52 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 16:02:52 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-19 16:02:57 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"v16YT+UrXiJpfs2i5Ou4oey+E2/Oaj+rLvVwPRwoXjw=", "page"=>{"title"=>"发达发达省份三大", "slug"=>"agagsdgsadgsdg", "locked"=>"0"}, "commit"=>"更新页面", "id"=>"52"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Completed 500 Internal Server Error in 45ms NoMethodError (undefined method `is_super_user?' for #): app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' app/controllers/amalgam/admin/pages_controller.rb:53:in `update' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.8ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-10-19 16:03:09 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered amalgam/admin/pages/_fields.html.haml (2.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (251.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (268.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.5ms) Completed 200 OK in 526ms (Views: 500.3ms | ActiveRecord: 4.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 16:03:10 +0800 Served asset /bootstrap.css - 304 Not Modified (15ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 16:03:10 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 16:03:10 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 16:03:10 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 16:03:10 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 16:03:10 +0800 Served asset /amalgam/admin.css - 304 Not Modified (13ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 16:03:10 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 16:03:10 +0800 Served asset /jquery.js - 304 Not Modified (39ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 16:03:10 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 16:03:10 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 16:03:10 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-19 16:03:10 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 16:03:10 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 16:03:10 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 16:03:10 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 16:03:10 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 16:03:10 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 16:03:10 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 16:03:10 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 16:03:10 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 16:03:10 +0800 Served asset /amalgam/extra.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 16:03:10 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 16:03:10 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 16:03:10 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-19 16:03:13 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"v16YT+UrXiJpfs2i5Ou4oey+E2/Oaj+rLvVwPRwoXjw=", "page"=>{"title"=>"发达发达省份三大", "slug"=>"agagsdgsadgsdg", "locked"=>"0"}, "commit"=>"更新页面", "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Completed 500 Internal Server Error in 53ms NoMethodError (undefined method `is_super_user?' for #): app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' app/controllers/amalgam/admin/pages_controller.rb:53:in `update' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.1ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-10-19 16:04:54 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (241.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (258.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.8ms) Completed 200 OK in 529ms (Views: 503.7ms | ActiveRecord: 4.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 16:04:55 +0800 Served asset /bootstrap.css - 304 Not Modified (13ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 16:04:55 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 16:04:55 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 16:04:55 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 16:04:55 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 16:04:55 +0800 Served asset /amalgam/admin.css - 304 Not Modified (15ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 16:04:55 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 16:04:55 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 16:04:55 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 16:04:55 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (39ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 16:04:55 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (14ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-19 16:04:55 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 16:04:55 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (3ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 16:04:55 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 16:04:55 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 16:04:55 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 16:04:55 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 16:04:55 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 16:04:55 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 16:04:55 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 16:04:55 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 16:04:55 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 16:04:55 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 16:04:55 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-19 16:04:59 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"v16YT+UrXiJpfs2i5Ou4oey+E2/Oaj+rLvVwPRwoXjw=", "page"=>{"title"=>"发达发达省份三大", "slug"=>"agagsdgsadgsdg", "locked"=>"0"}, "commit"=>"更新页面", "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Completed 500 Internal Server Error in 11ms NoMethodError (undefined method `is_super_user?' for #): app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' app/controllers/amalgam/admin/pages_controller.rb:53:in `update' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (37.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (50.0ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-10-19 16:06:12 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (16.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.6ms) Rendered amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Rendered amalgam/admin/pages/_fields.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (29.6ms) Rendered amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Rendered amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (52.2ms) Rendered amalgam/admin/pages/_fields.html.haml (2.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (68.0ms) Rendered amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.8ms) Rendered amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (315.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (332.9ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (20.6ms) Completed 200 OK in 693ms (Views: 663.5ms | ActiveRecord: 4.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 16:06:13 +0800 Served asset /bootstrap.css - 304 Not Modified (40ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 16:06:13 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 16:06:13 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 16:06:13 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 16:06:13 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 16:06:13 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 16:06:13 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 16:06:13 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 16:06:13 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 16:06:13 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 16:06:13 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-19 16:06:14 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (40ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 16:06:14 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (3ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 16:06:14 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 16:06:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 16:06:14 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 16:06:14 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 16:06:14 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 16:06:14 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 16:06:14 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 16:06:14 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 16:06:14 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 16:06:14 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 16:06:14 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-19 16:06:18 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"v16YT+UrXiJpfs2i5Ou4oey+E2/Oaj+rLvVwPRwoXjw=", "page"=>{"title"=>"发达发达省份三大", "slug"=>"agagsdgsadgsdg", "locked"=>"0"}, "commit"=>"更新页面", "id"=>"52"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Completed 500 Internal Server Error in 8ms NoMethodError (undefined method `is_super_user?' for #): app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' app/controllers/amalgam/admin/pages_controller.rb:53:in `update' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.1ms) Started GET "/admin" for 127.0.0.1 at 2012-10-19 16:10:33 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (38.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (241.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (244.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.9ms) Completed 200 OK in 335ms (Views: 310.3ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 16:10:33 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 16:10:33 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 16:10:33 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 16:10:33 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 16:10:33 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 16:10:34 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 16:10:34 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 16:10:34 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 16:10:34 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 16:10:34 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 16:10:34 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-19 16:10:34 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 16:10:34 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 16:10:34 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 16:10:34 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 16:10:34 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 16:10:34 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 16:10:34 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 16:10:34 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 16:10:34 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 16:10:34 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 16:10:34 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 16:10:34 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 16:10:34 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-19 16:10:37 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"v16YT+UrXiJpfs2i5Ou4oey+E2/Oaj+rLvVwPRwoXjw=", "page"=>{"title"=>"发达发达省份三大", "slug"=>"agagsdgsadgsdg", "locked"=>"0"}, "commit"=>"更新页面", "id"=>"52"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.0ms) begin transaction  (0.0ms) rollback transaction Completed 500 Internal Server Error in 3ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: locked): app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' app/controllers/amalgam/admin/pages_controller.rb:53:in `update' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.0ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-10-19 16:11:05 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.6ms) Rendered amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (49.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (250.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (265.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.5ms) Completed 200 OK in 525ms (Views: 500.6ms | ActiveRecord: 4.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 16:11:05 +0800 Served asset /bootstrap.css - 304 Not Modified (42ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 16:11:06 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 16:11:06 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 16:11:06 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 16:11:06 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 16:11:06 +0800 Served asset /amalgam/admin.css - 304 Not Modified (14ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 16:11:06 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 16:11:06 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 16:11:06 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 16:11:06 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 16:11:06 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (41ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-19 16:11:06 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 16:11:06 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 16:11:06 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 16:11:06 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 16:11:06 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 16:11:06 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 16:11:06 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 16:11:06 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 16:11:06 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 16:11:06 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 16:11:06 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 16:11:06 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 16:11:06 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-19 16:11:09 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"v16YT+UrXiJpfs2i5Ou4oey+E2/Oaj+rLvVwPRwoXjw=", "page"=>{"title"=>"发达发达省份三大", "slug"=>"agagsdgsadgsdg", "locked"=>"0"}, "commit"=>"更新页面", "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 5) LIMIT 1  (0.4ms) UPDATE "pages" SET "locked" = 0, "updated_at" = '2012-10-19 08:11:09.922415', "body" = '--- {} ' WHERE "pages"."id" = 52  (1.9ms) commit transaction Rendered amalgam/admin/pages/_fields.html.haml (3.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (21.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (23.8ms) Completed 200 OK in 104ms (Views: 31.4ms | ActiveRecord: 3.4ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-19 16:11:16 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"v16YT+UrXiJpfs2i5Ou4oey+E2/Oaj+rLvVwPRwoXjw=", "page"=>{"title"=>"发达发达省份三大", "slug"=>"agagsdgsadgsdg", "locked"=>"1"}, "commit"=>"更新页面", "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 5) LIMIT 1  (0.3ms) UPDATE "pages" SET "locked" = 1, "updated_at" = '2012-10-19 08:11:16.831465', "body" = '--- {} ' WHERE "pages"."id" = 52  (1.8ms) commit transaction Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (12.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (13.2ms) Completed 200 OK in 68ms (Views: 19.9ms | ActiveRecord: 3.1ms) Started GET "/admin" for 127.0.0.1 at 2012-10-19 16:26:39 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (20.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.9ms) Rendered amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (245.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (247.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.8ms) Completed 200 OK in 275ms (Views: 272.3ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 16:26:40 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 16:26:40 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 16:26:40 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 16:26:40 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 16:26:40 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 16:26:40 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 16:26:40 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 16:26:40 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 16:26:40 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 16:26:40 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 16:26:40 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-19 16:26:40 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 16:26:40 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 16:26:40 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 16:26:40 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 16:26:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 16:26:40 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 16:26:40 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 16:26:40 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 16:26:40 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 16:26:40 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 16:26:40 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 16:26:40 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 16:26:40 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (38.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (40.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (41.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (231.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (233.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.9ms) Completed 200 OK in 258ms (Views: 254.6ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Served asset /amalgam/admin.css - 304 Not Modified (7ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-19 18:00:56 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-19 18:01:25 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"v16YT+UrXiJpfs2i5Ou4oey+E2/Oaj+rLvVwPRwoXjw=", "page"=>{"title"=>"发达发达省份三大", "slug"=>"agagsdgsadgsdg", "locked"=>"2"}, "commit"=>"更新页面", "id"=>"52"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 5) LIMIT 1  (0.3ms) UPDATE "pages" SET "locked" = 2, "updated_at" = '2012-10-19 10:01:25.697778', "body" = '--- {} ' WHERE "pages"."id" = 52  (3.1ms) commit transaction Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (13.2ms) Completed 200 OK in 36ms (Views: 21.0ms | ActiveRecord: 4.4ms) Started GET "/admin" for 127.0.0.1 at 2012-10-19 18:02:59 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (46.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (54.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (259.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (261.9ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.9ms) Completed 200 OK in 288ms (Views: 284.5ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-19 18:02:59 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-19 18:02:59 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-19 18:02:59 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-19 18:02:59 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-19 18:02:59 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-19 18:02:59 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-19 18:02:59 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-19 18:02:59 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-19 18:02:59 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-19 18:02:59 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-19 18:02:59 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-19 18:02:59 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-19 18:02:59 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-19 18:02:59 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-19 18:02:59 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-19 18:02:59 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-19 18:02:59 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-19 18:02:59 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-19 18:02:59 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-19 18:02:59 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-19 18:02:59 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-19 18:02:59 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-19 18:02:59 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-19 18:02:59 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/" for 127.0.0.1 at 2012-10-20 20:44:52 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (254.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.1ms) Completed 200 OK in 655ms (Views: 640.4ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-20 20:44:53 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-10-20 20:44:53 +0800 Served asset /mercury.css - 304 Not Modified (29ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-10-20 20:44:53 +0800 Served asset /responsive.css - 304 Not Modified (9ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-10-20 20:44:53 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-10-20 20:44:53 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-10-20 20:44:53 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (7ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-10-20 20:44:53 +0800 Served asset /mercury/mercury.css - 304 Not Modified (17ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (56ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/all_images.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /amalgam/editor.css - 304 Not Modified (39ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (72ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (55ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (9ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/mercury.js - 304 Not Modified (54ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (10ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/panel.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/lightview.js - 304 Not Modified (49ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (9ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (12ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/region.js - 304 Not Modified (7ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (7ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (45ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:54 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:55 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:55 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:55 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:55 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:55 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:55 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:55 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-10-20 20:44:55 +0800 Served asset /amalgam/editor.js - 304 Not Modified (90ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-10-20 20:44:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-10-20 20:44:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-10-20 20:44:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-10-20 20:44:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-10-20 20:44:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-10-20 20:44:55 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (4ms) Started GET "/?mercury_frame=true&_=1350737095322" for 127.0.0.1 at 2012-10-20 20:44:55 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1350737095322", "path"=>"home"} Page Load (0.6ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (27.2ms) Completed 200 OK in 32ms (Views: 28.0ms | ActiveRecord: 1.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-10-20 20:44:55 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (4ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-10-25 14:12:41 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (2.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (4.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.4ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (218.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (65.9ms) Completed 200 OK in 747ms (Views: 686.1ms | ActiveRecord: 8.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-25 14:12:42 +0800 Served asset /bootstrap.css - 200 OK (21ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-10-25 14:12:42 +0800 Served asset /responsive.css - 200 OK (8ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-10-25 14:12:42 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (41ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-10-25 14:12:42 +0800 Served asset /mercury/mercury.css - 304 Not Modified (18ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-10-25 14:12:42 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (7ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-10-25 14:12:42 +0800 Served asset /mercury.css - 304 Not Modified (22ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-10-25 14:12:42 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-10-25 14:12:42 +0800 Served asset /mercury/lightview.css - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-10-25 14:12:42 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (8ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-10-25 14:12:42 +0800 Served asset /mercury/modal.css - 304 Not Modified (6ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-10-25 14:12:42 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-10-25 14:12:42 +0800 Served asset /mercury/uploader.css - 304 Not Modified (8ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-10-25 14:12:42 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (8ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-10-25 14:12:42 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:42 +0800 Served asset /jquery.js - 200 OK (7ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-10-25 14:12:42 +0800 Served asset /amalgam/editor.css - 200 OK (83ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (60ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /jquery_ujs.js - 200 OK (5ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/mercury.js - 304 Not Modified (95ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/select.js - 304 Not Modified (7ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (41ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/snippet.js - 304 Not Modified (6ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/region.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (11ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (44ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (8ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:43 +0800 Served asset /amalgam/editor.js - 304 Not Modified (62ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-10-25 14:12:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-10-25 14:12:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.4ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-10-25 14:12:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-10-25 14:12:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-10-25 14:12:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.7ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-10-25 14:12:44 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (6ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-10-25 14:12:44 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (5ms) Started GET "/?mercury_frame=true&_=1351145564149" for 127.0.0.1 at 2012-10-25 14:12:44 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1351145564149", "path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 54 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (22.0ms) Completed 200 OK in 27ms (Views: 23.4ms | ActiveRecord: 0.9ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-25 14:12:46 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (39.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (41.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Rendered amalgam/admin/pages/_fields.html.haml (2.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (22.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (36.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.3ms) Rendered amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (294.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (299.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.1ms) Completed 200 OK in 488ms (Views: 484.2ms | ActiveRecord: 0.7ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-25 14:12:47 +0800 Served asset /amalgam/extra.css - 200 OK (8ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-25 14:12:47 +0800 Served asset /amalgam/admin.css - 304 Not Modified (43ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:47 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-25 14:12:47 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-25 14:12:47 +0800 Served asset /amalgam/admin/login.css - 200 OK (4ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-25 14:12:47 +0800 Served asset /amalgam/admin/layout.css - 200 OK (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:47 +0800 Served asset /jquery.ui.core.js - 200 OK (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:47 +0800 Served asset /jquery.ui.widget.js - 200 OK (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:47 +0800 Served asset /jquery.ui.mouse.js - 200 OK (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:47 +0800 Served asset /jquery.ui.nestedSortable.js - 200 OK (3ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:47 +0800 Served asset /jquery.ui.sortable.js - 200 OK (12ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:47 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:47 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:47 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:47 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:47 +0800 Served asset /bootstrap-button.js - 304 Not Modified (7ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:47 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:47 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:47 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:47 +0800 Served asset /amalgam/admin/tree.js - 200 OK (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-25 14:12:47 +0800 Served asset /amalgam/admin.js - 304 Not Modified (17ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-10-25 14:12:47 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (3ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-10-25 14:12:47 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (8ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-10-25 14:12:47 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (48ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-10-25 14:12:47 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-10-25 14:12:47 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (5ms) Started PUT "/admin/pages/52" for 127.0.0.1 at 2012-10-25 14:13:01 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"v16YT+UrXiJpfs2i5Ou4oey+E2/Oaj+rLvVwPRwoXjw=", "page"=>{"title"=>"发达发达省份三大", "slug"=>"agagsdgsadgsdg", "locked"=>"1"}, "commit"=>"更新页面", "id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'agagsdgsadgsdg' AND "pages"."id" != 52 AND "pages"."parent_id" = 5) LIMIT 1  (0.3ms) UPDATE "pages" SET "locked" = 1, "updated_at" = '2012-10-25 06:13:01.122606', "body" = '--- {} ' WHERE "pages"."id" = 52  (1.1ms) commit transaction Rendered amalgam/admin/pages/_fields.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (19.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (21.3ms) Completed 200 OK in 65ms (Views: 30.0ms | ActiveRecord: 2.5ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-25 14:13:12 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (37.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (39.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (231.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (272.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.9ms) Completed 200 OK in 297ms (Views: 294.4ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-25 14:13:12 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-25 14:13:12 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-25 14:13:12 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-25 14:13:12 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-25 14:13:12 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-25 14:13:12 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:12 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:12 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:12 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:12 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:12 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:12 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:12 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:12 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:12 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:12 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:12 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:12 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:12 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:12 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:12 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:12 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:12 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:12 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started DELETE "/admin/pages/52" for 127.0.0.1 at 2012-10-25 14:13:27 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (3.6ms) Completed 200 OK in 20ms (Views: 15.6ms | ActiveRecord: 0.5ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-10-25 14:13:29 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (227.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (229.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.3ms) Completed 200 OK in 291ms (Views: 287.4ms | ActiveRecord: 0.5ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-10-25 14:13:29 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-10-25 14:13:29 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-10-25 14:13:29 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-10-25 14:13:29 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-10-25 14:13:29 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-10-25 14:13:29 +0800 Served asset /amalgam/admin.css - 304 Not Modified (6ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:29 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:29 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:29 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:29 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:29 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:29 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:29 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:29 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:29 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:29 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:29 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:29 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:29 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:29 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:29 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:29 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:29 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-10-25 14:13:29 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/pages/new?parent_id=52" for 127.0.0.1 at 2012-10-25 14:13:42 +0800 Processing by Amalgam::Admin::PagesController#new as JS Parameters: {"parent_id"=>"52"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (7.5ms) Completed 200 OK in 14ms (Views: 9.6ms | ActiveRecord: 0.3ms) Started PUT "/admin/pages/55" for 127.0.0.1 at 2012-10-25 14:13:47 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"5", "next_id"=>"52"}, "id"=>"55"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "55"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 5 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'sluggg' AND "pages"."id" != 55 AND "pages"."parent_id" = 5) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "52"]] Page Load (0.2ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 11 THEN "lft" + 13 - 11 WHEN "lft" BETWEEN 12 AND 13 THEN "lft" + 10 - 12 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 11 THEN "rgt" + 13 - 11 WHEN "rgt" BETWEEN 12 AND 13 THEN "rgt" + 10 - 12 ELSE "rgt" END, "parent_id" = CASE WHEN id = 55 THEN 5 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 52]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 55]]  (0.5ms) UPDATE "pages" SET "updated_at" = '2012-10-25 06:13:47.202433', "body" = '--- {} ' WHERE "pages"."id" = 55  (2.9ms) commit transaction Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 10 AND "pages"."rgt" <= 11) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (12.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (13.5ms) Completed 200 OK in 45ms (Views: 21.7ms | ActiveRecord: 5.1ms) Started PUT "/admin/pages/5" for 127.0.0.1 at 2012-10-25 14:13:50 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"4", "next_id"=>"21"}, "id"=>"5"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "5"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 4 ORDER BY lft ASC LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test4' AND "pages"."id" != 5 AND "pages"."parent_id" = 4) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "21"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 21]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 9 AND 14 THEN "lft" + 17 - 14 WHEN "lft" BETWEEN 15 AND 17 THEN "lft" + 9 - 15 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 9 AND 14 THEN "rgt" + 17 - 14 WHEN "rgt" BETWEEN 15 AND 17 THEN "rgt" + 9 - 15 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN 4 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 21]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 4 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "path" = 'test3/test4', "updated_at" = '2012-10-25 06:13:50.205784', "body" = '--- {} ' WHERE "pages"."id" = 5 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 12 AND "pages"."rgt" <= 17) AND ("pages"."id" != 5) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.1ms) UPDATE "pages" SET "path" = 'test3/test4/agagsdgsadgsdg', "updated_at" = '2012-10-25 06:13:50.215680', "body" = '--- {} ' WHERE "pages"."id" = 52  (0.1ms) UPDATE "pages" SET "path" = 'test3/test4/sluggg', "updated_at" = '2012-10-25 06:13:50.261012', "body" = '--- {} ' WHERE "pages"."id" = 55  (2.7ms) commit transaction Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 12 AND "pages"."rgt" <= 17) ORDER BY lft ASC, "pages"."lft" Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (20.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (30.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (32.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (33.1ms) Completed 200 OK in 114ms (Views: 40.5ms | ActiveRecord: 5.1ms) Started PUT "/admin/pages/5" for 127.0.0.1 at 2012-10-25 14:14:01 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"26", "next_id"=>"27"}, "id"=>"5"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "5"]]  (0.1ms) begin transaction Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 4 ORDER BY lft ASC LIMIT 1 Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test4' AND "pages"."id" != 5 AND "pages"."parent_id" = 4) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "26"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 26]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 12 AND 17 THEN "lft" + 26 - 17 WHEN "lft" BETWEEN 18 AND 26 THEN "lft" + 12 - 18 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 12 AND 17 THEN "rgt" + 26 - 17 WHEN "rgt" BETWEEN 18 AND 26 THEN "rgt" + 12 - 18 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 26]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 5]]  (0.4ms) UPDATE "pages" SET "path" = 'test4', "updated_at" = '2012-10-25 06:14:01.355013', "body" = '--- {} ' WHERE "pages"."id" = 5 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 21 AND "pages"."rgt" <= 26) AND ("pages"."id" != 5) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.4ms) UPDATE "pages" SET "path" = 'test4/agagsdgsadgsdg', "updated_at" = '2012-10-25 06:14:01.361613', "body" = '--- {} ' WHERE "pages"."id" = 52  (0.1ms) UPDATE "pages" SET "path" = 'test4/sluggg', "updated_at" = '2012-10-25 06:14:01.369822', "body" = '--- {} ' WHERE "pages"."id" = 55  (2.5ms) commit transaction Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 21 AND "pages"."rgt" <= 26) ORDER BY lft ASC, "pages"."lft" Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (20.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (30.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (32.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (33.8ms) Completed 200 OK in 74ms (Views: 40.3ms | ActiveRecord: 5.1ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117) Migrating to CreatePosts (20120904075542) Migrating to CreateAdmins (20120913061406) Migrating to CreateAttachments (20120920033135) Migrating to AddGroupToPages (20121210063043)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.5ms) ALTER TABLE "pages" ADD "group" varchar(255)  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121210063043')  (0.5ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("attachments")  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to AddGroupToPages (20121210063043)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.7ms) CREATE TEMPORARY TABLE "altered_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) NOT NULL, "body" text, "locked" integer DEFAULT 0, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "group" varchar(255))   (0.0ms) PRAGMA index_list("pages")  (0.4ms) SELECT * FROM "pages"  (0.1ms) INSERT INTO "altered_pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at","group") VALUES (1, 'test', '--- {} ', 3, 'test', 'test', 7, 8, NULL, '2012-08-30 09:27:15.490433', '2012-10-17 07:00:14.213598', NULL)  (0.1ms) INSERT INTO "altered_pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at","group") VALUES (2, 'test1', '--- {} ', 0, 'test1', 'test1', 1, 2, NULL, '2012-08-30 09:47:51.478352', '2012-10-17 06:36:01.204455', NULL)  (0.1ms) INSERT INTO "altered_pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at","group") VALUES (4, 'test3', '--- {} ', 1, 'test3', 'test3', 11, 14, NULL, '2012-08-30 10:10:27.277331', '2012-10-19 07:46:14.243474', NULL)  (0.1ms) INSERT INTO "altered_pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at","group") VALUES (5, 'test4', '--- {} ', 0, 'test4', 'test4', 21, 26, NULL, '2012-08-30 10:19:06.858855', '2012-10-25 06:14:01.355013', NULL)  (0.1ms) INSERT INTO "altered_pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at","group") VALUES (14, 'fdsff', '--- {} ', 0, 'fasdf', 'fasdf', 5, 6, NULL, '2012-08-30 15:50:22.020563', '2012-10-19 03:54:21.575549', NULL)  (0.1ms) INSERT INTO "altered_pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at","group") VALUES (16, 'fasfsdfsadfsa', '--- {} ', 0, 'fasfsdf', 'fasfsdf', 9, 10, NULL, '2012-08-30 15:50:29.655962', '2012-10-17 03:10:51.074691', NULL)  (0.1ms) INSERT INTO "altered_pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at","group") VALUES (17, 'fasfsafsadfsadf', '--- {} ', 0, 'fasfsa', 'fasfsa', 3, 4, NULL, '2012-08-30 15:50:33.248136', '2012-10-17 07:09:30.337219', NULL)  (0.0ms) INSERT INTO "altered_pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at","group") VALUES (18, 'fsafsadfasdf', '--- {} ', 0, 'ewqeqiuyiyui/fasfasdfsaf', 'fasfasdfsaf', 18, 19, 26, '2012-08-30 15:50:37.738584', '2012-10-10 04:17:39.791542', NULL)  (0.0ms) INSERT INTO "altered_pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at","group") VALUES (21, 'fasdfasdfsadf', '--- {} ', 0, 'test3/fasdfsadf', 'fasdfsadf', 12, 13, 4, '2012-08-30 15:50:54.056855', '2012-10-19 07:46:33.803843', NULL)  (0.1ms) INSERT INTO "altered_pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at","group") VALUES (22, 'fasdfdsafasdfasdfasdf', '--- {} ', 0, 'fasdfsaf', 'fasdfsaf', 15, 16, NULL, '2012-08-30 15:50:58.980353', '2012-08-30 15:50:58.980353', NULL)  (0.0ms) INSERT INTO "altered_pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at","group") VALUES (25, '的事发生的发生大幅', '--- {} ', 0, '112321eweqwewqe', '112321eweqwewqe', 41, 42, NULL, '2012-08-30 15:59:50.870246', '2012-08-31 04:01:41.927332', NULL)  (0.0ms) INSERT INTO "altered_pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at","group") VALUES (26, 'fsdfsfsdfsdaf', '--- {} ', 0, 'ewqeqiuyiyui', 'ewqeqiuyiyui', 17, 20, NULL, '2012-08-30 16:00:28.138101', '2012-08-30 16:00:28.138101', NULL)  (0.0ms) INSERT INTO "altered_pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at","group") VALUES (27, 'ssssss', '--- {} ', 0, 'trrtytuu', 'trrtytuu', 27, 28, NULL, '2012-08-30 16:01:09.304508', '2012-08-30 16:01:09.304508', NULL)  (0.0ms) INSERT INTO "altered_pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at","group") VALUES (31, 'fsdfsdfsfsdf', '--- {} ', 0, 'treteyeyer', 'treteyeyer', 29, 30, NULL, '2012-08-30 16:02:39.110440', '2012-08-30 16:02:39.110440', NULL)  (0.0ms) INSERT INTO "altered_pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at","group") VALUES (46, 'fasfsdf', '--- {} ', 0, 'fafasfsfsdff', 'fafasfsfsdff', 31, 32, NULL, '2012-08-30 16:20:09.983058', '2012-08-30 16:20:09.983058', NULL)  (0.0ms) INSERT INTO "altered_pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at","group") VALUES (47, 'fasfasfsadfa', '--- {} ', 0, 'fasdfsafsf', 'fasdfsafsf', 33, 34, NULL, '2012-08-30 16:20:19.929833', '2012-08-30 16:20:19.929833', NULL)  (0.0ms) INSERT INTO "altered_pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at","group") VALUES (48, 'fasfsafsadf', '--- {} ', 0, 'fsafsafsadfasf', 'fsafsafsadfasf', 35, 36, NULL, '2012-08-30 16:21:35.638837', '2012-08-30 16:21:35.638837', NULL)  (0.0ms) INSERT INTO "altered_pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at","group") VALUES (49, 'twretrterwtw', '--- {} ', 0, 'trewtweyiyi', 'trewtweyiyi', 37, 38, NULL, '2012-08-31 02:20:49.803538', '2012-08-31 02:20:49.803538', NULL)  (0.0ms) INSERT INTO "altered_pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at","group") VALUES (50, 'yretuyiuo', '--- {} ', 0, 'piopiopiop', 'piopiopiop', 39, 40, NULL, '2012-08-31 02:21:02.188525', '2012-08-31 02:21:02.188525', NULL)  (0.0ms) INSERT INTO "altered_pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at","group") VALUES (51, '1234677', '--- {} ', 0, 'fdgsgsdggs', 'fdgsgsdggs', 43, 44, NULL, '2012-08-31 02:21:17.917227', '2012-08-31 02:21:17.917227', NULL)  (0.1ms) INSERT INTO "altered_pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at","group") VALUES (52, '发达发达省份三大', '--- {} ', 1, 'test4/agagsdgsadgsdg', 'agagsdgsadgsdg', 24, 25, 5, '2012-08-31 04:02:21.139499', '2012-10-25 06:14:01.361613', NULL)  (0.1ms) INSERT INTO "altered_pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at","group") VALUES (54, 'index', '--- content: 正文内容11 ', 0, 'home', 'home', 45, 46, NULL, '2012-09-19 09:31:08.012128', '2012-10-11 08:41:03.364128', NULL)  (0.0ms) INSERT INTO "altered_pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at","group") VALUES (55, '司法所大幅撒地方', '--- {} ', 2, 'test4/sluggg', 'sluggg', 22, 23, 5, '2012-10-10 07:12:42.037944', '2012-10-25 06:14:01.369822', NULL)  (0.7ms) DROP TABLE "pages"  (0.1ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) NOT NULL, "body" text, "locked" integer DEFAULT 0, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("altered_pages")  (0.1ms) SELECT * FROM "altered_pages"  (0.1ms) INSERT INTO "pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at") VALUES (1, 'test', '--- {} ', 3, 'test', 'test', 7, 8, NULL, '2012-08-30 09:27:15.490433', '2012-10-17 07:00:14.213598')  (0.0ms) INSERT INTO "pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at") VALUES (2, 'test1', '--- {} ', 0, 'test1', 'test1', 1, 2, NULL, '2012-08-30 09:47:51.478352', '2012-10-17 06:36:01.204455')  (0.1ms) INSERT INTO "pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at") VALUES (4, 'test3', '--- {} ', 1, 'test3', 'test3', 11, 14, NULL, '2012-08-30 10:10:27.277331', '2012-10-19 07:46:14.243474')  (0.0ms) INSERT INTO "pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at") VALUES (5, 'test4', '--- {} ', 0, 'test4', 'test4', 21, 26, NULL, '2012-08-30 10:19:06.858855', '2012-10-25 06:14:01.355013')  (0.0ms) INSERT INTO "pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at") VALUES (14, 'fdsff', '--- {} ', 0, 'fasdf', 'fasdf', 5, 6, NULL, '2012-08-30 15:50:22.020563', '2012-10-19 03:54:21.575549')  (0.0ms) INSERT INTO "pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at") VALUES (16, 'fasfsdfsadfsa', '--- {} ', 0, 'fasfsdf', 'fasfsdf', 9, 10, NULL, '2012-08-30 15:50:29.655962', '2012-10-17 03:10:51.074691')  (0.0ms) INSERT INTO "pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at") VALUES (17, 'fasfsafsadfsadf', '--- {} ', 0, 'fasfsa', 'fasfsa', 3, 4, NULL, '2012-08-30 15:50:33.248136', '2012-10-17 07:09:30.337219')  (0.0ms) INSERT INTO "pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at") VALUES (18, 'fsafsadfasdf', '--- {} ', 0, 'ewqeqiuyiyui/fasfasdfsaf', 'fasfasdfsaf', 18, 19, 26, '2012-08-30 15:50:37.738584', '2012-10-10 04:17:39.791542')  (0.0ms) INSERT INTO "pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at") VALUES (21, 'fasdfasdfsadf', '--- {} ', 0, 'test3/fasdfsadf', 'fasdfsadf', 12, 13, 4, '2012-08-30 15:50:54.056855', '2012-10-19 07:46:33.803843')  (0.0ms) INSERT INTO "pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at") VALUES (22, 'fasdfdsafasdfasdfasdf', '--- {} ', 0, 'fasdfsaf', 'fasdfsaf', 15, 16, NULL, '2012-08-30 15:50:58.980353', '2012-08-30 15:50:58.980353')  (0.0ms) INSERT INTO "pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at") VALUES (25, '的事发生的发生大幅', '--- {} ', 0, '112321eweqwewqe', '112321eweqwewqe', 41, 42, NULL, '2012-08-30 15:59:50.870246', '2012-08-31 04:01:41.927332')  (0.0ms) INSERT INTO "pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at") VALUES (26, 'fsdfsfsdfsdaf', '--- {} ', 0, 'ewqeqiuyiyui', 'ewqeqiuyiyui', 17, 20, NULL, '2012-08-30 16:00:28.138101', '2012-08-30 16:00:28.138101')  (0.0ms) INSERT INTO "pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at") VALUES (27, 'ssssss', '--- {} ', 0, 'trrtytuu', 'trrtytuu', 27, 28, NULL, '2012-08-30 16:01:09.304508', '2012-08-30 16:01:09.304508')  (0.0ms) INSERT INTO "pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at") VALUES (31, 'fsdfsdfsfsdf', '--- {} ', 0, 'treteyeyer', 'treteyeyer', 29, 30, NULL, '2012-08-30 16:02:39.110440', '2012-08-30 16:02:39.110440')  (0.0ms) INSERT INTO "pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at") VALUES (46, 'fasfsdf', '--- {} ', 0, 'fafasfsfsdff', 'fafasfsfsdff', 31, 32, NULL, '2012-08-30 16:20:09.983058', '2012-08-30 16:20:09.983058')  (0.0ms) INSERT INTO "pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at") VALUES (47, 'fasfasfsadfa', '--- {} ', 0, 'fasdfsafsf', 'fasdfsafsf', 33, 34, NULL, '2012-08-30 16:20:19.929833', '2012-08-30 16:20:19.929833')  (0.0ms) INSERT INTO "pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at") VALUES (48, 'fasfsafsadf', '--- {} ', 0, 'fsafsafsadfasf', 'fsafsafsadfasf', 35, 36, NULL, '2012-08-30 16:21:35.638837', '2012-08-30 16:21:35.638837')  (0.0ms) INSERT INTO "pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at") VALUES (49, 'twretrterwtw', '--- {} ', 0, 'trewtweyiyi', 'trewtweyiyi', 37, 38, NULL, '2012-08-31 02:20:49.803538', '2012-08-31 02:20:49.803538')  (0.0ms) INSERT INTO "pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at") VALUES (50, 'yretuyiuo', '--- {} ', 0, 'piopiopiop', 'piopiopiop', 39, 40, NULL, '2012-08-31 02:21:02.188525', '2012-08-31 02:21:02.188525')  (0.0ms) INSERT INTO "pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at") VALUES (51, '1234677', '--- {} ', 0, 'fdgsgsdggs', 'fdgsgsdggs', 43, 44, NULL, '2012-08-31 02:21:17.917227', '2012-08-31 02:21:17.917227')  (0.0ms) INSERT INTO "pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at") VALUES (52, '发达发达省份三大', '--- {} ', 1, 'test4/agagsdgsadgsdg', 'agagsdgsadgsdg', 24, 25, 5, '2012-08-31 04:02:21.139499', '2012-10-25 06:14:01.361613')  (0.0ms) INSERT INTO "pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at") VALUES (54, 'index', '--- content: 正文内容11 ', 0, 'home', 'home', 45, 46, NULL, '2012-09-19 09:31:08.012128', '2012-10-11 08:41:03.364128')  (0.1ms) INSERT INTO "pages" ("id","title","body","locked","path","slug","lft","rgt","parent_id","created_at","updated_at") VALUES (55, '司法所大幅撒地方', '--- {} ', 2, 'test4/sluggg', 'sluggg', 22, 23, 5, '2012-10-10 07:12:42.037944', '2012-10-25 06:14:01.369822')  (0.4ms) DROP TABLE "altered_pages"  (0.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20121210063043'  (1.0ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("attachments")  (0.1ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117) Migrating to CreatePosts (20120904075542) Migrating to CreateAdmins (20120913061406) Migrating to CreateAttachments (20120920033135) Migrating to CreateGroups (20121210074527)  (0.0ms) select sqlite_version(*)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121210074527')  (2.8ms) commit transaction Migrating to PagesGroups (20121210074921)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "pages_groups" ("category_id" integer, "product_id" integer)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121210074921')  (0.5ms) commit transaction  (0.4ms) select sqlite_version(*)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("attachments")  (0.0ms) PRAGMA index_list("groups")  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("pages_groups")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml Connecting to database specified by database.yml SQLite3::SQLException: no such table: groups_pages: SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to PagesGroups (20121210074921)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.4ms) DROP TABLE "pages_groups"  (0.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20121210074921'  (0.7ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("attachments")  (0.0ms) PRAGMA index_list("groups")  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117) Migrating to CreatePosts (20120904075542) Migrating to CreateAdmins (20120913061406) Migrating to CreateAttachments (20120920033135) Migrating to CreateGroups (20121210074527) Migrating to PagesGroups (20121210074921)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.6ms) CREATE TABLE "groups_pages" ("category_id" integer, "product_id" integer)  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121210074921')  (2.2ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("attachments")  (0.0ms) PRAGMA index_list("groups")  (0.0ms) PRAGMA index_list("groups_pages")  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml SQLite3::SQLException: no such column: groups_pages.page_id: SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to PagesGroups (20121210074921)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.5ms) DROP TABLE "groups_pages"  (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20121210074921'  (2.0ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("attachments")  (0.0ms) PRAGMA index_list("groups")  (0.1ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117) Migrating to CreatePosts (20120904075542) Migrating to CreateAdmins (20120913061406) Migrating to CreateAttachments (20120920033135) Migrating to CreateGroups (20121210074527) Migrating to PagesGroups (20121210074921)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "groups_pages" ("group_id" integer, "page_id" integer)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121210074921')  (2.2ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("attachments")  (0.0ms) PRAGMA index_list("groups")  (0.0ms) PRAGMA index_list("groups_pages")  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-11 14:22:14 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 61ms ActionView::MissingTemplate (Missing template pages/show, application/show, amalgam/application/show with {:locale=>[:"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms) Started GET "/pages/home" for 127.0.0.1 at 2012-12-11 14:22:22 +0800 Processing by PagesController#show as HTML Parameters: {"path"=>"home"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 8ms ActionView::MissingTemplate (Missing template pages/show, application/show, amalgam/application/show with {:locale=>[:"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms) Started GET "/admin" for 127.0.0.1 at 2012-12-11 14:22:27 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://127.0.0.1:3000/admin_user/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 10ms (ActiveRecord: 0.0ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-12-11 14:22:27 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (11.6ms) Compiled bootstrap.css (1541ms) (pid 98706) Compiled amalgam/extra.css (0ms) (pid 98706) Compiled amalgam/admin/_mixins.css (11ms) (pid 98706) Compiled amalgam/admin/layout.css (100ms) (pid 98706) Compiled amalgam/admin/login.css (10ms) (pid 98706) Compiled amalgam/admin.css (1759ms) (pid 98706) Compiled modernizr.js (0ms) (pid 98706) Compiled jquery.js (2ms) (pid 98706) Compiled jquery.ui.core.js (2ms) (pid 98706) Compiled jquery.ui.widget.js (0ms) (pid 98706) Compiled jquery.ui.mouse.js (4ms) (pid 98706) Compiled jquery.ui.sortable.js (6ms) (pid 98706) Compiled jquery.ui.nestedSortable.js (0ms) (pid 98706) Compiled jquery.scrollto.js (0ms) (pid 98706) Compiled jquery_ujs.js (0ms) (pid 98706) Compiled bootstrap-dropdown.js (0ms) (pid 98706) Compiled bootstrap-alert.js (0ms) (pid 98706) Compiled bootstrap-tooltip.js (0ms) (pid 98706) Compiled bootstrap-button.js (0ms) (pid 98706) Compiled amalgam/extra.js (0ms) (pid 98706) Compiled amalgam/admin/app.js (165ms) (pid 98706) Compiled amalgam/admin/popover.js (130ms) (pid 98706) Compiled amalgam/admin/tree.js (117ms) (pid 98706) Compiled amalgam/admin.js (745ms) (pid 98706) Completed 200 OK in 2711ms (Views: 2703.0ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-11 14:22:30 +0800 Served asset /bootstrap.css - 200 OK (40ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-11 14:22:30 +0800 Served asset /amalgam/extra.css - 200 OK (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-11 14:22:30 +0800 Served asset /amalgam/admin.css - 200 OK (17ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-11 14:22:30 +0800 Served asset /amalgam/admin/login.css - 200 OK (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-11 14:22:30 +0800 Served asset /amalgam/admin/layout.css - 200 OK (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-11 14:22:30 +0800 Served asset /amalgam/admin/_mixins.css - 200 OK (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-11 14:22:30 +0800 Served asset /modernizr.js - 200 OK (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-11 14:22:30 +0800 Served asset /jquery.ui.core.js - 200 OK (5ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-11 14:22:30 +0800 Served asset /jquery.ui.widget.js - 200 OK (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-11 14:22:30 +0800 Served asset /jquery.ui.mouse.js - 200 OK (13ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:22:30 +0800 Served asset /jquery.ui.sortable.js - 200 OK (13ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:22:30 +0800 Served asset /jquery.ui.nestedSortable.js - 200 OK (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-11 14:22:30 +0800 Served asset /jquery.scrollto.js - 200 OK (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-11 14:22:30 +0800 Served asset /bootstrap-dropdown.js - 200 OK (6ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-11 14:22:30 +0800 Served asset /bootstrap-alert.js - 200 OK (8ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-11 14:22:30 +0800 Served asset /bootstrap-tooltip.js - 200 OK (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-11 14:22:30 +0800 Served asset /bootstrap-button.js - 200 OK (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-11 14:22:30 +0800 Served asset /amalgam/admin/app.js - 200 OK (2ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-11 14:22:30 +0800 Served asset /amalgam/extra.js - 200 OK (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-11 14:22:30 +0800 Served asset /jquery.js - 200 OK (50ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-11 14:22:30 +0800 Served asset /amalgam/admin/popover.js - 200 OK (4ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-11 14:22:30 +0800 Served asset /amalgam/admin/tree.js - 200 OK (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-11 14:22:30 +0800 Served asset /amalgam/admin.js - 200 OK (22ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-11 14:22:30 +0800 Served asset /jquery_ujs.js - 200 OK (3ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-11 14:22:30 +0800 Served asset /glyphicons-halflings.png - 200 OK (14ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-11 14:22:30 +0800 Served asset /amalgam/admin/bg.png - 200 OK (8ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-12-11 14:22:38 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"RqoxUkJ+tjtfhvANbG7a50jYn2o5HXQ8ej+K8Hryl1E=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 Redirected to http://127.0.0.1:3000/admin_user/signin Completed 302 Found in 92ms (ActiveRecord: 0.3ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-12-11 14:22:38 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.8ms) Completed 200 OK in 19ms (Views: 16.9ms | ActiveRecord: 0.0ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-12-11 14:22:45 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"RqoxUkJ+tjtfhvANbG7a50jYn2o5HXQ8ej+K8Hryl1E=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 Redirected to http://127.0.0.1:3000/admin_user/signin Completed 302 Found in 90ms (ActiveRecord: 0.2ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-12-11 14:22:45 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.1ms) Completed 200 OK in 17ms (Views: 15.8ms | ActiveRecord: 0.0ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-12-11 14:22:52 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"RqoxUkJ+tjtfhvANbG7a50jYn2o5HXQ8ej+K8Hryl1E=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 Redirected to http://127.0.0.1:3000/admin Completed 302 Found in 93ms (ActiveRecord: 0.2ms) Started GET "/admin" for 127.0.0.1 at 2012-12-11 14:22:52 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (40.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (53.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (61.5ms) Rendered amalgam/admin/pages/_fields.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (264.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (276.9ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.8ms) Completed 200 OK in 476ms (Views: 432.7ms | ActiveRecord: 40.4ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-11 14:22:53 +0800 Served asset /glyphicons-halflings-white.png - 200 OK (10ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-11 14:22:53 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 200 OK (42ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-11 14:22:53 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 200 OK (7ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-12-11 14:22:59 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"16"}, "id"=>"4"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Completed 500 Internal Server Error in 4ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: parent_id): app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' app/controllers/amalgam/admin/pages_controller.rb:53:in `update' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.9ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-12-11 14:24:11 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (3.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.7ms) Rendered amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (24.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (35.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (276.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (293.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (16.4ms) Completed 200 OK in 587ms (Views: 531.5ms | ActiveRecord: 4.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-11 14:24:12 +0800 Served asset /bootstrap.css - 304 Not Modified (17ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:12 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-11 14:24:12 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:12 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-11 14:24:12 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-11 14:24:12 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:12 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (46ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:12 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:12 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:12 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:12 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-11 14:24:12 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:12 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-11 14:24:12 +0800 Served asset /amalgam/admin.css - 304 Not Modified (21ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:12 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:12 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:12 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:12 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:12 +0800 Served asset /bootstrap-button.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:12 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:12 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:12 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:12 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:12 +0800 Served asset /amalgam/admin.js - 304 Not Modified (60ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-12-11 14:24:14 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"16"}, "id"=>"4"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.0ms) begin transaction  (0.1ms) rollback transaction Completed 500 Internal Server Error in 4ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: parent_id): app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' app/controllers/amalgam/admin/pages_controller.rb:53:in `update' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.2ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-12-11 14:24:57 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (4.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (3.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (17.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (2.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (39.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (53.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (20.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (270.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (285.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (17.6ms) Completed 200 OK in 580ms (Views: 553.4ms | ActiveRecord: 4.9ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-11 14:24:58 +0800 Served asset /amalgam/extra.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-11 14:24:58 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-11 14:24:58 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-11 14:24:58 +0800 Served asset /amalgam/admin.css - 304 Not Modified (17ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-11 14:24:58 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-11 14:24:58 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:58 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:58 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:58 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:58 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (62ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:58 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:58 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (9ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:58 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:58 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:58 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:58 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:58 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:58 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:58 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:58 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:58 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:58 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:58 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-11 14:24:58 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-12-11 14:25:01 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"16"}, "id"=>"4"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Completed 500 Internal Server Error in 4ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: parent_id): app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' app/controllers/amalgam/admin/pages_controller.rb:53:in `update' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.5ms) Started PUT "/admin/pages/16" for 127.0.0.1 at 2012-12-11 14:25:03 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1"}, "id"=>"16"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "16"]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Completed 500 Internal Server Error in 3ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: parent_id): app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' app/controllers/amalgam/admin/pages_controller.rb:53:in `update' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.0ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-12-11 14:29:55 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (4.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.8ms) Rendered amalgam/admin/pages/_fields.html.haml (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Rendered amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (36.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (39.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (263.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (280.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.0ms) Completed 200 OK in 570ms (Views: 516.0ms | ActiveRecord: 5.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-11 14:29:56 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-11 14:29:56 +0800 Served asset /amalgam/admin.css - 304 Not Modified (13ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-11 14:29:56 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-11 14:29:56 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-11 14:29:56 +0800 Served asset /amalgam/extra.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-11 14:29:56 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-11 14:29:56 +0800 Served asset /modernizr.js - 304 Not Modified (43ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-11 14:29:56 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-11 14:29:56 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-11 14:29:56 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-11 14:29:56 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:29:56 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (16ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:29:56 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-11 14:29:56 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-11 14:29:56 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-11 14:29:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-11 14:29:56 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-11 14:29:56 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-11 14:29:56 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-11 14:29:56 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-11 14:29:56 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-11 14:29:56 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-11 14:29:56 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-11 14:29:56 +0800 Served asset /amalgam/admin.js - 304 Not Modified (17ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-12-11 14:29:58 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"16"}, "id"=>"4"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.0ms) begin transaction  (0.0ms) rollback transaction Completed 500 Internal Server Error in 3ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: parent_id): app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' app/controllers/amalgam/admin/pages_controller.rb:53:in `update' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.9ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-12-11 14:30:33 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (3.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered amalgam/admin/pages/_fields.html.haml (39.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (291.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (307.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (43.6ms) Completed 200 OK in 553ms (Views: 527.7ms | ActiveRecord: 4.5ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-11 14:30:34 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-11 14:30:34 +0800 Served asset /bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-11 14:30:34 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (34ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-11 14:30:34 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-11 14:30:34 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-11 14:30:34 +0800 Served asset /amalgam/admin.css - 304 Not Modified (20ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-11 14:30:34 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-11 14:30:34 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-11 14:30:34 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-11 14:30:34 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-11 14:30:34 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:30:34 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (15ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:30:34 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (3ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-11 14:30:34 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-11 14:30:34 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-11 14:30:34 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-11 14:30:34 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-11 14:30:34 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (7ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-11 14:30:34 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-11 14:30:34 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-11 14:30:34 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-11 14:30:34 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-11 14:30:34 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-11 14:30:34 +0800 Served asset /amalgam/admin.js - 304 Not Modified (56ms) Started PUT "/admin/pages/4" for 127.0.0.1 at 2012-12-11 14:30:36 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"16"}, "id"=>"4"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Completed 500 Internal Server Error in 5ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: parent_id): app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' app/controllers/amalgam/admin/pages_controller.rb:53:in `update' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.6ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-12-11 14:30:59 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (4.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (45.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (51.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (40.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (46.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (303.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (320.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (42.9ms) Completed 200 OK in 567ms (Views: 541.0ms | ActiveRecord: 4.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-11 14:31:00 +0800 Served asset /bootstrap.css - 304 Not Modified (17ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-11 14:31:00 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-11 14:31:00 +0800 Served asset /amalgam/admin.css - 304 Not Modified (54ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-11 14:31:00 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-11 14:31:00 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-11 14:31:00 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-11 14:31:00 +0800 Served asset /modernizr.js - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-11 14:31:00 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-11 14:31:00 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-11 14:31:00 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-11 14:31:00 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:31:00 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:31:00 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-11 14:31:00 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-11 14:31:00 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-11 14:31:00 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-11 14:31:01 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-11 14:31:01 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-11 14:31:01 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-11 14:31:01 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-11 14:31:01 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (36ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-11 14:31:01 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-11 14:31:01 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-11 14:31:01 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-11 14:31:02 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"14"}, "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Completed 500 Internal Server Error in 4ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: parent_id): app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' app/controllers/amalgam/admin/pages_controller.rb:53:in `update' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.1ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-12-11 14:34:27 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (36.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (250.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (267.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.9ms) Completed 200 OK in 542ms (Views: 491.7ms | ActiveRecord: 4.3ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-11 14:34:28 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-11 14:34:28 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-11 14:34:28 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-11 14:34:28 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-11 14:34:28 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-11 14:34:28 +0800 Served asset /amalgam/admin.css - 304 Not Modified (49ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-11 14:34:28 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-11 14:34:28 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-11 14:34:28 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-11 14:34:28 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-11 14:34:28 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (13ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:34:28 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (13ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:34:28 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-11 14:34:28 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-11 14:34:28 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-11 14:34:28 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-11 14:34:28 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-11 14:34:28 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-11 14:34:28 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-11 14:34:28 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-11 14:34:28 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-11 14:34:28 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-11 14:34:28 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-11 14:34:28 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (4ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-11 14:34:30 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"14"}, "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction  (0.0ms) rollback transaction Completed 500 Internal Server Error in 4ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: parent_id): app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' app/controllers/amalgam/admin/pages_controller.rb:53:in `update' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.8ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-12-11 14:35:13 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (54.3ms) Rendered amalgam/admin/pages/_fields.html.haml (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (20.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (29.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered amalgam/admin/pages/_fields.html.haml (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (276.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (292.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.1ms) Completed 200 OK in 562ms (Views: 537.0ms | ActiveRecord: 4.7ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-11 14:35:14 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-11 14:35:14 +0800 Served asset /amalgam/admin.css - 304 Not Modified (15ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-11 14:35:14 +0800 Served asset /bootstrap.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-11 14:35:14 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-11 14:35:14 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-11 14:35:14 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (4ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:14 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:14 +0800 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:14 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:14 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:14 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (46ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:14 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:14 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:14 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:14 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:14 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:14 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:14 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:14 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:14 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:14 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:14 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:14 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-11 14:35:15 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"14"}, "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Completed 500 Internal Server Error in 3ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: parent_id): app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' app/controllers/amalgam/admin/pages_controller.rb:53:in `update' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.7ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-12-11 14:35:44 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (37.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.2ms) Rendered amalgam/admin/pages/_fields.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (240.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (256.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.2ms) Completed 200 OK in 526ms (Views: 500.7ms | ActiveRecord: 4.3ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-11 14:35:45 +0800 Served asset /amalgam/extra.css - 304 Not Modified (3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-11 14:35:45 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-11 14:35:45 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-11 14:35:45 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-11 14:35:45 +0800 Served asset /amalgam/admin.css - 304 Not Modified (22ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-11 14:35:45 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:45 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:45 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:45 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (44ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:45 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:45 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:45 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:45 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:45 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:45 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:45 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:45 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:45 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:45 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:45 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:45 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:45 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:45 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-11 14:35:45 +0800 Served asset /amalgam/admin.js - 304 Not Modified (16ms) Started PUT "/admin/pages/16" for 127.0.0.1 at 2012-12-11 14:35:47 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1"}, "id"=>"16"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "16"]]  (0.0ms) begin transaction  (0.0ms) rollback transaction Completed 500 Internal Server Error in 3ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: parent_id): app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' app/controllers/amalgam/admin/pages_controller.rb:53:in `update' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.4ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-12-11 14:38:16 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (36.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (38.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (249.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (265.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.1ms) Completed 200 OK in 544ms (Views: 492.8ms | ActiveRecord: 4.2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-11 14:38:17 +0800 Served asset /amalgam/admin.css - 304 Not Modified (21ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-11 14:38:17 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-11 14:38:17 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-11 14:38:17 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-11 14:38:17 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-11 14:38:17 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-11 14:38:17 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-11 14:38:17 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-11 14:38:17 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-11 14:38:17 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-11 14:38:17 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:38:17 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:38:17 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-11 14:38:17 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-11 14:38:17 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-11 14:38:17 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (7ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-11 14:38:17 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-11 14:38:17 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-11 14:38:17 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-11 14:38:17 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-11 14:38:17 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-11 14:38:17 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-11 14:38:17 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-11 14:38:17 +0800 Served asset /amalgam/admin.js - 304 Not Modified (54ms) Started PUT "/admin/pages/14" for 127.0.0.1 at 2012-12-11 14:38:18 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"17"}, "id"=>"14"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "14"]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Completed 500 Internal Server Error in 4ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: parent_id): app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' app/controllers/amalgam/admin/pages_controller.rb:53:in `update' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.7ms) Started PUT "/admin/pages/17" for 127.0.0.1 at 2012-12-11 14:38:49 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"2"}, "id"=>"17"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "17"]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Completed 500 Internal Server Error in 3ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: parent_id): app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' app/controllers/amalgam/admin/pages_controller.rb:53:in `update' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.5ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-12-11 14:46:53 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (5.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (49.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (274.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (289.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (40.7ms) Completed 200 OK in 529ms (Views: 501.6ms | ActiveRecord: 6.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-11 14:46:54 +0800 Served asset /bootstrap.css - 304 Not Modified (10ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-11 14:46:54 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-11 14:46:54 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-11 14:46:54 +0800 Served asset /amalgam/extra.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-11 14:46:54 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-11 14:46:54 +0800 Served asset /amalgam/admin.css - 304 Not Modified (15ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-11 14:46:54 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-11 14:46:54 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-11 14:46:54 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-11 14:46:54 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-11 14:46:54 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:46:54 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (18ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:46:54 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-11 14:46:54 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-11 14:46:54 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-11 14:46:54 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-11 14:46:54 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-11 14:46:54 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-11 14:46:54 +0800 Served asset /bootstrap-button.js - 304 Not Modified (40ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-11 14:46:54 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-11 14:46:54 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-11 14:46:54 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-11 14:46:54 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-11 14:46:54 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-11 14:46:56 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"14"}, "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction  (0.0ms) rollback transaction Completed 500 Internal Server Error in 4ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: parent_id): app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' app/controllers/amalgam/admin/pages_controller.rb:53:in `update' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.1ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-12-11 14:47:48 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.9ms) Rendered amalgam/admin/pages/_fields.html.haml (30.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (35.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (37.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (242.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (257.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.2ms) Completed 200 OK in 524ms (Views: 470.6ms | ActiveRecord: 4.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-11 14:47:49 +0800 Served asset /bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-11 14:47:49 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-11 14:47:49 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-11 14:47:49 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-11 14:47:49 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-11 14:47:49 +0800 Served asset /amalgam/admin.css - 304 Not Modified (49ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-11 14:47:49 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-11 14:47:49 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-11 14:47:49 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-11 14:47:49 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-11 14:47:49 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (14ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:47:49 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:47:49 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (13ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-11 14:47:49 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-11 14:47:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-11 14:47:49 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-11 14:47:49 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-11 14:47:49 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-11 14:47:49 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-11 14:47:49 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-11 14:47:49 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-11 14:47:49 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-11 14:47:49 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-11 14:47:49 +0800 Served asset /amalgam/admin.js - 304 Not Modified (17ms) Started PUT "/admin/pages/14" for 127.0.0.1 at 2012-12-11 14:47:52 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"17"}, "id"=>"14"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "14"]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Completed 500 Internal Server Error in 4ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: parent_id): app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' app/controllers/amalgam/admin/pages_controller.rb:53:in `update' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.0ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-12-11 14:48:29 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (31.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (3.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (49.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (50.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (287.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (304.2ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (44.9ms) Completed 200 OK in 591ms (Views: 538.1ms | ActiveRecord: 32.2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-11 14:48:30 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (8ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-11 14:48:30 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-11 14:48:30 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-11 14:48:30 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-11 14:48:30 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-11 14:48:30 +0800 Served asset /bootstrap.css - 304 Not Modified (44ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-11 14:48:30 +0800 Served asset /amalgam/admin.css - 304 Not Modified (19ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-11 14:48:30 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-11 14:48:30 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-11 14:48:30 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-11 14:48:30 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (17ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:48:30 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (12ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-11 14:48:30 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:48:30 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-11 14:48:30 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-11 14:48:30 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-11 14:48:30 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-11 14:48:30 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-11 14:48:30 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-11 14:48:30 +0800 Served asset /amalgam/extra.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-11 14:48:30 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-11 14:48:30 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-11 14:48:30 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-11 14:48:30 +0800 Served asset /amalgam/admin.js - 304 Not Modified (68ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-11 14:48:32 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"14"}, "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Completed 500 Internal Server Error in 4ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: parent_id): app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' app/controllers/amalgam/admin/pages_controller.rb:53:in `update' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.5ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (23.0ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-12-11 14:49:24 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (256.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (307.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.2ms) Completed 200 OK in 547ms (Views: 521.8ms | ActiveRecord: 4.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-11 14:49:25 +0800 Served asset /bootstrap.css - 304 Not Modified (14ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-11 14:49:25 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-11 14:49:25 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-11 14:49:25 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-11 14:49:25 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-11 14:49:25 +0800 Served asset /amalgam/admin.css - 304 Not Modified (17ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-11 14:49:25 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-11 14:49:25 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-11 14:49:25 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-11 14:49:25 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:49:25 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-11 14:49:25 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (13ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:49:25 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (3ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-11 14:49:25 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-11 14:49:25 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-11 14:49:25 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-11 14:49:25 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-11 14:49:25 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-11 14:49:25 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-11 14:49:25 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-11 14:49:25 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-11 14:49:25 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-11 14:49:25 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-11 14:49:25 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-11 14:49:27 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"14"}, "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction  (0.0ms) rollback transaction Completed 500 Internal Server Error in 3ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: parent_id): app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' app/controllers/amalgam/admin/pages_controller.rb:53:in `update' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.5ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-12-11 14:54:31 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.4ms) Rendered amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (37.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (246.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (262.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.2ms) Completed 200 OK in 531ms (Views: 504.9ms | ActiveRecord: 4.2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-11 14:54:32 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-11 14:54:32 +0800 Served asset /bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-11 14:54:32 +0800 Served asset /amalgam/extra.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-11 14:54:32 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:32 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-11 14:54:32 +0800 Served asset /amalgam/admin.css - 304 Not Modified (17ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-11 14:54:32 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:32 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:32 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (52ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:32 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:32 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:32 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:32 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:32 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:32 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:32 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:32 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:32 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:32 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:32 +0800 Served asset /amalgam/extra.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:32 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:32 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:32 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:32 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-11 14:54:34 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"14"}, "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] test {:default=>#} Rendered amalgam/admin/pages/_fields.html.haml (3.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (55.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (74.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (77.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (80.3ms) Completed 200 OK in 94ms (Views: 90.1ms | ActiveRecord: 0.7ms) Started PUT "/admin/pages/14" for 127.0.0.1 at 2012-12-11 14:54:36 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"2"}, "id"=>"14"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "14"]] test {:default=>#} Rendered amalgam/admin/pages/_fields.html.haml (2.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.7ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 3 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (17.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (19.3ms) Completed 200 OK in 33ms (Views: 29.7ms | ActiveRecord: 0.7ms) Started GET "/admin" for 127.0.0.1 at 2012-12-11 14:54:38 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered amalgam/admin/pages/_fields.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (38.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (242.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (244.7ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.5ms) Completed 200 OK in 276ms (Views: 273.4ms | ActiveRecord: 0.5ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-11 14:54:38 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-11 14:54:38 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-11 14:54:38 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-11 14:54:38 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-11 14:54:38 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-11 14:54:38 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:38 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:38 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:38 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:38 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:38 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:38 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:38 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:38 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:38 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:38 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:38 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:38 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:38 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:38 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:38 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:38 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:38 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:38 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-11 14:54:41 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"14"}, "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] test {:default=>#} Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (25.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (26.2ms) Completed 200 OK in 87ms (Views: 84.8ms | ActiveRecord: 0.5ms) Started PUT "/admin/pages/14" for 127.0.0.1 at 2012-12-11 14:54:42 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"2"}, "id"=>"14"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "14"]] test {:default=>#} Rendered amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.6ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 3 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (17.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (19.1ms) Completed 200 OK in 32ms (Views: 28.2ms | ActiveRecord: 0.7ms) Started GET "/admin" for 127.0.0.1 at 2012-12-11 14:54:45 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (26.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (49.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (51.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (246.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (249.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.7ms) Completed 200 OK in 273ms (Views: 270.2ms | ActiveRecord: 0.6ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-11 14:54:46 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-11 14:54:46 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-11 14:54:46 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-11 14:54:46 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-11 14:54:46 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-11 14:54:46 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:46 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:46 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:46 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:46 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:46 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:46 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:46 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:46 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:46 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:46 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:46 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:46 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:46 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:46 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:46 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:46 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:46 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-11 14:54:46 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-11 14:54:48 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"14"}, "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] test {:default=>#} Rendered amalgam/admin/pages/_fields.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Rendered amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (27.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (29.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (30.3ms) Completed 200 OK in 44ms (Views: 40.6ms | ActiveRecord: 0.5ms) Started GET "/admin" for 127.0.0.1 at 2012-12-11 14:55:17 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.9ms) Rendered amalgam/admin/pages/_fields.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered amalgam/admin/pages/_fields.html.haml (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.8ms) Rendered amalgam/admin/pages/_fields.html.haml (2.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.9ms) Rendered amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (28.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (44.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (266.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (269.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.9ms) Completed 200 OK in 352ms (Views: 293.6ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-11 14:55:17 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-11 14:55:17 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-11 14:55:17 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-11 14:55:17 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-11 14:55:17 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-11 14:55:17 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:17 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:17 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:17 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:17 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:17 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:17 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:17 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:17 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:17 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:17 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:17 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:17 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:17 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:17 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:17 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:17 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:17 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:17 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-11 14:55:21 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"14"}, "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" = 14) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 14 ORDER BY lft ASC LIMIT 1  (0.3ms) UPDATE "pages" SET "parent_id" = 14, "path" = 'fasdf/test', "updated_at" = '2012-12-11 06:55:21.679669', "body" = '--- {} ' WHERE "pages"."id" = 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 14]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 4 AND 4 THEN "lft" + 8 - 4 WHEN "lft" BETWEEN 5 AND 8 THEN "lft" + 4 - 5 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 4 AND 4 THEN "rgt" + 8 - 4 WHEN "rgt" BETWEEN 5 AND 8 THEN "rgt" + 4 - 5 ELSE "rgt" END, "parent_id" = CASE WHEN id = 1 THEN 14 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 4 AND "pages"."rgt" <= 7) AND ("pages"."id" != 1) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.1ms) UPDATE "pages" SET "path" = 'fasdf/test/fasfsa', "updated_at" = '2012-12-11 06:55:21.694196', "body" = '--- {} ' WHERE "pages"."id" = 17  (3.0ms) commit transaction Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 4 AND "pages"."rgt" <= 7) ORDER BY lft ASC, "pages"."lft" Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (23.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (24.9ms) Completed 200 OK in 120ms (Views: 32.0ms | ActiveRecord: 5.4ms) Started PUT "/admin/pages/14" for 127.0.0.1 at 2012-12-11 14:55:23 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"2"}, "id"=>"14"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "14"]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'fasdf' AND "pages"."id" != 14 AND "pages"."parent_id" = 2) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 2 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "parent_id" = 2, "path" = 'test1/fasdf', "updated_at" = '2012-12-11 06:55:23.128561', "body" = '--- {} ' WHERE "pages"."id" = 14 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 2]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 2 THEN "lft" + 8 - 2 WHEN "lft" BETWEEN 3 AND 8 THEN "lft" + 2 - 3 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 2 THEN "rgt" + 8 - 2 WHEN "rgt" BETWEEN 3 AND 8 THEN "rgt" + 2 - 3 ELSE "rgt" END, "parent_id" = CASE WHEN id = 14 THEN 2 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 14]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 2 AND "pages"."rgt" <= 7) AND ("pages"."id" != 14) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.1ms) UPDATE "pages" SET "path" = 'test1/fasdf/test', "updated_at" = '2012-12-11 06:55:23.140814', "body" = '--- {} ' WHERE "pages"."id" = 1  (0.1ms) UPDATE "pages" SET "path" = 'test1/fasdf/test/fasfsa', "updated_at" = '2012-12-11 06:55:23.152270', "body" = '--- {} ' WHERE "pages"."id" = 17  (1.7ms) commit transaction Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 2 AND "pages"."rgt" <= 7) ORDER BY lft ASC, "pages"."lft" Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered amalgam/admin/pages/_fields.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (24.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (35.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (37.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (38.9ms) Completed 200 OK in 84ms (Views: 46.9ms | ActiveRecord: 4.0ms) Started GET "/admin" for 127.0.0.1 at 2012-12-11 14:55:24 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (26.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (36.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered amalgam/admin/pages/_fields.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.4ms) Rendered amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.4ms) Rendered amalgam/admin/pages/_fields.html.haml (2.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.1ms) Rendered amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.5ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.0ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (264.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (266.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (45.1ms) Completed 200 OK in 330ms (Views: 327.5ms | ActiveRecord: 0.4ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-11 14:55:24 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-11 14:55:24 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-11 14:55:24 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-11 14:55:24 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-11 14:55:24 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-11 14:55:24 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:24 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:24 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:24 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:24 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:24 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:24 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:25 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:25 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:25 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:25 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:25 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:25 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:25 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:25 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:25 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:25 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:25 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-11 14:55:25 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (1.7ms) select sqlite_version(*)  (1.1ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.2ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attachable_id" integer, "attachable_type" varchar(255) DEFAULT 'Page', "name" varchar(255), "file" varchar(255), "content_type" varchar(255), "original_filename" varchar(255), "description" varchar(255), "secure_token" varchar(255), "file_size" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.9ms) CREATE TABLE "groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.2ms) CREATE TABLE "groups_pages" ("group_id" integer, "page_id" integer)   (1.1ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) NOT NULL, "body" text, "locked" integer DEFAULT 0, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.2ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20121210074921')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120824071117')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120904075542')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20120913061406')  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20120920033135')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20121210074527')  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml Binary data inserted for `string` type on column `password_digest` Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (3.3ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.2ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attachable_id" integer, "attachable_type" varchar(255) DEFAULT 'Page', "name" varchar(255), "file" varchar(255), "content_type" varchar(255), "original_filename" varchar(255), "description" varchar(255), "secure_token" varchar(255), "file_size" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.1ms) CREATE TABLE "groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.0ms) CREATE TABLE "groups_pages" ("group_id" integer, "page_id" integer)  (1.4ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) NOT NULL, "body" text, "locked" integer DEFAULT 0, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.4ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.0ms) PRAGMA index_list("schema_migrations")  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20121210074921')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120824071117')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120904075542')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120913061406')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20120920033135')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20121210074527') Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/pages/slug3" for 127.0.0.1 at 2012-12-14 15:29:34 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug3"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Completed 500 Internal Server Error in 26ms NoMethodError (undefined method `map' for nil:NilClass): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.8ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/pages/slug3" for 127.0.0.1 at 2012-12-14 15:34:05 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug3"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Completed 500 Internal Server Error in 51ms NoMethodError (undefined method `map' for nil:NilClass): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.2ms) Connecting to database specified by database.yml Started GET "/pages/slug3" for 127.0.0.1 at 2012-12-14 15:36:33 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug3"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Completed 500 Internal Server Error in 50ms NoMethodError (undefined method `map' for nil:NilClass): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.0ms) Connecting to database specified by database.yml Started GET "/pages/slug3" for 127.0.0.1 at 2012-12-14 15:36:53 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug3"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 AdminUser Load (3.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/slug2/@group3.html.erb within layouts/amalgam/admin/editor (0.6ms) Compiled responsive.css (208ms) (pid 92469) Compiled mercury/bootstrap-ish.css (0ms) (pid 92469) Compiled mercury/bootstrap-overrides.css (0ms) (pid 92469) Compiled mercury/dialog.css (0ms) (pid 92469) Compiled mercury/lightview.css (0ms) (pid 92469) Compiled mercury/modal.css (0ms) (pid 92469) Compiled mercury/statusbar.css (0ms) (pid 92469) Compiled mercury/toolbar.css (0ms) (pid 92469) Compiled mercury/tooltip.css (0ms) (pid 92469) Compiled mercury/uploader.css (0ms) (pid 92469) Compiled mercury/all_images.css (4ms) (pid 92469) Compiled mercury/mercury.css (182ms) (pid 92469) Compiled mercury.css (200ms) (pid 92469) Compiled amalgam/editor.css (489ms) (pid 92469) Compiled mercury/dependencies/jquery-ui-1.8.13.custom.js (1ms) (pid 92469) Compiled mercury/dependencies/jquery.additions.js (0ms) (pid 92469) Compiled mercury/dependencies/jquery.htmlClean.js (0ms) (pid 92469) Compiled mercury/dependencies/liquidmetal.js (0ms) (pid 92469) Compiled mercury/dependencies/showdown.js (0ms) (pid 92469) Compiled mercury/native_extensions.js (104ms) (pid 92469) Compiled mercury/page_editor.js (493ms) (pid 92469) Compiled mercury/history_buffer.js (88ms) (pid 92469) Compiled mercury/table_editor.js (572ms) (pid 92469) Compiled mercury/dialog.js (189ms) (pid 92469) Compiled mercury/palette.js (100ms) (pid 92469) Compiled mercury/select.js (146ms) (pid 92469) Compiled mercury/panel.js (180ms) (pid 92469) Compiled mercury/modal.js (354ms) (pid 92469) Compiled mercury/lightview.js (376ms) (pid 92469) Compiled mercury/statusbar.js (106ms) (pid 92469) Compiled mercury/toolbar.js (177ms) (pid 92469) Compiled mercury/toolbar.button.js (307ms) (pid 92469) Compiled mercury/toolbar.button_group.js (96ms) (pid 92469) Compiled mercury/toolbar.expander.js (163ms) (pid 92469) Compiled mercury/tooltip.js (111ms) (pid 92469) Compiled mercury/snippet.js (178ms) (pid 92469) Compiled mercury/snippet_toolbar.js (125ms) (pid 92469) Compiled mercury/region.js (148ms) (pid 92469) Compiled mercury/uploader.js (402ms) (pid 92469) Compiled mercury/regions/full.js (1824ms) (pid 92469) Compiled mercury/regions/image.js (144ms) (pid 92469) Compiled mercury/regions/markdown.js (855ms) (pid 92469) Compiled mercury/regions/simple.js (502ms) (pid 92469) Compiled mercury/regions/snippets.js (163ms) (pid 92469) Compiled mercury/dialogs/backcolor.js (116ms) (pid 92469) Compiled mercury/dialogs/forecolor.js (77ms) (pid 92469) Compiled mercury/dialogs/formatblock.js (78ms) (pid 92469) Compiled mercury/dialogs/snippetpanel.js (84ms) (pid 92469) Compiled mercury/dialogs/style.js (80ms) (pid 92469) Compiled mercury/modals/htmleditor.js (117ms) (pid 92469) Compiled mercury/modals/insertcharacter.js (79ms) (pid 92469) Compiled mercury/modals/insertlink.js (232ms) (pid 92469) Compiled mercury/modals/insertmedia.js (267ms) (pid 92469) Compiled mercury/modals/insertsnippet.js (85ms) (pid 92469) Compiled mercury/modals/inserttable.js (107ms) (pid 92469) Compiled mercury/finalize.js (72ms) (pid 92469) Compiled mercury/mercury.js (10219ms) (pid 92469) Compiled amalgam/mercury/locales/zh-CN.locale.js (186ms) (pid 92469) Compiled amalgam/mercury.js (10480ms) (pid 92469) Compiled jquery.iframe-transport.js (0ms) (pid 92469) Compiled jquery.remotipart.js (7ms) (pid 92469) Compiled amalgam/editor.js (10777ms) (pid 92469) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (60.1ms) Completed 200 OK in 12051ms (Views: 12029.2ms | ActiveRecord: 3.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-14 15:37:05 +0800 Served asset /bootstrap.css - 304 Not Modified (16ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-14 15:37:05 +0800 Served asset /responsive.css - 200 OK (6ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-14 15:37:05 +0800 Served asset /mercury/mercury.css - 200 OK (17ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-14 15:37:05 +0800 Served asset /mercury/bootstrap-ish.css - 200 OK (3ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-14 15:37:05 +0800 Served asset /mercury.css - 200 OK (18ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-14 15:37:05 +0800 Served asset /mercury/bootstrap-overrides.css - 200 OK (5ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-14 15:37:05 +0800 Served asset /mercury/dialog.css - 200 OK (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-14 15:37:05 +0800 Served asset /mercury/lightview.css - 200 OK (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-14 15:37:05 +0800 Served asset /mercury/modal.css - 200 OK (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-14 15:37:05 +0800 Served asset /mercury/statusbar.css - 200 OK (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-14 15:37:05 +0800 Served asset /mercury/toolbar.css - 200 OK (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-14 15:37:05 +0800 Served asset /mercury/tooltip.css - 200 OK (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-14 15:37:05 +0800 Served asset /mercury/uploader.css - 200 OK (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-14 15:37:05 +0800 Served asset /mercury/all_images.css - 200 OK (44ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /amalgam/editor.css - 200 OK (27ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /amalgam/mercury.js - 200 OK (56ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 200 OK (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/dependencies/jquery.additions.js - 200 OK (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 200 OK (3ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/dependencies/liquidmetal.js - 200 OK (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/dependencies/showdown.js - 200 OK (7ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/mercury.js - 200 OK (75ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/native_extensions.js - 200 OK (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/page_editor.js - 200 OK (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/history_buffer.js - 200 OK (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/table_editor.js - 200 OK (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/dialog.js - 200 OK (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/palette.js - 200 OK (8ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/select.js - 200 OK (6ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/statusbar.js - 200 OK (7ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/modal.js - 200 OK (8ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/panel.js - 200 OK (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/lightview.js - 200 OK (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/toolbar.js - 200 OK (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/toolbar.button.js - 200 OK (45ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/toolbar.button_group.js - 200 OK (4ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/toolbar.expander.js - 200 OK (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/tooltip.js - 200 OK (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/snippet.js - 200 OK (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/snippet_toolbar.js - 200 OK (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/region.js - 200 OK (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/uploader.js - 200 OK (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/regions/full.js - 200 OK (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/regions/image.js - 200 OK (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/regions/simple.js - 200 OK (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/regions/markdown.js - 200 OK (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/regions/snippets.js - 200 OK (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/dialogs/backcolor.js - 200 OK (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/dialogs/forecolor.js - 200 OK (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/dialogs/formatblock.js - 200 OK (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/dialogs/snippetpanel.js - 200 OK (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/dialogs/style.js - 200 OK (44ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/modals/htmleditor.js - 200 OK (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/modals/insertlink.js - 200 OK (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/modals/insertcharacter.js - 200 OK (4ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/modals/insertmedia.js - 200 OK (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/modals/insertsnippet.js - 200 OK (5ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/modals/inserttable.js - 200 OK (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /mercury/finalize.js - 200 OK (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 200 OK (1ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /jquery.iframe-transport.js - 200 OK (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /jquery.remotipart.js - 200 OK (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /amalgam/editor.js - 200 OK (55ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-14 15:37:06 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.3ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-14 15:37:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-14 15:37:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-14 15:37:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.4ms) Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-12-14 15:37:07 +0800 Served asset /mercury/toolbar/primary/_expander.png - 200 OK (9ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-14 15:37:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/pages/slug3?mercury_frame=true&_=1355470627022" for 127.0.0.1 at 2012-12-14 15:37:07 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1355470627022", "slug"=>"slug3"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Rendered pages/slug2/@group3.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.4ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-12-14 15:37:07 +0800 Served asset /mercury/loading-dark.gif - 200 OK (12ms) Started DELETE "/admin_user/signout" for 127.0.0.1 at 2012-12-14 15:37:13 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"RqoxUkJ+tjtfhvANbG7a50jYn2o5HXQ8ej+K8Hryl1E=", "resource"=>"admin_user"} {"session_id"=>"28ee19236c0fbb4fabfb2ef9df2b46b7", "_csrf_token"=>"RqoxUkJ+tjtfhvANbG7a50jYn2o5HXQ8ej+K8Hryl1E=", "admin_user_id"=>1} Redirected to http://127.0.0.1:3000/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-12-14 15:37:13 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 2ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.2ms) Started GET "/pages/slug3" for 127.0.0.1 at 2012-12-14 15:37:21 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug3"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Rendered pages/slug2/@group3.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.4ms) Started GET "/pages/slug3" for 127.0.0.1 at 2012-12-14 15:37:43 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug3"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Rendered pages/slug2/@group3.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.3ms) Connecting to database specified by database.yml Started GET "/pages/slug3" for 127.0.0.1 at 2012-12-14 15:37:52 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug3"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Completed 500 Internal Server Error in 51ms NoMethodError (undefined method `map' for nil:NilClass): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/pages/slug3" for 127.0.0.1 at 2012-12-14 15:52:55 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug3"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 1 Completed 500 Internal Server Error in 113ms NoMethodError (undefined method `tableize' for #): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.6ms) Started GET "/pages/slug3" for 127.0.0.1 at 2012-12-14 15:52:57 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug3"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 1 Completed 500 Internal Server Error in 33ms NoMethodError (undefined method `tableize' for #): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.7ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/pages/slug3" for 127.0.0.1 at 2012-12-14 15:55:34 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug3"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 1 Completed 500 Internal Server Error in 115ms NoMethodError (undefined method `tableize' for #): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.4ms) Connecting to database specified by database.yml Started GET "/pages/slug3" for 127.0.0.1 at 2012-12-14 15:56:17 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug3"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 1 Completed 500 Internal Server Error in 84ms NoMethodError (undefined method `list' for #): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.9ms) Connecting to database specified by database.yml Started GET "/pages/slug3" for 127.0.0.1 at 2012-12-14 15:56:54 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug3"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 1 Rendered pages/slug2/@group3.html.erb (0.5ms) Completed 200 OK in 123ms (Views: 37.0ms | ActiveRecord: 1.4ms) Started GET "/pages/slug3" for 127.0.0.1 at 2012-12-14 15:57:51 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug3"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 1 Rendered pages/slug2/@group3.html.erb (0.6ms) Completed 200 OK in 6ms (Views: 1.7ms | ActiveRecord: 0.7ms) Started GET "/pages/slug3" for 127.0.0.1 at 2012-12-14 15:58:36 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug3"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1 Rendered pages/slug2/@group3.html.erb (5.6ms) Completed 200 OK in 11ms (Views: 6.4ms | ActiveRecord: 0.8ms) Started GET "/pages/slug2" for 127.0.0.1 at 2012-12-14 15:59:33 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug2"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug2' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 1 Rendered pages/slug2.html.erb (0.4ms) Completed 200 OK in 5ms (Views: 1.4ms | ActiveRecord: 0.6ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-12-14 16:02:14 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://127.0.0.1:3000/admin_user/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 11ms (ActiveRecord: 0.0ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-12-14 16:02:14 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (11.0ms) Completed 200 OK in 136ms (Views: 126.7ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-14 16:02:14 +0800 Served asset /bootstrap.css - 304 Not Modified (14ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-14 16:02:14 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-14 16:02:14 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-14 16:02:14 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-14 16:02:14 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-14 16:02:14 +0800 Served asset /amalgam/admin.css - 304 Not Modified (17ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:14 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:14 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:14 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:14 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:14 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:14 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (48ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:14 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:14 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:14 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:14 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:14 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:14 +0800 Served asset /bootstrap-button.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:14 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:14 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:14 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:14 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:14 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-14 16:02:15 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (19ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-14 16:02:15 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (3ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-12-14 16:02:21 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"RqoxUkJ+tjtfhvANbG7a50jYn2o5HXQ8ej+K8Hryl1E=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 Redirected to http://127.0.0.1:3000/admin Completed 302 Found in 91ms (ActiveRecord: 0.2ms) Started GET "/admin" for 127.0.0.1 at 2012-12-14 16:02:21 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (27.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (35.9ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.8ms) Completed 200 OK in 226ms (Views: 210.5ms | ActiveRecord: 4.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-14 16:02:21 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-14 16:02:21 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-14 16:02:21 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-14 16:02:21 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:21 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-14 16:02:21 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-14 16:02:21 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:21 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:21 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:21 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:21 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:21 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:21 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:21 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:21 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:21 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:21 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:21 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:21 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:21 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:21 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:21 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:21 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:21 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-14 16:02:21 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-14 16:02:21 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-14 16:02:21 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (4ms) Started PUT "/admin/pages/2" for 127.0.0.1 at 2012-12-14 16:02:24 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1"}, "id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'slug3' AND "pages"."id" != 2 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] SQL (0.3ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 3 THEN "lft" + 4 - 3 WHEN "lft" BETWEEN 4 AND 4 THEN "lft" + 2 - 4 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 3 THEN "rgt" + 4 - 3 WHEN "rgt" BETWEEN 4 AND 4 THEN "rgt" + 2 - 4 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]]  (0.4ms) UPDATE "pages" SET "path" = 'slug3', "updated_at" = '2012-12-14 08:02:24.888812', "body" = '--- {} ' WHERE "pages"."id" = 2 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 3 AND "pages"."rgt" <= 4) AND ("pages"."id" != 2) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.2ms) commit transaction Rendered amalgam/admin/pages/_fields.html.haml (3.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 3 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (3.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (23.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (24.9ms) Completed 200 OK in 101ms (Views: 32.8ms | ActiveRecord: 4.3ms) Started GET "/admin" for 127.0.0.1 at 2012-12-14 16:02:26 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.6ms) Rendered amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (21.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (24.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.7ms) Completed 200 OK in 48ms (Views: 45.4ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-14 16:02:26 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-14 16:02:26 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-14 16:02:26 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-14 16:02:26 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-14 16:02:26 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-14 16:02:26 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:26 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:26 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:26 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:26 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:26 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:26 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:26 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:26 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:26 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:26 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:26 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:26 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:26 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:26 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:26 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:26 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:26 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:26 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/pages/slug3" for 127.0.0.1 at 2012-12-14 16:02:29 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug3"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/@group1/&l1.html.erb within layouts/amalgam/admin/editor (0.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.3ms) Completed 200 OK in 382ms (Views: 292.4ms | ActiveRecord: 1.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-14 16:02:29 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-14 16:02:29 +0800 Served asset /responsive.css - 304 Not Modified (8ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-14 16:02:29 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-14 16:02:29 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:29 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (89ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:30 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:30 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:30 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:30 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:30 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:30 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:30 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:30 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:30 +0800 Served asset /mercury/panel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:30 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:30 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:30 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:30 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:30 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:30 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (45ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:02:30 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-14 16:02:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-14 16:02:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-14 16:02:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.8ms) Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-14 16:02:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.6ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-14 16:02:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/pages/slug3?mercury_frame=true&_=1355472150321" for 127.0.0.1 at 2012-12-14 16:02:30 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1355472150321", "slug"=>"slug3"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 Rendered pages/@group1/&l1.html.erb (0.0ms) Completed 200 OK in 7ms (Views: 1.5ms | ActiveRecord: 0.9ms) Started PUT "/admin/pages/2" for 127.0.0.1 at 2012-12-14 16:02:49 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1"}, "id"=>"2"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'slug3' AND "pages"."id" != 2 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.3ms) UPDATE "pages" SET "parent_id" = 1, "path" = 'slug2/slug3', "updated_at" = '2012-12-14 08:02:49.648079', "body" = '--- {} ' WHERE "pages"."id" = 2 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 2 THEN "lft" + 4 - 2 WHEN "lft" BETWEEN 3 AND 4 THEN "lft" + 2 - 3 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 2 THEN "rgt" + 4 - 2 WHEN "rgt" BETWEEN 3 AND 4 THEN "rgt" + 2 - 3 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 2 AND "pages"."rgt" <= 3) AND ("pages"."id" != 2) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (3.3ms) commit transaction Rendered amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 2 AND "pages"."rgt" <= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (14.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (15.4ms) Completed 200 OK in 52ms (Views: 22.3ms | ActiveRecord: 5.6ms) Started GET "/pages/slug2/slug3" for 127.0.0.1 at 2012-12-14 16:03:04 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug2/slug3"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug2/slug3' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 2ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=slug2/slug3): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.7ms) Started GET "/pages/slug2" for 127.0.0.1 at 2012-12-14 16:03:14 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug2"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug2' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/slug2.html.erb within layouts/amalgam/admin/editor (0.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (47.9ms) Completed 200 OK in 105ms (Views: 100.3ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-14 16:03:14 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-14 16:03:14 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-14 16:03:14 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-14 16:03:14 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-14 16:03:14 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-14 16:03:14 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-14 16:03:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-14 16:03:14 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-14 16:03:14 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-14 16:03:14 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:03:14 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-14 16:03:14 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-14 16:03:14 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-14 16:03:14 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-14 16:03:14 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-14 16:03:14 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-14 16:03:14 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-14 16:03:14 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-14 16:03:14 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:03:14 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:03:14 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-14 16:03:14 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-14 16:03:14 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-14 16:03:14 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-14 16:03:14 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-14 16:03:14 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/pages/slug2?mercury_frame=true&_=1355472194448" for 127.0.0.1 at 2012-12-14 16:03:14 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1355472194448", "slug"=>"slug2"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug2' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 4) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 1 Rendered pages/slug2.html.erb (0.0ms) Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 1.1ms) Started GET "/admin" for 127.0.0.1 at 2012-12-14 16:06:11 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.8ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (25.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (28.6ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.1ms) Completed 200 OK in 50ms (Views: 48.7ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-14 16:06:11 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-14 16:06:11 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-14 16:06:11 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-14 16:06:11 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-14 16:06:11 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-14 16:06:11 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:11 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:11 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:11 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:11 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:11 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:11 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:11 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:11 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:11 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:11 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:11 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:11 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:11 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:11 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:11 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:11 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:11 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:11 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/pages/slug3" for 127.0.0.1 at 2012-12-14 16:06:15 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug3"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 1 AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/slug2/@group3.html.erb within layouts/amalgam/admin/editor (0.6ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.8ms) Completed 200 OK in 72ms (Views: 66.2ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-14 16:06:15 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-14 16:06:15 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-14 16:06:15 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-14 16:06:15 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:15 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:15 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:15 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:15 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:15 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:15 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:15 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:15 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:15 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:15 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:15 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:15 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:15 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:15 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:15 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:15 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:15 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-14 16:06:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-14 16:06:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-14 16:06:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-14 16:06:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-14 16:06:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/pages/slug3?mercury_frame=true&_=1355472375610" for 127.0.0.1 at 2012-12-14 16:06:15 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1355472375610", "slug"=>"slug3"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.3ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 1 Rendered pages/slug2/@group3.html.erb (0.1ms) Completed 200 OK in 11ms (Views: 2.0ms | ActiveRecord: 1.4ms) Started PUT "/admin/pages/2" for 127.0.0.1 at 2012-12-14 16:06:27 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"1"}, "id"=>"2"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'slug3' AND "pages"."id" != 2 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] SQL (0.3ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 3 THEN "lft" + 4 - 3 WHEN "lft" BETWEEN 4 AND 4 THEN "lft" + 2 - 4 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 3 THEN "rgt" + 4 - 3 WHEN "rgt" BETWEEN 4 AND 4 THEN "rgt" + 2 - 4 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]]  (0.4ms) UPDATE "pages" SET "path" = 'slug3', "updated_at" = '2012-12-14 08:06:27.551717', "body" = '--- {} ' WHERE "pages"."id" = 2 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 3 AND "pages"."rgt" <= 4) AND ("pages"."id" != 2) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.8ms) commit transaction Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 3 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (17.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (18.2ms) Completed 200 OK in 42ms (Views: 24.7ms | ActiveRecord: 4.6ms) Started GET "/admin" for 127.0.0.1 at 2012-12-14 16:06:29 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (22.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (24.8ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.9ms) Completed 200 OK in 46ms (Views: 44.3ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-14 16:06:29 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-14 16:06:29 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-14 16:06:29 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-14 16:06:29 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-14 16:06:29 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-14 16:06:29 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:29 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:29 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:29 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:29 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:29 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:29 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:29 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:29 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:29 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:29 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:29 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:29 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:29 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:29 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:29 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:29 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:29 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:29 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/pages/slug3" for 127.0.0.1 at 2012-12-14 16:06:48 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug3"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/@group1/&l1.html.erb within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.5ms) Completed 200 OK in 64ms (Views: 58.6ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-14 16:06:48 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:48 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-14 16:06:49 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-14 16:06:49 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-14 16:06:49 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:49 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:49 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:49 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:49 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:49 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:49 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:49 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:49 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:49 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:49 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:49 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:49 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:49 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:49 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:06:49 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-14 16:06:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-14 16:06:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-14 16:06:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-14 16:06:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-14 16:06:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/pages/slug3?mercury_frame=true&_=1355472409213" for 127.0.0.1 at 2012-12-14 16:06:49 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1355472409213", "slug"=>"slug3"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 Rendered pages/@group1/&l1.html.erb (0.0ms) Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 0.9ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-12-14 16:23:18 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (33.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (74.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (18.0ms) Completed 200 OK in 342ms (Views: 317.2ms | ActiveRecord: 4.3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-14 16:23:19 +0800 Served asset /amalgam/admin.css - 304 Not Modified (54ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-14 16:23:19 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-14 16:23:19 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-14 16:23:19 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-14 16:23:19 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-14 16:23:19 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:19 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:19 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (11ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:19 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:19 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:19 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:19 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:19 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:19 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:19 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:19 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:19 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:19 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:19 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:19 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:19 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:19 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:19 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (44ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:19 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/pages/slug3" for 127.0.0.1 at 2012-12-14 16:23:21 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug3"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.erb within layouts/amalgam/admin/editor (0.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.1ms) Completed 200 OK in 380ms (Views: 276.1ms | ActiveRecord: 1.5ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-14 16:23:21 +0800 Served asset /responsive.css - 304 Not Modified (7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-14 16:23:21 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:21 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (85ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-14 16:23:22 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:22 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-14 16:23:22 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:22 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:22 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:22 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:22 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:22 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:22 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:22 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:22 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:22 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:22 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:22 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (41ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:22 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:22 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:22 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:23:22 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-14 16:23:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.3ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-14 16:23:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-14 16:23:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-14 16:23:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-14 16:23:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.4ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/pages/slug3?mercury_frame=true&_=1355473402325" for 127.0.0.1 at 2012-12-14 16:23:22 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1355473402325", "slug"=>"slug3"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 Rendered pages/show.html.erb (0.1ms) Completed 200 OK in 8ms (Views: 2.0ms | ActiveRecord: 0.8ms) Started GET "/pages/slug3" for 127.0.0.1 at 2012-12-14 16:24:31 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug3"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.erb within layouts/amalgam/admin/editor (0.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.1ms) Completed 200 OK in 46ms (Views: 42.9ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:31 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:31 +0800 Served asset /mercury.css - 304 Not Modified (50ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:31 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:31 +0800 Served asset /mercury/mercury.css - 304 Not Modified (17ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:31 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:31 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:31 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:31 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:31 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:31 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:31 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:31 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:31 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:31 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:31 +0800 Served asset /amalgam/editor.css - 304 Not Modified (65ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/mercury.js - 304 Not Modified (39ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/select.js - 304 Not Modified (7ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (10ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (46ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (46ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (4ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Served asset /amalgam/editor.js - 304 Not Modified (49ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/pages/slug3?mercury_frame=true&_=1355473472794" for 127.0.0.1 at 2012-12-14 16:24:32 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1355473472794", "slug"=>"slug3"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 Rendered pages/show.html.erb (0.0ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.5ms) Connecting to database specified by database.yml Started GET "/pages/slug3" for 127.0.0.1 at 2012-12-14 16:24:46 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug3"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.erb within layouts/amalgam/admin/editor (0.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (22.8ms) Completed 200 OK in 423ms (Views: 332.9ms | ActiveRecord: 1.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /bootstrap.css - 304 Not Modified (14ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/mercury.css - 304 Not Modified (14ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury.css - 304 Not Modified (49ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (7ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /amalgam/editor.css - 304 Not Modified (34ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (86ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/mercury.js - 304 Not Modified (39ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (4ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (39ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/uploader.js - 304 Not Modified (44ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:47 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:48 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:48 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:48 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:48 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-14 16:24:48 +0800 Served asset /amalgam/editor.js - 304 Not Modified (50ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-14 16:24:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-14 16:24:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-14 16:24:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-14 16:24:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-14 16:24:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/pages/slug3?mercury_frame=true&_=1355473488164" for 127.0.0.1 at 2012-12-14 16:24:48 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1355473488164", "slug"=>"slug3"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 Rendered pages/show.html.erb (0.0ms) Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 0.6ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/pages/slug3" for 127.0.0.1 at 2012-12-14 16:27:41 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug3"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/@group3.html.haml within layouts/amalgam/admin/editor (1.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (21.5ms) Completed 200 OK in 426ms (Views: 337.5ms | ActiveRecord: 1.6ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-14 16:27:41 +0800 Served asset /responsive.css - 304 Not Modified (9ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-14 16:27:41 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-14 16:27:41 +0800 Served asset /mercury/mercury.css - 304 Not Modified (18ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-14 16:27:41 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-14 16:27:41 +0800 Served asset /bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-14 16:27:41 +0800 Served asset /mercury.css - 304 Not Modified (18ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-14 16:27:41 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-14 16:27:41 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-14 16:27:41 +0800 Served asset /mercury/modal.css - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-14 16:27:41 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-14 16:27:41 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (7ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-14 16:27:41 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-14 16:27:41 +0800 Served asset /mercury/uploader.css - 304 Not Modified (6ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-14 16:27:41 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-14 16:27:41 +0800 Served asset /amalgam/editor.css - 304 Not Modified (29ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:41 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:41 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:41 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (81ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/mercury.js - 304 Not Modified (38ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/dialog.js - 304 Not Modified (38ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/select.js - 304 Not Modified (4ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/region.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/uploader.js - 304 Not Modified (42ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (4ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /mercury/finalize.js - 304 Not Modified (44ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Served asset /amalgam/editor.js - 304 Not Modified (46ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.8ms) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/pages/slug3?mercury_frame=true&_=1355473662772" for 127.0.0.1 at 2012-12-14 16:27:42 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1355473662772", "slug"=>"slug3"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 Rendered pages/@group3.html.haml (0.2ms) Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.6ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-14 16:27:56 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.1ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (27.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (32.0ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.2ms) Completed 200 OK in 241ms (Views: 237.5ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-14 16:27:56 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-14 16:27:56 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-14 16:27:56 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-14 16:27:56 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-14 16:27:56 +0800 Served asset /amalgam/admin.css - 304 Not Modified (19ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-14 16:27:56 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:56 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:56 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:56 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:56 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:56 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:56 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:57 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:57 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:57 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:57 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:57 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:57 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:57 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:57 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:57 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:57 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:57 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-14 16:27:57 +0800 Served asset /amalgam/admin.js - 304 Not Modified (55ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-14 16:27:58 +0800 Processing by Amalgam::Admin::PagesController#new as JS AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered amalgam/admin/pages/_fields.html.haml (3.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (8.7ms) Completed 200 OK in 13ms (Views: 10.7ms | ActiveRecord: 0.1ms) Started POST "/admin/pages" for 127.0.0.1 at 2012-12-14 16:28:07 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"RqoxUkJ+tjtfhvANbG7a50jYn2o5HXQ8ej+K8Hryl1E=", "page"=>{"title"=>"slug4", "slug"=>"slug4", "locked"=>"0", "parent_id"=>""}, "commit"=>"添加页面"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 2ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: locked): activemodel (3.2.8) lib/active_model/mass_assignment_security/sanitizer.rb:48:in `process_removed_attributes' activemodel (3.2.8) lib/active_model/mass_assignment_security/sanitizer.rb:20:in `debug_protected_attribute_removal' activemodel (3.2.8) lib/active_model/mass_assignment_security/sanitizer.rb:12:in `sanitize' activemodel (3.2.8) lib/active_model/mass_assignment_security.rb:230:in `sanitize_for_mass_assignment' activerecord (3.2.8) lib/active_record/attribute_assignment.rb:75:in `assign_attributes' activerecord (3.2.8) lib/active_record/base.rb:498:in `initialize' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:40:in `new' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:40:in `create' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__3870125729315048627__process_action__904815027439331692__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3276726370541478320__call__2155296861203249936__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.8ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-14 16:31:34 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.9ms) Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (22.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (25.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.3ms) Completed 200 OK in 51ms (Views: 48.4ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-14 16:31:34 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-14 16:31:34 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-14 16:31:34 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-14 16:31:34 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-14 16:31:34 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-14 16:31:34 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:34 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:34 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:34 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:34 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:34 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:34 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:34 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:34 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:34 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:34 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:34 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:34 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:34 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:34 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:34 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:34 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:34 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:34 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-14 16:31:41 +0800 Processing by Amalgam::Admin::PagesController#new as JS AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered amalgam/admin/pages/_fields.html.haml (2.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (6.7ms) Completed 200 OK in 11ms (Views: 8.6ms | ActiveRecord: 0.2ms) Started POST "/admin/pages" for 127.0.0.1 at 2012-12-14 16:31:47 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"RqoxUkJ+tjtfhvANbG7a50jYn2o5HXQ8ej+K8Hryl1E=", "page"=>{"title"=>"slug4", "slug"=>"slug4", "parent_id"=>""}, "commit"=>"添加页面"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'slug4' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (2.3ms) INSERT INTO "pages" ("body", "created_at", "lft", "locked", "parent_id", "path", "rgt", "slug", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 14 Dec 2012 16:31:47 CST +08:00], ["lft", 5], ["locked", 0], ["parent_id", nil], ["path", "slug4"], ["rgt", 6], ["slug", "slug4"], ["title", "slug4"], ["updated_at", Fri, 14 Dec 2012 16:31:47 CST +08:00]]  (2.8ms) commit transaction Rendered amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (19.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (20.8ms) Completed 200 OK in 44ms (Views: 29.5ms | ActiveRecord: 5.8ms) Started PUT "/admin/pages/2" for 127.0.0.1 at 2012-12-14 16:31:50 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"3"}, "id"=>"2"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'slug3' AND "pages"."id" != 2 AND "pages"."parent_id" = 3) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 3 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "parent_id" = 3, "path" = 'slug4/slug3', "updated_at" = '2012-12-14 08:31:50.895201', "body" = '--- {} ' WHERE "pages"."id" = 2 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 3]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 3 AND 4 THEN "lft" + 5 - 4 WHEN "lft" BETWEEN 5 AND 5 THEN "lft" + 3 - 5 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 3 AND 4 THEN "rgt" + 5 - 4 WHEN "rgt" BETWEEN 5 AND 5 THEN "rgt" + 3 - 5 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN 3 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 3]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 4 AND "pages"."rgt" <= 5) AND ("pages"."id" != 2) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (1.8ms) commit transaction Rendered amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 4 AND "pages"."rgt" <= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (13.2ms) Completed 200 OK in 50ms (Views: 21.3ms | ActiveRecord: 4.2ms) Started GET "/pages/slug3" for 127.0.0.1 at 2012-12-14 16:31:52 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug3"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 4 AND "pages"."rgt" >= 5) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 3 AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/@group3.html.haml within layouts/amalgam/admin/editor (0.5ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (57.9ms) Completed 200 OK in 118ms (Views: 112.7ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-14 16:31:52 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-14 16:31:52 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-14 16:31:52 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-14 16:31:52 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-14 16:31:52 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-14 16:31:52 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-14 16:31:52 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-14 16:31:52 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-14 16:31:52 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-14 16:31:52 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-14 16:31:52 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-14 16:31:52 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-14 16:31:52 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-14 16:31:52 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-14 16:31:52 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:52 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:52 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/pages/slug3?mercury_frame=true&_=1355473913479" for 127.0.0.1 at 2012-12-14 16:31:53 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1355473913479", "slug"=>"slug3"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 4 AND "pages"."rgt" >= 5) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 3 Rendered pages/@group3.html.haml (0.3ms) Completed 200 OK in 9ms (Views: 1.7ms | ActiveRecord: 1.2ms) Started PUT "/admin/pages/2" for 127.0.0.1 at 2012-12-14 16:32:03 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1"}, "id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'slug3' AND "pages"."id" != 2 AND "pages"."parent_id" = 1) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1  (0.4ms) UPDATE "pages" SET "parent_id" = 1, "path" = 'slug2/slug3', "updated_at" = '2012-12-14 08:32:03.223921', "body" = '--- {} ' WHERE "pages"."id" = 2 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] SQL (0.6ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 3 THEN "lft" + 5 - 3 WHEN "lft" BETWEEN 4 AND 5 THEN "lft" + 2 - 4 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 3 THEN "rgt" + 5 - 3 WHEN "rgt" BETWEEN 4 AND 5 THEN "rgt" + 2 - 4 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN 1 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 2 AND "pages"."rgt" <= 3) AND ("pages"."id" != 2) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.2ms) commit transaction Rendered amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 2 AND "pages"."rgt" <= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (13.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (14.8ms) Completed 200 OK in 45ms (Views: 23.5ms | ActiveRecord: 4.3ms) Started GET "/pages/slug3" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug3"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/slug2/@group3.html.erb within layouts/amalgam/admin/editor (0.6ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.2ms) Completed 200 OK in 63ms (Views: 58.4ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/pages/slug3?mercury_frame=true&_=1355473928846" for 127.0.0.1 at 2012-12-14 16:32:08 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1355473928846", "slug"=>"slug3"} Page Load (0.6ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 1 Rendered pages/slug2/@group3.html.erb (0.1ms) Completed 200 OK in 9ms (Views: 1.1ms | ActiveRecord: 1.3ms) Started PUT "/admin/pages/2" for 127.0.0.1 at 2012-12-14 17:29:00 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"1"}, "id"=>"2"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'slug3' AND "pages"."id" != 2 AND "pages"."parent_id" = 1) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-12-14 09:29:00.389088', "body" = '--- {} ' WHERE "pages"."id" = 2  (2.5ms) commit transaction Rendered amalgam/admin/pages/_fields.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 2 AND "pages"."rgt" <= 3) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (13.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (14.9ms) Completed 200 OK in 80ms (Views: 23.3ms | ActiveRecord: 3.5ms) Started GET "/pages/slug3" for 127.0.0.1 at 2012-12-14 17:29:02 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug3"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 1 AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/slug2/@group3.html.erb within layouts/amalgam/admin/editor (0.1ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.1ms) Completed 200 OK in 72ms (Views: 64.9ms | ActiveRecord: 1.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/pages/slug3?mercury_frame=true&_=1355477343681" for 127.0.0.1 at 2012-12-14 17:29:03 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1355477343681", "slug"=>"slug3"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 2 AND "pages"."rgt" >= 3) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 1 Rendered pages/slug2/@group3.html.erb (0.1ms) Completed 200 OK in 8ms (Views: 1.1ms | ActiveRecord: 1.2ms) Started PUT "/admin/pages/2" for 127.0.0.1 at 2012-12-14 17:29:29 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"parent_id"=>"3"}, "id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'slug3' AND "pages"."id" != 2 AND "pages"."parent_id" = 3) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 3 ORDER BY lft ASC LIMIT 1  (0.3ms) UPDATE "pages" SET "parent_id" = 3, "path" = 'slug4/slug3', "updated_at" = '2012-12-14 09:29:29.529075', "body" = '--- {} ' WHERE "pages"."id" = 2 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC, "pages"."lft" LIMIT 1 [["id", 3]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] SQL (0.5ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 3 THEN "lft" + 5 - 3 WHEN "lft" BETWEEN 4 AND 5 THEN "lft" + 2 - 4 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 3 THEN "rgt" + 5 - 3 WHEN "rgt" BETWEEN 4 AND 5 THEN "rgt" + 2 - 4 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN 3 ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 3]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 4 AND "pages"."rgt" <= 5) AND ("pages"."id" != 2) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.8ms) commit transaction Rendered amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 4 AND "pages"."rgt" <= 5) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (12.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (14.0ms) Completed 200 OK in 39ms (Views: 21.2ms | ActiveRecord: 4.7ms) Started GET "/pages/slug3" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug3"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 4 AND "pages"."rgt" >= 5) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 3 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/@group3.html.haml within layouts/amalgam/admin/editor (0.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (66.3ms) Completed 200 OK in 124ms (Views: 117.5ms | ActiveRecord: 1.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:31 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:32 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:32 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:32 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:32 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-14 17:29:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-14 17:29:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-14 17:29:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-14 17:29:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-14 17:29:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/pages/slug3?mercury_frame=true&_=1355477372104" for 127.0.0.1 at 2012-12-14 17:29:32 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1355477372104", "slug"=>"slug3"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 4 AND "pages"."rgt" >= 5) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 3 Rendered pages/@group3.html.haml (0.3ms) Completed 200 OK in 10ms (Views: 1.8ms | ActiveRecord: 1.1ms) Started PUT "/admin/pages/2" for 127.0.0.1 at 2012-12-14 17:29:50 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"prev_id"=>"3"}, "id"=>"2"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'slug3' AND "pages"."id" != 2 AND "pages"."parent_id" = 3) LIMIT 1 Page Load (0.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "3"]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 3]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] SQL (0.3ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 4 AND 5 THEN "lft" + 6 - 5 WHEN "lft" BETWEEN 6 AND 6 THEN "lft" + 4 - 6 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 4 AND 5 THEN "rgt" + 6 - 5 WHEN "rgt" BETWEEN 6 AND 6 THEN "rgt" + 4 - 6 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 3]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]]  (0.4ms) UPDATE "pages" SET "path" = 'slug3', "updated_at" = '2012-12-14 09:29:50.591572', "body" = '--- {} ' WHERE "pages"."id" = 2 Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) AND ("pages"."id" != 2) AND ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (2.0ms) commit transaction Rendered amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.6ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (13.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (14.5ms) Completed 200 OK in 38ms (Views: 21.4ms | ActiveRecord: 3.7ms) Started GET "/pages/slug3" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug3"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/@group3.html.haml within layouts/amalgam/admin/editor (0.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.0ms) Completed 200 OK in 62ms (Views: 56.7ms | ActiveRecord: 0.9ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:52 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/pages/slug3?mercury_frame=true&_=1355477393255" for 127.0.0.1 at 2012-12-14 17:29:53 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1355477393255", "slug"=>"slug3"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 Rendered pages/@group3.html.haml (0.2ms) Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.6ms) Started GET "/pages/slug3" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug3"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/@group3.html.haml within layouts/amalgam/admin/editor (0.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (61.1ms) Completed 200 OK in 118ms (Views: 114.0ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:21 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:22 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:22 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:22 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:22 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:22 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:22 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:22 +0800 Served asset /amalgam/editor.js - 304 Not Modified (48ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-14 17:45:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-14 17:45:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 10ms (Views: 10.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-14 17:45:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-14 17:45:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-14 17:45:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/pages/slug3?mercury_frame=true&_=1355478322181" for 127.0.0.1 at 2012-12-14 17:45:22 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1355478322181", "slug"=>"slug3"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug3' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 2 Rendered pages/@group3.html.haml (0.3ms) Completed 200 OK in 7ms (Views: 1.6ms | ActiveRecord: 0.8ms) Started GET "/pages/slug2" for 127.0.0.1 at 2012-12-14 17:45:52 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug2"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug2' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/slug2.html.erb within layouts/amalgam/admin/editor (0.6ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.2ms) Completed 200 OK in 60ms (Views: 53.5ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:53 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-14 17:45:54 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-14 17:45:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-14 17:45:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-14 17:45:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-14 17:45:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-14 17:45:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/pages/slug2?mercury_frame=true&_=1355478354274" for 127.0.0.1 at 2012-12-14 17:45:54 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1355478354274", "slug"=>"slug2"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug2' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 1 Rendered pages/slug2.html.erb (0.1ms) Completed 200 OK in 7ms (Views: 1.3ms | ActiveRecord: 0.9ms) Started GET "/pages/slug4" for 127.0.0.1 at 2012-12-14 17:46:00 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"slug4"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug4' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 3) ORDER BY lft ASC, "pages"."lft" Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 3 AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.erb within layouts/amalgam/admin/editor (0.3ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.8ms) Completed 200 OK in 55ms (Views: 51.6ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-14 17:46:00 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-14 17:46:00 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-14 17:46:00 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-14 17:46:00 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-14 17:46:00 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-14 17:46:00 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-14 17:46:00 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-14 17:46:00 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-14 17:46:00 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-14 17:46:00 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 7ms (Views: 7.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started GET "/pages/slug4?mercury_frame=true&_=1355478361462" for 127.0.0.1 at 2012-12-14 17:46:01 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1355478361462", "slug"=>"slug4"} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'slug4' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 3) ORDER BY lft ASC, "pages"."lft" Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "groups_pages" ON "groups"."id" = "groups_pages"."group_id" WHERE "groups_pages"."page_id" = 3 Rendered pages/show.html.erb (0.1ms) Completed 200 OK in 7ms (Views: 1.5ms | ActiveRecord: 0.9ms) Started GET "/" for 127.0.0.1 at 2012-12-16 17:08:27 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 1ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.1ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.2ms) select sqlite_version(*)  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) NOT NULL, "body" text, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120824071117')  (0.8ms) commit transaction Migrating to CreatePosts (20120904075542)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120904075542')  (0.9ms) commit transaction Migrating to CreateAdmins (20120913061406)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120913061406')  (1.1ms) commit transaction Migrating to CreateAttachments (20120920033135)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attachable_id" integer, "attachable_type" varchar(255) DEFAULT 'Page', "name" varchar(255), "file" varchar(255), "content_type" varchar(255), "original_filename" varchar(255), "description" varchar(255), "secure_token" varchar(255), "file_size" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120920033135')  (0.7ms) commit transaction Migrating to CreateGroups (20121219062850)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062850')  (0.9ms) commit transaction Migrating to CreateBaseGroups (20121219062901)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "base_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer, "groupable_type" varchar(255), "groupable_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062901')  (1.0ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("attachments")  (0.0ms) PRAGMA index_list("base_groups")  (0.0ms) PRAGMA index_list("groups")  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (0.9ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.0ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attachable_id" integer, "attachable_type" varchar(255) DEFAULT 'Page', "name" varchar(255), "file" varchar(255), "content_type" varchar(255), "original_filename" varchar(255), "description" varchar(255), "secure_token" varchar(255), "file_size" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.3ms) CREATE TABLE "base_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer, "groupable_type" varchar(255), "groupable_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.2ms) CREATE TABLE "groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.0ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) NOT NULL, "body" text, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.9ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.0ms) PRAGMA index_list("schema_migrations")  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20121219062901')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20120824071117')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20120904075542')  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20120913061406')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20120920033135')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20121219062850') Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (3.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) NOT NULL, "body" text, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120824071117')  (0.9ms) commit transaction Migrating to CreatePosts (20120904075542)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120904075542')  (1.0ms) commit transaction Migrating to CreateAdmins (20120913061406)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120913061406')  (1.1ms) commit transaction Migrating to CreateAttachments (20120920033135)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attachable_id" integer, "attachable_type" varchar(255) DEFAULT 'Page', "name" varchar(255), "file" varchar(255), "content_type" varchar(255), "original_filename" varchar(255), "description" varchar(255), "secure_token" varchar(255), "file_size" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120920033135')  (0.6ms) commit transaction Migrating to CreateAmalgamGroups (20121219062850)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "amalgam_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062850')  (0.9ms) commit transaction Migrating to CreateAmalgamBaseGroups (20121219062901)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "amalgam_base_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer, "groupable_type" varchar(255), "groupable_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062901')  (1.1ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("amalgam_base_groups")  (0.0ms) PRAGMA index_list("amalgam_groups")  (0.0ms) PRAGMA index_list("attachments")  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (3.3ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.3ms) CREATE TABLE "amalgam_base_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer, "groupable_type" varchar(255), "groupable_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.3ms) CREATE TABLE "amalgam_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.1ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attachable_id" integer, "attachable_type" varchar(255) DEFAULT 'Page', "name" varchar(255), "file" varchar(255), "content_type" varchar(255), "original_filename" varchar(255), "description" varchar(255), "secure_token" varchar(255), "file_size" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.3ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) NOT NULL, "body" text, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.1ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.0ms) PRAGMA index_list("schema_migrations")  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20121219062901')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20120824071117')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120904075542')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120913061406')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20120920033135')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20121219062850') Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Binary data inserted for `string` type on column `password_digest` Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-19 15:38:30 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 35ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.8ms) Started GET "/ad" for 127.0.0.1 at 2012-12-19 15:38:34 +0800 ActionController::RoutingError (No route matches [GET] "/ad"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' rack (1.4.1) lib/rack/lint.rb:48:in `_call' rack (1.4.1) lib/rack/lint.rb:36:in `call' rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' rack (1.4.1) lib/rack/chunked.rb:43:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' unicorn (4.1.1) lib/unicorn/http_server.rb:528:in `process_client' unicorn (4.1.1) lib/unicorn/http_server.rb:600:in `worker_loop' unicorn (4.1.1) lib/unicorn/http_server.rb:485:in `spawn_missing_workers' unicorn (4.1.1) lib/unicorn/http_server.rb:135:in `start' unicorn (4.1.1) bin/unicorn:121:in `' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `load' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/admin" for 127.0.0.1 at 2012-12-19 15:38:37 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://127.0.0.1:8080/admin_user/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 7ms (ActiveRecord: 0.0ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-12-19 15:38:37 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (9.6ms) Completed 200 OK in 139ms (Views: 131.0ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 15:38:37 +0800 Served asset /bootstrap.css - 200 OK (60ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 15:38:37 +0800 Served asset /amalgam/extra.css - 200 OK (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 15:38:37 +0800 Served asset /amalgam/admin/_mixins.css - 200 OK (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 15:38:37 +0800 Served asset /amalgam/admin/layout.css - 200 OK (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 15:38:37 +0800 Served asset /amalgam/admin/login.css - 200 OK (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 15:38:37 +0800 Served asset /amalgam/admin.css - 200 OK (23ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 15:38:37 +0800 Served asset /modernizr.js - 200 OK (2ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 15:38:37 +0800 Served asset /jquery.ui.widget.js - 200 OK (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 15:38:37 +0800 Served asset /jquery.ui.mouse.js - 200 OK (8ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 15:38:37 +0800 Served asset /jquery.ui.sortable.js - 200 OK (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 15:38:37 +0800 Served asset /jquery.ui.nestedSortable.js - 200 OK (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 15:38:37 +0800 Served asset /bootstrap-dropdown.js - 200 OK (3ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 15:38:37 +0800 Served asset /jquery.scrollto.js - 200 OK (1ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 15:38:37 +0800 Served asset /bootstrap-alert.js - 200 OK (5ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 15:38:37 +0800 Served asset /bootstrap-tooltip.js - 200 OK (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 15:38:37 +0800 Served asset /bootstrap-button.js - 200 OK (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 15:38:37 +0800 Served asset /jquery.js - 200 OK (37ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 15:38:37 +0800 Served asset /jquery.ui.core.js - 200 OK (6ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 15:38:37 +0800 Served asset /amalgam/admin/app.js - 200 OK (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 15:38:37 +0800 Served asset /amalgam/admin/popover.js - 200 OK (4ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 15:38:37 +0800 Served asset /amalgam/extra.js - 200 OK (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 15:38:37 +0800 Served asset /amalgam/admin/tree.js - 200 OK (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 15:38:37 +0800 Served asset /amalgam/admin.js - 200 OK (23ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 15:38:37 +0800 Served asset /jquery_ujs.js - 200 OK (2ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-19 15:38:37 +0800 Served asset /amalgam/admin/bg.png - 200 OK (2ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-19 15:38:37 +0800 Served asset /glyphicons-halflings.png - 200 OK (4ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-12-19 15:38:44 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 Redirected to http://127.0.0.1:8080/admin Completed 302 Found in 89ms (ActiveRecord: 0.2ms) Started GET "/admin" for 127.0.0.1 at 2012-12-19 15:38:44 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (28.4ms) ["amalgam/admin/pages"] ["amalgam/admin/posts"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.5ms) Completed 200 OK in 183ms (Views: 169.4ms | ActiveRecord: 3.8ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-19 15:38:44 +0800 Served asset /glyphicons-halflings-white.png - 200 OK (4ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-19 15:38:44 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 200 OK (2ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-19 15:38:44 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 200 OK (2ms) Started GET "/admin/posts" for 127.0.0.1 at 2012-12-19 15:38:59 +0800 LoadError (Expected /Users/brownjohn/code/amalgam/spec/dummy/app/controllers/posts_controller.rb to define PostsController): activesupport (3.2.8) lib/active_support/dependencies.rb:503:in `load_missing_constant' activesupport (3.2.8) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:514:in `load_missing_constant' activesupport (3.2.8) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:514:in `load_missing_constant' activesupport (3.2.8) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/dependencies.rb:554:in `get' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3099591448861192099__call__514907747036852138__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' rack (1.4.1) lib/rack/lint.rb:48:in `_call' rack (1.4.1) lib/rack/lint.rb:36:in `call' rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' rack (1.4.1) lib/rack/chunked.rb:43:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' unicorn (4.1.1) lib/unicorn/http_server.rb:528:in `process_client' unicorn (4.1.1) lib/unicorn/http_server.rb:600:in `worker_loop' unicorn (4.1.1) lib/unicorn/http_server.rb:485:in `spawn_missing_workers' unicorn (4.1.1) lib/unicorn/http_server.rb:135:in `start' unicorn (4.1.1) bin/unicorn:121:in `' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `load' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.7ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2012-12-19 15:39:02 +0800 LoadError (Expected /Users/brownjohn/code/amalgam/spec/dummy/app/controllers/posts_controller.rb to define PostsController): activesupport (3.2.8) lib/active_support/dependencies.rb:503:in `load_missing_constant' activesupport (3.2.8) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:514:in `load_missing_constant' activesupport (3.2.8) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:514:in `load_missing_constant' activesupport (3.2.8) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/dependencies.rb:554:in `get' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3099591448861192099__call__514907747036852138__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' rack (1.4.1) lib/rack/lint.rb:48:in `_call' rack (1.4.1) lib/rack/lint.rb:36:in `call' rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' rack (1.4.1) lib/rack/chunked.rb:43:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' unicorn (4.1.1) lib/unicorn/http_server.rb:528:in `process_client' unicorn (4.1.1) lib/unicorn/http_server.rb:600:in `worker_loop' unicorn (4.1.1) lib/unicorn/http_server.rb:485:in `spawn_missing_workers' unicorn (4.1.1) lib/unicorn/http_server.rb:135:in `start' unicorn (4.1.1) bin/unicorn:121:in `' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `load' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.6ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-19 17:03:42 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 34ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.6ms) Started GET "/admin" for 127.0.0.1 at 2012-12-19 17:03:47 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (25.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (39.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.6ms) Completed 500 Internal Server Error in 353ms ActionView::Template::Error (uninitialized constant Group): 5: %h3.brand 6: =link_to 'Amalgam', '/' 7: %ul.nav 8: = controller_links 9: %ul.nav.pull-right 10: - if editor 11: %li.edit activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/core_ext/string/inflections.rb:54:in `constantize' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:35:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___3975174145421906608_70160335467600' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__2138257309889076458_70160335354340' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__2024986784090608255__process_action__2784969493899424677__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2675863628641942324__call__350966442043504004__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' rack (1.4.1) lib/rack/lint.rb:48:in `_call' rack (1.4.1) lib/rack/lint.rb:36:in `call' rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' rack (1.4.1) lib/rack/chunked.rb:43:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' unicorn (4.1.1) lib/unicorn/http_server.rb:528:in `process_client' unicorn (4.1.1) lib/unicorn/http_server.rb:600:in `worker_loop' unicorn (4.1.1) lib/unicorn/http_server.rb:485:in `spawn_missing_workers' unicorn (4.1.1) lib/unicorn/http_server.rb:135:in `start' unicorn (4.1.1) bin/unicorn:121:in `' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `load' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.6ms) Started GET "/admin" for 127.0.0.1 at 2012-12-19 17:15:34 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (13.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (5.0ms) Completed 500 Internal Server Error in 58ms ActionView::Template::Error (uninitialized constant Group): 5: %h3.brand 6: =link_to 'Amalgam', '/' 7: %ul.nav 8: = controller_links 9: = drop_down Amalgam::Models::Group.model_name.human,'#', :controller => "amalgam/admin/groups" do 10: dropdown_item(t('amalgam.admin.actions.index'), amalgam.admin_groups_path) + dropdown_item(t('amalgam.admin.actions.new'), amalgam.new_admin_groups_path)) 11: %ul.nav.pull-right activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/core_ext/string/inflections.rb:54:in `constantize' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:35:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___3975174145421906608_70160345921440' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__2138257309889076458_70160335354340' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__2024986784090608255__process_action__2784969493899424677__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2675863628641942324__call__350966442043504004__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' rack (1.4.1) lib/rack/lint.rb:48:in `_call' rack (1.4.1) lib/rack/lint.rb:36:in `call' rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' rack (1.4.1) lib/rack/chunked.rb:43:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' unicorn (4.1.1) lib/unicorn/http_server.rb:528:in `process_client' unicorn (4.1.1) lib/unicorn/http_server.rb:600:in `worker_loop' unicorn (4.1.1) lib/unicorn/http_server.rb:485:in `spawn_missing_workers' unicorn (4.1.1) lib/unicorn/http_server.rb:135:in `start' unicorn (4.1.1) bin/unicorn:121:in `' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `load' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.4ms) Started GET "/admin" for 127.0.0.1 at 2012-12-19 17:16:41 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (6.4ms) Completed 500 Internal Server Error in 57ms ActionView::Template::Error (uninitialized constant Group): 5: %h3.brand 6: =link_to 'Amalgam', '/' 7: %ul.nav 8: = controller_links 9: = drop_down ::Amalgam::Models::Group.model_name.human,'#', :controller => "amalgam/admin/groups" do 10: dropdown_item(t('amalgam.admin.actions.index'), amalgam.admin_groups_path) + dropdown_item(t('amalgam.admin.actions.new'), amalgam.new_admin_groups_path)) 11: %ul.nav.pull-right activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/core_ext/string/inflections.rb:54:in `constantize' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:35:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___3975174145421906608_70160331603520' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__2138257309889076458_70160335354340' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__2024986784090608255__process_action__2784969493899424677__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2675863628641942324__call__350966442043504004__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' rack (1.4.1) lib/rack/lint.rb:48:in `_call' rack (1.4.1) lib/rack/lint.rb:36:in `call' rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' rack (1.4.1) lib/rack/chunked.rb:43:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' unicorn (4.1.1) lib/unicorn/http_server.rb:528:in `process_client' unicorn (4.1.1) lib/unicorn/http_server.rb:600:in `worker_loop' unicorn (4.1.1) lib/unicorn/http_server.rb:485:in `spawn_missing_workers' unicorn (4.1.1) lib/unicorn/http_server.rb:135:in `start' unicorn (4.1.1) bin/unicorn:121:in `' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `load' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.6ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-12-19 17:17:25 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (29.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (40.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (44.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (47.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (61.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (16.2ms) Completed 200 OK in 326ms (Views: 277.4ms | ActiveRecord: 30.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:17:26 +0800 Served asset /bootstrap.css - 304 Not Modified (24ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:17:26 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:17:26 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (34ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:17:26 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:17:26 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:17:26 +0800 Served asset /amalgam/admin.css - 304 Not Modified (26ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:17:26 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:17:26 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:17:26 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:17:26 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:17:26 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:17:26 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:17:26 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:17:26 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:17:26 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:17:26 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:17:26 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:17:26 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:17:26 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:17:26 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:17:26 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:17:26 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:17:26 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:17:26 +0800 Served asset /amalgam/admin.js - 304 Not Modified (57ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-19 17:17:26 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-19 17:17:26 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-19 17:17:26 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-19 17:17:26 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-19 17:17:26 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started GET "/admin" for 127.0.0.1 at 2012-12-19 17:17:53 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (17.5ms) Completed 500 Internal Server Error in 49ms ActionView::Template::Error (undefined method `new_admin_groups_path' for #): 8: = controller_links 9: = drop_down Amalgam::Models::Group.model_name.human,'#', :controller => "amalgam/admin/groups" do 10: = dropdown_item(t('amalgam.admin.actions.index'), amalgam.admin_groups_path) 11: = dropdown_item(t('amalgam.admin.actions.new'), amalgam.new_admin_groups_path) 12: %ul.nav.pull-right 13: - if editor 14: %li.edit actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:11:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml__720646907642766233_70114860800040' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:93:in `block in capture_with_haml' haml (3.1.7) lib/haml/helpers.rb:345:in `call' haml (3.1.7) lib/haml/helpers.rb:345:in `block in capture_haml' haml (3.1.7) lib/haml/helpers.rb:569:in `with_haml_buffer' haml (3.1.7) lib/haml/helpers.rb:341:in `capture_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:93:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:59:in `drop_down_list' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:17:in `block in drop_down' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:9:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml__720646907642766233_70114860800040' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml___4001420175429001459_70114843591660' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__4038177276365149096__process_action__1836977448916811357__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2246513652539062207__call__4184031120819547592__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' rack (1.4.1) lib/rack/lint.rb:48:in `_call' rack (1.4.1) lib/rack/lint.rb:36:in `call' rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' rack (1.4.1) lib/rack/chunked.rb:43:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' unicorn (4.1.1) lib/unicorn/http_server.rb:528:in `process_client' unicorn (4.1.1) lib/unicorn/http_server.rb:600:in `worker_loop' unicorn (4.1.1) lib/unicorn/http_server.rb:485:in `spawn_missing_workers' unicorn (4.1.1) lib/unicorn/http_server.rb:135:in `start' unicorn (4.1.1) bin/unicorn:121:in `' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `load' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.2ms) Started GET "/admin" for 127.0.0.1 at 2012-12-19 17:18:04 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (44.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (47.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.6ms) Completed 200 OK in 79ms (Views: 77.5ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:18:04 +0800 Served asset /bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:18:04 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:18:04 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:18:04 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:18:05 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:18:05 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:18:05 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:18:05 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:18:05 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:18:05 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:18:05 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:18:05 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:18:05 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:18:05 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:18:05 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:18:05 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:18:05 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:18:05 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:18:05 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:18:05 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:18:05 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:18:05 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:18:05 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:18:05 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/groups" for 127.0.0.1 at 2012-12-19 17:18:07 +0800 LoadError (Expected /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/groups_controller.rb to define Amalgam::Admin::GroupsController): activesupport (3.2.8) lib/active_support/dependencies.rb:503:in `load_missing_constant' activesupport (3.2.8) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/dependencies.rb:554:in `get' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2246513652539062207__call__4184031120819547592__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' rack (1.4.1) lib/rack/lint.rb:48:in `_call' rack (1.4.1) lib/rack/lint.rb:36:in `call' rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' rack (1.4.1) lib/rack/chunked.rb:43:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' unicorn (4.1.1) lib/unicorn/http_server.rb:528:in `process_client' unicorn (4.1.1) lib/unicorn/http_server.rb:600:in `worker_loop' unicorn (4.1.1) lib/unicorn/http_server.rb:485:in `spawn_missing_workers' unicorn (4.1.1) lib/unicorn/http_server.rb:135:in `start' unicorn (4.1.1) bin/unicorn:121:in `' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `load' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.7ms) Started GET "/admin/groups" for 127.0.0.1 at 2012-12-19 17:18:38 +0800 LoadError (Expected /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/groups_controller.rb to define Amalgam::Admin::GroupsController): activesupport (3.2.8) lib/active_support/dependencies.rb:503:in `load_missing_constant' activesupport (3.2.8) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/dependencies.rb:554:in `get' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2246513652539062207__call__4184031120819547592__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' rack (1.4.1) lib/rack/lint.rb:48:in `_call' rack (1.4.1) lib/rack/lint.rb:36:in `call' rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' rack (1.4.1) lib/rack/chunked.rb:43:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' unicorn (4.1.1) lib/unicorn/http_server.rb:528:in `process_client' unicorn (4.1.1) lib/unicorn/http_server.rb:600:in `worker_loop' unicorn (4.1.1) lib/unicorn/http_server.rb:485:in `spawn_missing_workers' unicorn (4.1.1) lib/unicorn/http_server.rb:135:in `start' unicorn (4.1.1) bin/unicorn:121:in `' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `load' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.7ms) Started GET "/admin/groups" for 127.0.0.1 at 2012-12-19 17:18:41 +0800 LoadError (Expected /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/groups_controller.rb to define Amalgam::Admin::GroupsController): activesupport (3.2.8) lib/active_support/dependencies.rb:503:in `load_missing_constant' activesupport (3.2.8) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/dependencies.rb:554:in `get' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2246513652539062207__call__4184031120819547592__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' rack (1.4.1) lib/rack/lint.rb:48:in `_call' rack (1.4.1) lib/rack/lint.rb:36:in `call' rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' rack (1.4.1) lib/rack/chunked.rb:43:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' unicorn (4.1.1) lib/unicorn/http_server.rb:528:in `process_client' unicorn (4.1.1) lib/unicorn/http_server.rb:600:in `worker_loop' unicorn (4.1.1) lib/unicorn/http_server.rb:485:in `spawn_missing_workers' unicorn (4.1.1) lib/unicorn/http_server.rb:135:in `start' unicorn (4.1.1) bin/unicorn:121:in `' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `load' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.8ms) Started GET "/admin/groups" for 127.0.0.1 at 2012-12-19 17:19:13 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (7.6ms) Completed 500 Internal Server Error in 30ms ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Group): 1: %article 2: %h3 3: = Group.model_name.human 4: 5: %table.table.table-striped 6: %tr /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml:3:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_groups_index_html_haml___2753169238739661769_70114868903440' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__3678098049126153139__process_action__1836977448916811357__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2246513652539062207__call__4184031120819547592__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' rack (1.4.1) lib/rack/lint.rb:48:in `_call' rack (1.4.1) lib/rack/lint.rb:36:in `call' rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' rack (1.4.1) lib/rack/chunked.rb:43:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' unicorn (4.1.1) lib/unicorn/http_server.rb:528:in `process_client' unicorn (4.1.1) lib/unicorn/http_server.rb:600:in `worker_loop' unicorn (4.1.1) lib/unicorn/http_server.rb:485:in `spawn_missing_workers' unicorn (4.1.1) lib/unicorn/http_server.rb:135:in `start' unicorn (4.1.1) bin/unicorn:121:in `' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `load' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.1ms) Started GET "/admin/groups" for 127.0.0.1 at 2012-12-19 17:20:00 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (4.4ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined method `each' for nil:NilClass): 8: %th 9: %th 10: 11: - @groups.each do |group| 12: %tr 13: %td= group.name 14: %td= link_to t('amalgam.admin.actions.edit'), edit_admin_group_path(group) /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml:11:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_groups_index_html_haml___2753169238739661769_70114852269160' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__3678098049126153139__process_action__1836977448916811357__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2246513652539062207__call__4184031120819547592__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' rack (1.4.1) lib/rack/lint.rb:48:in `_call' rack (1.4.1) lib/rack/lint.rb:36:in `call' rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' rack (1.4.1) lib/rack/chunked.rb:43:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' unicorn (4.1.1) lib/unicorn/http_server.rb:528:in `process_client' unicorn (4.1.1) lib/unicorn/http_server.rb:600:in `worker_loop' unicorn (4.1.1) lib/unicorn/http_server.rb:485:in `spawn_missing_workers' unicorn (4.1.1) lib/unicorn/http_server.rb:135:in `start' unicorn (4.1.1) bin/unicorn:121:in `' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `load' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.4ms) Started GET "/admin/groups" for 127.0.0.1 at 2012-12-19 17:20:18 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (11.0ms) Completed 500 Internal Server Error in 61ms ActionView::Template::Error (undefined method `admin_models_group_path' for #<#:0x007f89c7c488c8>): 12: %tr 13: %td= group.name 14: %td= link_to t('amalgam.admin.actions.edit'), edit_admin_group_path(group) 15: %td= link_to t('amalgam.admin.actions.destroy'), [:admin,group], :confirm => t('amalgam.admin.confirmation.delete', :model => Amalgam::Models::Group.model_name.human), :method => :delete 16: 17: %br 18: actionpack (3.2.8) lib/action_dispatch/routing/polymorphic_routes.rb:129:in `polymorphic_url' actionpack (3.2.8) lib/action_dispatch/routing/polymorphic_routes.rb:135:in `polymorphic_path' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:111:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:242:in `link_to' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml:15:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_groups_index_html_haml___2753169238739661769_70114852269160' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml:11:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml:11:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_groups_index_html_haml___2753169238739661769_70114852269160' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__3678098049126153139__process_action__1836977448916811357__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2246513652539062207__call__4184031120819547592__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' rack (1.4.1) lib/rack/lint.rb:48:in `_call' rack (1.4.1) lib/rack/lint.rb:36:in `call' rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' rack (1.4.1) lib/rack/chunked.rb:43:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' unicorn (4.1.1) lib/unicorn/http_server.rb:528:in `process_client' unicorn (4.1.1) lib/unicorn/http_server.rb:600:in `worker_loop' unicorn (4.1.1) lib/unicorn/http_server.rb:485:in `spawn_missing_workers' unicorn (4.1.1) lib/unicorn/http_server.rb:135:in `start' unicorn (4.1.1) bin/unicorn:121:in `' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `load' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.3ms) Started GET "/admin/groups" for 127.0.0.1 at 2012-12-19 17:21:49 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (4.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (28.3ms) Completed 200 OK in 53ms (Views: 51.0ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:21:49 +0800 Served asset /bootstrap.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:21:49 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:21:49 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:21:49 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:21:49 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:21:49 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:21:49 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:21:49 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:21:49 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:21:49 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:21:49 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:21:49 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:21:49 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:21:49 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:21:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:21:49 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:21:49 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:21:49 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:21:49 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:21:49 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:21:49 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:21:49 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:21:49 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:21:49 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/groups/1/edit" for 127.0.0.1 at 2012-12-19 17:21:51 +0800 Processing by Amalgam::Admin::GroupsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (2.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (4.4ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined method `model_name' for NilClass:Class): 1: %article 2: = form_for [:admin,@group] do |f| 3: %legend="#{t('amalgam.admin.actions.'+type)}#{Amalgam::Models::Group.model_name.human}" 4: = f.label :name 5: = f.text_field :name, :required => true, :autofocus => true activemodel (3.2.8) lib/active_model/naming.rb:163:in `model_name_from_record_or_class' activemodel (3.2.8) lib/active_model/naming.rb:158:in `param_key' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:369:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_groups__form_html_haml__1449680317035921259_70114854033680' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_groups_edit_html_haml___4220064932321737464_70114851448220' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__3678098049126153139__process_action__3761518989553205574__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2246513652539062207__call__4184031120819547592__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' rack (1.4.1) lib/rack/lint.rb:48:in `_call' rack (1.4.1) lib/rack/lint.rb:36:in `call' rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' rack (1.4.1) lib/rack/chunked.rb:43:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' unicorn (4.1.1) lib/unicorn/http_server.rb:528:in `process_client' unicorn (4.1.1) lib/unicorn/http_server.rb:600:in `worker_loop' unicorn (4.1.1) lib/unicorn/http_server.rb:485:in `spawn_missing_workers' unicorn (4.1.1) lib/unicorn/http_server.rb:135:in `start' unicorn (4.1.1) bin/unicorn:121:in `' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `load' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.1ms) Started GET "/admin/groups/1/edit" for 127.0.0.1 at 2012-12-19 17:24:21 +0800 Processing by Amalgam::Admin::GroupsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (3.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (4.9ms) Completed 500 Internal Server Error in 8ms ActionController::RoutingError (No route matches {:action=>"show", :controller=>"amalgam/admin/groups", :id=>nil}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `admin_group_path' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_groups__form_html_haml__1449680317035921259_70114858803400' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_groups_edit_html_haml___4220064932321737464_70114858783440' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__3678098049126153139__process_action__3761518989553205574__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2246513652539062207__call__4184031120819547592__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' rack (1.4.1) lib/rack/lint.rb:48:in `_call' rack (1.4.1) lib/rack/lint.rb:36:in `call' rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' rack (1.4.1) lib/rack/chunked.rb:43:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' unicorn (4.1.1) lib/unicorn/http_server.rb:528:in `process_client' unicorn (4.1.1) lib/unicorn/http_server.rb:600:in `worker_loop' unicorn (4.1.1) lib/unicorn/http_server.rb:485:in `spawn_missing_workers' unicorn (4.1.1) lib/unicorn/http_server.rb:135:in `start' unicorn (4.1.1) bin/unicorn:121:in `' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `load' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/admin/groups/1/edit" for 127.0.0.1 at 2012-12-19 17:24:38 +0800 Processing by Amalgam::Admin::GroupsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (2.7ms) Completed 500 Internal Server Error in 6ms ActionController::RoutingError (No route matches {:action=>"show", :controller=>"amalgam/admin/groups", :id=>nil}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `admin_group_path' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_groups__form_html_haml__1449680317035921259_70114858803400' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_groups_edit_html_haml___4220064932321737464_70114858783440' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__3678098049126153139__process_action__3761518989553205574__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2246513652539062207__call__4184031120819547592__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' rack (1.4.1) lib/rack/lint.rb:48:in `_call' rack (1.4.1) lib/rack/lint.rb:36:in `call' rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' rack (1.4.1) lib/rack/chunked.rb:43:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' unicorn (4.1.1) lib/unicorn/http_server.rb:528:in `process_client' unicorn (4.1.1) lib/unicorn/http_server.rb:600:in `worker_loop' unicorn (4.1.1) lib/unicorn/http_server.rb:485:in `spawn_missing_workers' unicorn (4.1.1) lib/unicorn/http_server.rb:135:in `start' unicorn (4.1.1) bin/unicorn:121:in `' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `load' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:24:39 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:24:39 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:24:39 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:24:39 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:24:39 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:24:39 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:24:39 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:24:39 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:24:39 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/admin/groups" for 127.0.0.1 at 2012-12-19 17:24:40 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (47.3ms) Completed 200 OK in 72ms (Views: 70.9ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:24:40 +0800 Served asset /bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:24:40 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:24:40 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:24:40 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:24:40 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:24:40 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:24:40 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:24:40 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:24:40 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:24:40 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:24:40 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:24:40 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:24:40 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:24:40 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:24:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:24:40 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:24:40 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:24:40 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:24:40 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:24:40 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:24:40 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:24:40 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:24:40 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/groups/1/edit" for 127.0.0.1 at 2012-12-19 17:24:42 +0800 Processing by Amalgam::Admin::GroupsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (2.3ms) Completed 500 Internal Server Error in 6ms ActionController::RoutingError (No route matches {:action=>"show", :controller=>"amalgam/admin/groups", :id=>nil}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `admin_group_path' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_groups__form_html_haml__1449680317035921259_70114858803400' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_groups_edit_html_haml___4220064932321737464_70114858783440' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__3678098049126153139__process_action__3761518989553205574__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2246513652539062207__call__4184031120819547592__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' rack (1.4.1) lib/rack/lint.rb:48:in `_call' rack (1.4.1) lib/rack/lint.rb:36:in `call' rack (1.4.1) lib/rack/showexceptions.rb:24:in `call' rack (1.4.1) lib/rack/commonlogger.rb:20:in `call' rack (1.4.1) lib/rack/chunked.rb:43:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' unicorn (4.1.1) lib/unicorn/http_server.rb:528:in `process_client' unicorn (4.1.1) lib/unicorn/http_server.rb:600:in `worker_loop' unicorn (4.1.1) lib/unicorn/http_server.rb:485:in `spawn_missing_workers' unicorn (4.1.1) lib/unicorn/http_server.rb:135:in `start' unicorn (4.1.1) bin/unicorn:121:in `' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `load' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/bin/unicorn:23:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Connecting to database specified by database.yml Started GET "/admin/groups/1/edit" for 127.0.0.1 at 2012-12-19 17:25:01 +0800 Processing by Amalgam::Admin::GroupsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (3.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (4.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (34.2ms) Completed 500 Internal Server Error in 102ms ActionController::RoutingError (No route matches {:action=>"show", :controller=>"amalgam/admin/groups", :id=>nil}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `admin_group_path' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_groups__form_html_haml__2503448798108232970_70347978816080' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_groups_edit_html_haml___820729277999124085_70347962774280' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__20055830724978620__process_action__4329439246893371907__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2615817953218995073__call__3683263546844211387__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/admin" for 127.0.0.1 at 2012-12-19 17:27:16 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (32.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (43.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (51.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (63.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (21.1ms) Completed 200 OK in 264ms (Views: 253.5ms | ActiveRecord: 0.4ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:27:17 +0800 Served asset /amalgam/extra.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:17 +0800 Served asset /jquery.js - 200 OK (9ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:27:17 +0800 Served asset /amalgam/admin.css - 304 Not Modified (20ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:27:17 +0800 Served asset /bootstrap.css - 304 Not Modified (35ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:27:17 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:17 +0800 Served asset /jquery.ui.core.js - 200 OK (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:17 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:27:17 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:17 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:17 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (14ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:17 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:17 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:17 +0800 Served asset /jquery_ujs.js - 200 OK (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:17 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (9ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:17 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:17 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:17 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:17 +0800 Served asset /amalgam/extra.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:17 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:27:17 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:17 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:17 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:17 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:17 +0800 Served asset /amalgam/admin.js - 304 Not Modified (70ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-19 17:27:17 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-19 17:27:17 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (10ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-19 17:27:17 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-19 17:27:17 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-19 17:27:17 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (1ms) Started GET "/admin/groups" for 127.0.0.1 at 2012-12-19 17:27:19 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.5ms) Completed 200 OK in 36ms (Views: 29.2ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:27:19 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:27:19 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:27:19 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:27:19 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:27:19 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:27:19 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:19 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:19 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:19 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:19 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:19 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:19 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:19 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:19 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:19 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:19 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:19 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:19 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:19 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:19 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:19 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:19 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:19 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:27:19 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-19 17:27:19 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/admin/groups/1/edit" for 127.0.0.1 at 2012-12-19 17:27:20 +0800 Processing by Amalgam::Admin::GroupsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (4.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (5.4ms) Completed 500 Internal Server Error in 9ms ActionController::RoutingError (No route matches {:action=>"show", :controller=>"amalgam/admin/groups", :id=>nil}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `admin_group_path' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_groups__form_html_haml__2503448798108232970_70347983439100' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml:1:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_groups_edit_html_haml___820729277999124085_70347962774280' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__20055830724978620__process_action__4329439246893371907__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2615817953218995073__call__3683263546844211387__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/admin/groups/1/edit" for 127.0.0.1 at 2012-12-19 17:30:56 +0800 Processing by Amalgam::Admin::GroupsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (64.4ms) Completed 200 OK in 103ms (Views: 90.6ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:30:56 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:30:56 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:30:56 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:30:56 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:30:56 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:30:56 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:30:56 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:30:56 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:30:56 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:30:56 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:30:56 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:30:56 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:30:56 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:30:56 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:30:56 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:30:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:30:56 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:30:56 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:30:56 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:30:56 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:30:56 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:30:56 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:30:56 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:30:56 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-19 17:30:56 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started PUT "/admin/groups/1" for 127.0.0.1 at 2012-12-19 17:38:30 +0800 Processing by Amalgam::Admin::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "models_group"=>{"name"=>"test"}, "commit"=>"Update 组", "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 1ms ActiveRecord::RecordNotFound (Couldn't find Amalgam::Models::Group without an ID): activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:310:in `find_with_ids' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.8) lib/active_record/querying.rb:5:in `find' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/groups_controller.rb:21:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__20055830724978620__process_action__3484799931793235193__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2615817953218995073__call__3683263546844211387__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.3ms) Started GET "/admin/groups/1/edit" for 127.0.0.1 at 2012-12-19 17:39:12 +0800 Processing by Amalgam::Admin::GroupsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (2.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (4.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (28.4ms) Completed 200 OK in 59ms (Views: 47.9ms | ActiveRecord: 1.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:12 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:12 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:12 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:12 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:12 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:12 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:12 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:12 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:12 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:12 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:12 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:12 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:12 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:12 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:12 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:12 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:12 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:12 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:12 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:12 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:12 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:12 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:12 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-19 17:39:12 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started PUT "/admin/groups/1" for 127.0.0.1 at 2012-12-19 17:39:15 +0800 Processing by Amalgam::Admin::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "models_group"=>{"name"=>"test1"}, "commit"=>"Update 组", "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Amalgam::Models::Group Exists (0.2ms) SELECT 1 AS one FROM "amalgam_groups" WHERE ("amalgam_groups"."name" = 'test' AND "amalgam_groups"."id" != 1) LIMIT 1  (0.1ms) commit transaction Completed 500 Internal Server Error in 16ms ActionView::MissingTemplate (Missing template amalgam/admin/groups/update, amalgam/admin/base/update, amalgam/application/update with {:locale=>[:"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__20055830724978620__process_action__3484799931793235193__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2615817953218995073__call__3683263546844211387__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms) Started GET "/admin/groups/1/edit" for 127.0.0.1 at 2012-12-19 17:39:41 +0800 Processing by Amalgam::Admin::GroupsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (4.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.4ms) Completed 200 OK in 32ms (Views: 30.4ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:41 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:41 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:41 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:41 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:41 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:41 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-19 17:39:41 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/admin/groups/1/edit" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Processing by Amalgam::Admin::GroupsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (2.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (4.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.4ms) Completed 200 OK in 31ms (Views: 29.9ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:43 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/groups" for 127.0.0.1 at 2012-12-19 17:39:48 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (48.4ms) Completed 200 OK in 67ms (Views: 64.9ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:48 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:48 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:48 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:48 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:48 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:48 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:48 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:48 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:48 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:48 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:48 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:48 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:48 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:48 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:48 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:48 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:48 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:48 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:48 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:48 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:48 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:48 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:48 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:48 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-19 17:39:48 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/admin/groups/1/edit" for 127.0.0.1 at 2012-12-19 17:39:49 +0800 Processing by Amalgam::Admin::GroupsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (2.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (3.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.8ms) Completed 200 OK in 27ms (Views: 25.7ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:49 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:49 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:49 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:49 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:49 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:39:49 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:49 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:49 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:49 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:49 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:49 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:49 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:49 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:49 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:49 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:49 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:49 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:49 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:49 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:49 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:49 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:49 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:39:49 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-19 17:39:49 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2012-12-19 17:39:52 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 8ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.7ms) Started GET "/admin/groups/1/edit" for 127.0.0.1 at 2012-12-19 17:43:31 +0800 Processing by Amalgam::Admin::GroupsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.9ms) Completed 200 OK in 33ms (Views: 30.8ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:43:31 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:43:31 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:43:31 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:43:31 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:43:31 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:43:31 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-19 17:43:32 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/admin/groups/1/edit" for 127.0.0.1 at 2012-12-19 17:45:14 +0800 Processing by Amalgam::Admin::GroupsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (4.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.0ms) Completed 200 OK in 69ms (Views: 66.3ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:45:15 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:45:15 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:45:15 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:45:15 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:45:15 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:45:15 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:15 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:15 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:15 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:15 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:15 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:15 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:15 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:15 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:15 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:15 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:15 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:15 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:15 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:15 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:15 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:15 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:15 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:15 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin/groups/1/edit" for 127.0.0.1 at 2012-12-19 17:45:40 +0800 Processing by Amalgam::Admin::GroupsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (4.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.1ms) Completed 200 OK in 29ms (Views: 27.6ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:45:40 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:45:40 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:45:40 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:45:40 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:45:40 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:40 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:45:40 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:40 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:40 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:40 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:40 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:40 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:40 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:40 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:40 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:40 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:40 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:40 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:40 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:40 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:40 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:40 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:40 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/admin/groups/1/edit" for 127.0.0.1 at 2012-12-19 17:45:46 +0800 Processing by Amalgam::Admin::GroupsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (2.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (4.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.9ms) Completed 200 OK in 27ms (Views: 25.6ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:45:46 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:45:46 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:45:46 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:45:46 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:45:46 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:45:46 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:46 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:46 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:46 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:46 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:46 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:46 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:46 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:46 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:46 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:46 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:46 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:46 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:46 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:46 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:46 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:46 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:46 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:45:46 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/groups/1/edit" for 127.0.0.1 at 2012-12-19 17:46:12 +0800 Processing by Amalgam::Admin::GroupsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (4.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (50.4ms) Completed 200 OK in 72ms (Views: 70.2ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:46:12 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:46:12 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:46:12 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:46:12 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:46:12 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:46:12 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:12 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:12 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:12 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:12 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:12 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:12 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:12 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:12 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:12 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:12 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:12 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:12 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:12 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:12 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:12 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:12 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:12 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:12 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Connecting to database specified by database.yml Started GET "/admin/groups/1/edit" for 127.0.0.1 at 2012-12-19 17:46:25 +0800 Processing by Amalgam::Admin::GroupsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (5.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (43.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (70.1ms) Completed 200 OK in 348ms (Views: 283.1ms | ActiveRecord: 8.7ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:46:26 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:46:26 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:46:26 +0800 Served asset /amalgam/extra.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:46:26 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:46:26 +0800 Served asset /amalgam/admin.css - 304 Not Modified (17ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:46:26 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:26 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:26 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:26 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:26 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:26 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (52ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:26 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:26 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:26 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:26 +0800 Served asset /jquery_ujs.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:26 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:26 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:26 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:26 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:26 +0800 Served asset /amalgam/extra.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:26 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:26 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:26 +0800 Served asset /amalgam/admin.js - 304 Not Modified (18ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:46:26 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started PUT "/admin/groups/1" for 127.0.0.1 at 2012-12-19 17:46:32 +0800 Processing by Amalgam::Admin::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "models_group"=>{"name"=>"test"}, "commit"=>"Update 组", "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction Amalgam::Models::Group Exists (0.2ms) SELECT 1 AS one FROM "amalgam_groups" WHERE ("amalgam_groups"."name" = 'test' AND "amalgam_groups"."id" != 1) LIMIT 1  (0.1ms) commit transaction Completed 500 Internal Server Error in 53ms ActionView::MissingTemplate (Missing template amalgam/admin/groups/update, amalgam/admin/base/update, amalgam/application/update with {:locale=>[:"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__2145609490140286768__process_action__2498433289338160734__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4239098023162974925__call__4236001186571869201__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.7ms) Started GET "/admin/groups/1/edit" for 127.0.0.1 at 2012-12-19 17:49:35 +0800 Processing by Amalgam::Admin::GroupsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (4.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (68.1ms) Completed 200 OK in 107ms (Views: 90.4ms | ActiveRecord: 1.4ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:35 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:35 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:35 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:35 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:35 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:35 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:35 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:35 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:35 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:35 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:35 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:35 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:35 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:35 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:35 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:35 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:35 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:35 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:35 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:35 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:35 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:35 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:35 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:35 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started PUT "/admin/groups/1" for 127.0.0.1 at 2012-12-19 17:49:37 +0800 Processing by Amalgam::Admin::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "models_group"=>{"name"=>"test"}, "commit"=>"Update 组", "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Amalgam::Models::Group Exists (0.1ms) SELECT 1 AS one FROM "amalgam_groups" WHERE ("amalgam_groups"."name" = 'test' AND "amalgam_groups"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://127.0.0.1:3000/admin/groups Completed 302 Found in 5ms (ActiveRecord: 0.5ms) Started GET "/admin/groups" for 127.0.0.1 at 2012-12-19 17:49:37 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.3ms) SELECT "amalgam_groups".* FROM "amalgam_groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (54.0ms) Completed 200 OK in 83ms (Views: 80.2ms | ActiveRecord: 0.5ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:37 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:37 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:37 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:37 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:37 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:37 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:37 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:37 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:37 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:37 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:37 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:37 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:37 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:37 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:37 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:37 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:37 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:37 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:37 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:37 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:37 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:37 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:37 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:37 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin/groups/1/edit" for 127.0.0.1 at 2012-12-19 17:49:41 +0800 Processing by Amalgam::Admin::GroupsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (2.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (3.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.0ms) Completed 200 OK in 29ms (Views: 27.5ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:41 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:41 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:41 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:41 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:41 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:41 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:41 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:41 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:41 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:41 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:41 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:41 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:41 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:41 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:41 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:41 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:41 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:41 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:41 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:41 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:41 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:41 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:41 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:41 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/groups/1" for 127.0.0.1 at 2012-12-19 17:49:43 +0800 Processing by Amalgam::Admin::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "models_group"=>{"name"=>"test2"}, "commit"=>"Update 组", "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction Amalgam::Models::Group Exists (0.1ms) SELECT 1 AS one FROM "amalgam_groups" WHERE ("amalgam_groups"."name" = 'test' AND "amalgam_groups"."id" != 1) LIMIT 1  (0.0ms) commit transaction Redirected to http://127.0.0.1:3000/admin/groups Completed 302 Found in 4ms (ActiveRecord: 0.4ms) Started GET "/admin/groups" for 127.0.0.1 at 2012-12-19 17:49:43 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.3ms) Completed 200 OK in 26ms (Views: 24.6ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:44 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:44 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:44 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:44 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:44 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:44 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:44 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:44 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:44 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:44 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:44 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:44 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:44 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:44 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:44 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:44 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:44 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:44 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:44 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:44 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:44 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:44 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:44 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:44 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin/groups" for 127.0.0.1 at 2012-12-19 17:49:47 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (45.2ms) Completed 200 OK in 64ms (Views: 62.0ms | ActiveRecord: 0.3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:48 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:48 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:48 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:48 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:48 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:48 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:48 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:48 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:48 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:48 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:48 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:48 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:48 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:48 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:48 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:48 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:48 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:48 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:48 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:48 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:48 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:48 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:48 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:48 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin/groups/1/edit" for 127.0.0.1 at 2012-12-19 17:50:11 +0800 Processing by Amalgam::Admin::GroupsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (2.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (3.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.3ms) Completed 200 OK in 27ms (Views: 25.4ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:50:11 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:50:11 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:50:11 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:50:11 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:50:11 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:50:11 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:11 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:11 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:11 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:11 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:11 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:11 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:11 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:11 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:11 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:11 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:11 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:11 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:11 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:11 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:11 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:11 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:11 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:11 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/groups/1" for 127.0.0.1 at 2012-12-19 17:50:17 +0800 Processing by Amalgam::Admin::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "models_group"=>{"name"=>"test2"}, "commit"=>"Update 组", "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction Amalgam::Models::Group Exists (0.1ms) SELECT 1 AS one FROM "amalgam_groups" WHERE ("amalgam_groups"."name" = 'test' AND "amalgam_groups"."id" != 1) LIMIT 1  (0.0ms) commit transaction Redirected to http://127.0.0.1:3000/admin/groups Completed 302 Found in 4ms (ActiveRecord: 0.4ms) Started GET "/admin/groups" for 127.0.0.1 at 2012-12-19 17:50:17 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.2ms) Completed 200 OK in 29ms (Views: 27.9ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:50:17 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:50:17 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:50:17 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:50:17 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:50:17 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:50:17 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:17 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:17 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:17 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:17 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:17 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:17 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:17 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:17 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:17 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:17 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:17 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:17 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:17 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:17 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:17 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:17 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:17 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:17 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin/groups" for 127.0.0.1 at 2012-12-19 17:51:33 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (51.3ms) Completed 200 OK in 73ms (Views: 70.9ms | ActiveRecord: 0.3ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:51:33 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:51:33 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:51:33 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:51:33 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:51:33 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:51:33 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:33 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:33 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:33 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:33 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:33 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:33 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:33 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:33 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:33 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:33 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:33 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:33 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:33 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:33 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:33 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:33 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:33 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:33 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/groups/1/edit" for 127.0.0.1 at 2012-12-19 17:51:34 +0800 Processing by Amalgam::Admin::GroupsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (4.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.1ms) Completed 200 OK in 29ms (Views: 27.2ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:51:35 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:51:35 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:51:35 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:35 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:51:35 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:51:35 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:51:35 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:35 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:35 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:35 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:35 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:35 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:35 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:35 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:35 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:35 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:35 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:35 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:35 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:35 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:35 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:35 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:35 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:35 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/groups/1" for 127.0.0.1 at 2012-12-19 17:51:36 +0800 Processing by Amalgam::Admin::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "group"=>{"name"=>"test2"}, "commit"=>"Update 组", "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Amalgam::Models::Group Exists (0.1ms) SELECT 1 AS one FROM "amalgam_groups" WHERE ("amalgam_groups"."name" = 'test2' AND "amalgam_groups"."id" != 1) LIMIT 1  (0.3ms) UPDATE "amalgam_groups" SET "name" = 'test2', "updated_at" = '2012-12-19 09:51:36.909260' WHERE "amalgam_groups"."id" = 1  (0.9ms) commit transaction Redirected to http://127.0.0.1:3000/admin/groups Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Started GET "/admin/groups" for 127.0.0.1 at 2012-12-19 17:51:36 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.3ms) Completed 200 OK in 32ms (Views: 29.8ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:51:36 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:51:37 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:51:37 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:51:37 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:51:37 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:51:37 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:37 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:37 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:37 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:37 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:37 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:37 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:37 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:37 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:37 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:37 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:37 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:37 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:37 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:37 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:37 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:37 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:37 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:37 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started DELETE "/admin/groups/1" for 127.0.0.1 at 2012-12-19 17:51:42 +0800 Processing by Amalgam::Admin::GroupsController#destroy as HTML Parameters: {"authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "1"]] Completed 500 Internal Server Error in 3ms NoMethodError (undefined method `destory' for #): activemodel (3.2.8) lib/active_model/attribute_methods.rb:407:in `method_missing' activerecord (3.2.8) lib/active_record/attribute_methods.rb:149:in `method_missing' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/groups_controller.rb:39:in `destroy' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__2145609490140286768__process_action__446203324583064003__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4239098023162974925__call__4236001186571869201__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.8ms) Started GET "/admin/groups" for 127.0.0.1 at 2012-12-19 17:52:44 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (69.0ms) Completed 200 OK in 98ms (Views: 86.2ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:52:44 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:52:44 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:52:44 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:52:44 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:52:44 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:52:44 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:44 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:44 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:44 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:44 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:44 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:44 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:44 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:44 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:44 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:44 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:44 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:44 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:44 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:44 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:44 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:44 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:44 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:44 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started DELETE "/admin/groups/1" for 127.0.0.1 at 2012-12-19 17:52:46 +0800 Processing by Amalgam::Admin::GroupsController#destroy as HTML Parameters: {"authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Amalgam::Models::BaseGroup Load (0.1ms) SELECT "amalgam_base_groups".* FROM "amalgam_base_groups" WHERE "amalgam_base_groups"."group_id" = 1 SQL (0.3ms) DELETE FROM "amalgam_base_groups" WHERE "amalgam_base_groups"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? [["id", 1]]  (1.9ms) commit transaction Redirected to http://127.0.0.1:3000/admin/groups Completed 302 Found in 75ms (ActiveRecord: 3.3ms) Started GET "/admin/groups" for 127.0.0.1 at 2012-12-19 17:52:46 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.3ms) Completed 200 OK in 28ms (Views: 26.8ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:52:46 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:52:46 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:52:46 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:52:46 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:52:46 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:52:46 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:46 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:47 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:47 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:47 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:47 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:47 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:47 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:47 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:47 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:47 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:47 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:47 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:47 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:47 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:47 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:47 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:47 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:47 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/groups/new" for 127.0.0.1 at 2012-12-19 17:52:48 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (2.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (4.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (46.5ms) Completed 200 OK in 68ms (Views: 66.6ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:52:48 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:52:48 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:52:48 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:52:48 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:52:48 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:52:48 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:48 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:48 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:48 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:48 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:48 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:48 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:48 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:48 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:48 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:48 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:48 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:48 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:48 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:48 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:48 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:48 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:48 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:48 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started POST "/admin/groups" for 127.0.0.1 at 2012-12-19 17:52:52 +0800 Processing by Amalgam::Admin::GroupsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "group"=>{"name"=>"test"}, "commit"=>"Create 组"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Amalgam::Models::Group Exists (0.1ms) SELECT 1 AS one FROM "amalgam_groups" WHERE "amalgam_groups"."name" = 'test' LIMIT 1 SQL (0.6ms) INSERT INTO "amalgam_groups" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 19 Dec 2012 17:52:52 CST +08:00], ["name", "test"], ["updated_at", Wed, 19 Dec 2012 17:52:52 CST +08:00]]  (0.9ms) commit transaction Completed 500 Internal Server Error in 9ms ActionView::MissingTemplate (Missing template amalgam/admin/groups/create, amalgam/admin/base/create, amalgam/application/create with {:locale=>[:"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__2145609490140286768__process_action__140152021527839919__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4239098023162974925__call__4236001186571869201__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started POST "/admin/groups" for 127.0.0.1 at 2012-12-19 17:53:31 +0800 Processing by Amalgam::Admin::GroupsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "group"=>{"name"=>"test"}, "commit"=>"Create 组"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Amalgam::Models::Group Exists (0.1ms) SELECT 1 AS one FROM "amalgam_groups" WHERE "amalgam_groups"."name" = 'test' LIMIT 1  (0.0ms) rollback transaction Redirected to http://127.0.0.1:3000/admin/groups Completed 302 Found in 15ms (ActiveRecord: 1.0ms) Started GET "/admin/groups" for 127.0.0.1 at 2012-12-19 17:53:32 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (29.1ms) Completed 200 OK in 48ms (Views: 45.6ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:53:32 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:53:32 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:32 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:53:32 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:53:32 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:53:32 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:53:32 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:32 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:32 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:32 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:32 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:32 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:32 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:32 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:32 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:32 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:32 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:32 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:32 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:32 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:32 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:32 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:32 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:32 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/groups" for 127.0.0.1 at 2012-12-19 17:53:33 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.2ms) Completed 200 OK in 28ms (Views: 26.2ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:53:33 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:53:34 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:53:34 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:53:34 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:53:34 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:53:34 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:34 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:34 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:34 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:34 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:34 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:34 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:34 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:34 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:34 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:34 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:34 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:34 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:34 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:34 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:34 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:34 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:34 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:34 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/groups/new" for 127.0.0.1 at 2012-12-19 17:53:37 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (2.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (3.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (53.0ms) Completed 200 OK in 74ms (Views: 72.3ms | ActiveRecord: 0.1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:53:37 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:53:37 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:53:37 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:53:37 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:53:37 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:53:37 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:37 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:37 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:37 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:37 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:37 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:37 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:37 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:37 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:37 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:37 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:37 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:37 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:37 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:37 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:37 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:37 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:37 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:37 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/groups/new" for 127.0.0.1 at 2012-12-19 17:55:37 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (2.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (3.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (29.4ms) Completed 200 OK in 58ms (Views: 47.3ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:55:37 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:55:37 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:55:37 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:55:37 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:55:37 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:55:37 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:37 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:37 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:37 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:37 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:37 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:37 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:37 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:37 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:37 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:37 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:37 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:37 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:37 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:37 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:37 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:37 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:37 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:37 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started POST "/admin/groups" for 127.0.0.1 at 2012-12-19 17:55:41 +0800 Processing by Amalgam::Admin::GroupsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "group"=>{"name"=>"test2"}, "commit"=>"Create 组"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Amalgam::Models::Group Exists (0.1ms) SELECT 1 AS one FROM "amalgam_groups" WHERE "amalgam_groups"."name" = 'test2' LIMIT 1 SQL (0.6ms) INSERT INTO "amalgam_groups" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 19 Dec 2012 17:55:41 CST +08:00], ["name", "test2"], ["updated_at", Wed, 19 Dec 2012 17:55:41 CST +08:00]]  (0.6ms) commit transaction Redirected to http://127.0.0.1:3000/admin/groups Completed 302 Found in 7ms (ActiveRecord: 1.7ms) Started GET "/admin/groups" for 127.0.0.1 at 2012-12-19 17:55:41 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.0ms) Completed 200 OK in 27ms (Views: 25.5ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:55:41 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:55:41 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:55:41 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:55:41 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:55:41 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:55:41 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:41 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:41 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:41 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:41 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:41 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:41 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:41 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:41 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:41 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:41 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:41 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:41 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:41 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:41 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:41 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:41 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:41 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:55:41 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/groups/3/edit" for 127.0.0.1 at 2012-12-19 17:59:24 +0800 Processing by Amalgam::Admin::GroupsController#edit as HTML Parameters: {"id"=>"3"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "3"]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (13.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (62.4ms) Completed 200 OK in 102ms (Views: 89.7ms | ActiveRecord: 1.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 17:59:25 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 17:59:25 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 17:59:25 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 17:59:25 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 17:59:25 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 17:59:25 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 17:59:25 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:59:25 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 17:59:25 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 17:59:25 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 17:59:25 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:59:25 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 17:59:25 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 17:59:25 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:59:25 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 17:59:25 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 17:59:25 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 17:59:25 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 17:59:25 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 17:59:25 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 17:59:25 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 17:59:25 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 17:59:25 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 17:59:25 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/groups" for 127.0.0.1 at 2012-12-19 18:00:10 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (27.3ms) Completed 200 OK in 101ms (Views: 51.1ms | ActiveRecord: 1.1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 18:00:11 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 18:00:11 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 18:00:11 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 18:00:11 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 18:00:11 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 18:00:11 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:11 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:11 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:11 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:11 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:11 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:11 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:11 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:11 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:11 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:11 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:11 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:11 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:11 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:11 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:11 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:11 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:11 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:11 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/groups/3/edit" for 127.0.0.1 at 2012-12-19 18:00:12 +0800 Processing by Amalgam::Admin::GroupsController#edit as HTML Parameters: {"id"=>"3"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "3"]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (3.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.4ms) Completed 200 OK in 29ms (Views: 27.2ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 18:00:12 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 18:00:12 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 18:00:12 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 18:00:12 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 18:00:12 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 18:00:12 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:12 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:12 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:12 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:12 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:12 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:12 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:12 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:12 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:12 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:12 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:12 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:12 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:12 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:12 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:12 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:12 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:12 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:12 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin/groups/new" for 127.0.0.1 at 2012-12-19 18:00:15 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (3.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (4.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (48.2ms) Completed 200 OK in 68ms (Views: 66.9ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 18:00:15 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 18:00:15 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 18:00:15 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 18:00:15 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 18:00:15 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 18:00:15 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:15 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:15 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:15 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:15 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:15 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:15 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:15 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:15 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:15 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:15 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:15 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:15 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:15 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:15 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:15 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:15 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:15 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:15 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-19 18:00:21 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (23.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (47.6ms) Completed 200 OK in 105ms (Views: 90.3ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-19 18:00:21 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-19 18:00:21 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-19 18:00:21 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-19 18:00:21 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-19 18:00:21 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-19 18:00:21 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:21 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:21 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:21 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:21 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:21 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:21 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:21 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:21 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:21 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:21 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:21 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:21 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:21 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:21 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:21 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:21 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:21 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-19 18:00:21 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-19 18:00:21 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (8ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-19 18:00:21 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-19 18:00:21 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-19 18:00:21 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (3ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 11:23:06 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (4.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (41.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (46.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (48.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (68.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (47.3ms) Completed 200 OK in 349ms (Views: 318.4ms | ActiveRecord: 5.1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 11:23:06 +0800 Served asset /amalgam/extra.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 11:23:06 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 11:23:06 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 11:23:06 +0800 Served asset /bootstrap.css - 304 Not Modified (12ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 11:23:06 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (35ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 11:23:07 +0800 Served asset /modernizr.js - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 11:23:07 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 11:23:07 +0800 Served asset /amalgam/admin.css - 304 Not Modified (21ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 11:23:07 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 11:23:07 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 11:23:07 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 11:23:07 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 11:23:07 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 11:23:07 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 11:23:07 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 11:23:07 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 11:23:07 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 11:23:07 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 11:23:07 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 11:23:07 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 11:23:07 +0800 Served asset /amalgam/extra.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 11:23:07 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 11:23:07 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 11:23:07 +0800 Served asset /amalgam/admin.js - 304 Not Modified (53ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-20 11:23:07 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-20 11:23:07 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-20 11:23:07 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-20 11:23:07 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (3ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-20 11:23:07 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (4ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-20 11:23:10 +0800 Processing by Amalgam::Admin::PagesController#new as JS AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered amalgam/admin/pages/_fields.html.haml (3.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (9.6ms) Completed 200 OK in 13ms (Views: 11.3ms | ActiveRecord: 0.1ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 11:24:11 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.0ms) Completed 200 OK in 38ms (Views: 36.1ms | ActiveRecord: 0.3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 11:24:12 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 11:24:12 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 11:24:12 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 11:24:12 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 11:24:12 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:12 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 11:24:12 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:12 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:12 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:12 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:12 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:12 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:12 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:12 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:12 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:12 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:12 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:12 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:12 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:12 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:12 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:12 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:12 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:13 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-20 11:24:15 +0800 Processing by Amalgam::Admin::PagesController#new as JS AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (4.3ms) Completed 200 OK in 8ms (Views: 5.8ms | ActiveRecord: 0.1ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 11:24:26 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (20.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (36.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (18.1ms) Completed 200 OK in 322ms (Views: 271.1ms | ActiveRecord: 4.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 11:24:26 +0800 Served asset /bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 11:24:26 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 11:24:26 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 11:24:26 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 11:24:26 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (4ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:26 +0800 Served asset /modernizr.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 11:24:26 +0800 Served asset /amalgam/admin.css - 304 Not Modified (19ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:26 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:26 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:26 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (14ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:26 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:27 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:27 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:27 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (9ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:27 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:27 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:27 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:27 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:27 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:27 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:27 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:27 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:27 +0800 Served asset /amalgam/admin.js - 304 Not Modified (16ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 11:24:27 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (41ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-20 11:24:29 +0800 Processing by Amalgam::Admin::PagesController#new as JS AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (7.0ms) Completed 200 OK in 11ms (Views: 8.7ms | ActiveRecord: 0.2ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 11:26:16 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (17.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.8ms) Completed 200 OK in 58ms (Views: 56.0ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 11:26:16 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 11:26:16 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 11:26:16 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 11:26:16 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 11:26:16 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 11:26:16 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 11:26:16 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 11:26:16 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 11:26:16 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 11:26:16 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 11:26:16 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 11:26:16 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 11:26:16 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 11:26:16 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 11:26:16 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 11:26:16 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 11:26:16 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 11:26:16 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 11:26:16 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 11:26:16 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 11:26:16 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 11:26:16 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 11:26:16 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 11:26:16 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-20 11:26:19 +0800 Processing by Amalgam::Admin::PagesController#new as JS AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered amalgam/admin/pages/_fields.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (4.9ms) Completed 200 OK in 9ms (Views: 6.6ms | ActiveRecord: 0.2ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-20 11:39:45 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 40ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.7ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 11:39:50 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (30.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (3.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (22.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (35.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (18.2ms) Completed 200 OK in 289ms (Views: 240.7ms | ActiveRecord: 31.2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 11:39:50 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 11:39:50 +0800 Served asset /amalgam/extra.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 11:39:50 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 11:39:50 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 11:39:50 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 11:39:50 +0800 Served asset /amalgam/admin.css - 304 Not Modified (15ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 11:39:51 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 11:39:51 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 11:39:51 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 11:39:51 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 11:39:51 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 11:39:51 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (48ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 11:39:51 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 11:39:51 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 11:39:51 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 11:39:51 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 11:39:51 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 11:39:51 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 11:39:51 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 11:39:51 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 11:39:51 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 11:39:51 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 11:39:51 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 11:39:51 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-20 11:39:51 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (3ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-20 11:39:51 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-20 11:39:51 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-20 11:39:51 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-20 11:39:51 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-20 11:39:54 +0800 Processing by Amalgam::Admin::PagesController#new as JS AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered amalgam/admin/pages/_fields.html.haml (2.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (8.8ms) Completed 200 OK in 13ms (Views: 11.1ms | ActiveRecord: 0.1ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 11:41:13 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (19.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (34.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (17.6ms) Completed 200 OK in 299ms (Views: 277.4ms | ActiveRecord: 4.2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 11:41:13 +0800 Served asset /amalgam/extra.css - 304 Not Modified (6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 11:41:13 +0800 Served asset /bootstrap.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 11:41:13 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 11:41:13 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 11:41:13 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 11:41:13 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 11:41:13 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 11:41:13 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 11:41:13 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (48ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 11:41:13 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 11:41:13 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 11:41:13 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 11:41:13 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 11:41:13 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 11:41:13 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 11:41:13 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 11:41:13 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 11:41:13 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 11:41:13 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 11:41:13 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 11:41:13 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 11:41:13 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 11:41:13 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 11:41:13 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-20 11:41:16 +0800 Processing by Amalgam::Admin::PagesController#new as JS AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered amalgam/admin/pages/_fields.html.haml (3.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (8.9ms) Completed 200 OK in 13ms (Views: 11.0ms | ActiveRecord: 0.1ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 11:42:54 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered amalgam/admin/pages/_fields.html.haml (0.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (45.3ms) Completed 200 OK in 73ms (Views: 71.1ms | ActiveRecord: 0.4ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 11:42:54 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 11:42:54 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 11:42:54 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 11:42:54 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 11:42:54 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 11:42:54 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 11:42:54 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 11:42:54 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 11:42:54 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 11:42:54 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 11:42:54 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 11:42:54 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 11:42:54 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 11:42:54 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 11:42:54 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 11:42:54 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 11:42:54 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 11:42:54 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 11:42:54 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 11:42:54 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 11:42:54 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 11:42:54 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 11:42:54 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 11:42:54 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-20 11:42:57 +0800 Processing by Amalgam::Admin::PagesController#new as JS AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered amalgam/admin/pages/_fields.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (5.6ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.1ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 11:43:51 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (18.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (23.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (25.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (27.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (31.0ms) Completed 500 Internal Server Error in 38ms ActionView::Template::Error (undefined method `group_ids[]' for #): 6: =af.label :group_ids 7: -Amalgam::Models::Group.all.each do |group| 8: %label.radio 9: =af.radio_button 'group_ids[]', group.id 10: =group.name 11: %label.radio 12: =af.radio_button :group_ids, nil activemodel (3.2.8) lib/active_model/attribute_methods.rb:407:in `method_missing' activerecord (3.2.8) lib/active_record/attribute_methods.rb:149:in `method_missing' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:1154:in `value' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:1145:in `value' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:1067:in `to_radio_button_tag' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:865:in `radio_button' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:1329:in `radio_button' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml:9:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__fields_html_haml__1676104019398231099_70121333046480' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml:7:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml:7:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__fields_html_haml__1676104019398231099_70121333046480' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:12:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml__1121383791641687672_70121353812760' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml__1121383791641687672_70121353812760' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml___570419744341593781_70121352415040' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__188664773294375474_70121352352220' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__188664773294375474_70121352352220' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml___3925068357013548313_70121335636580' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__3453389520174234274__process_action__136527828829838471__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3849463307732797836__call__2433063880592817180__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.9ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 12:03:23 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (64.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (69.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (71.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (72.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (75.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.3ms) Completed 200 OK in 100ms (Views: 96.9ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 12:03:23 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 12:03:23 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 12:03:23 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 12:03:23 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 12:03:23 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 12:03:23 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 12:03:23 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 12:03:23 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 12:03:23 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 12:03:23 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 12:03:23 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 12:03:24 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 12:03:24 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 12:03:24 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 12:03:24 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 12:03:24 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 12:03:24 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 12:03:24 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 12:03:24 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 12:03:24 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 12:03:24 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 12:03:24 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 12:03:24 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 12:03:24 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-20 12:03:24 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-20 12:03:24 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (3ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-20 12:03:24 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-20 12:03:24 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-20 12:03:24 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 12:04:56 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (18.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.9ms) Completed 200 OK in 47ms (Views: 44.0ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 12:04:56 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 12:04:56 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 12:04:56 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 12:04:56 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 12:04:56 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 12:04:56 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 12:04:56 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 12:04:56 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 12:04:56 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 12:04:56 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 12:04:56 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 12:04:56 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 12:04:56 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 12:04:56 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 12:04:56 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 12:04:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 12:04:56 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 12:04:56 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 12:04:56 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 12:04:56 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 12:04:56 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 12:04:56 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 12:04:56 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 12:04:56 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-20 12:05:13 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "page"=>{"title"=>"test", "slug"=>"test", "group_ids"=>["2"]}, "commit"=>"更新页面", "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", 2]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' SQL (2.3ms) INSERT INTO "amalgam_base_groups" ("created_at", "group_id", "groupable_id", "groupable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Dec 2012 12:05:13 CST +08:00], ["group_id", 2], ["groupable_id", 1], ["groupable_type", "Page"], ["updated_at", Thu, 20 Dec 2012 12:05:13 CST +08:00]] Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.2ms) UPDATE "pages" SET "updated_at" = '2012-12-20 04:05:13.445717', "body" = '--- {} ' WHERE "pages"."id" = 1  (1.1ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (24.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (26.8ms) Completed 200 OK in 68ms (Views: 33.7ms | ActiveRecord: 4.8ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 12:17:59 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"   (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (15.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.0ms) Completed 200 OK in 73ms (Views: 71.1ms | ActiveRecord: 0.6ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 12:17:59 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 12:17:59 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 12:17:59 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 12:17:59 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 12:17:59 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 12:17:59 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 12:17:59 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 12:17:59 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 12:17:59 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 12:17:59 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 12:17:59 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 12:17:59 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 12:17:59 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 12:17:59 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 12:17:59 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 12:17:59 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 12:17:59 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 12:17:59 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 12:17:59 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 12:17:59 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 12:17:59 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 12:17:59 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 12:17:59 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 12:17:59 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-20 12:18:07 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "page"=>{"title"=>"test", "slug"=>"test", "group_ids"=>["2"]}, "commit"=>"更新页面", "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", 2]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-12-20 04:18:07.084746', "body" = '--- {} ' WHERE "pages"."id" = 1  (1.9ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (18.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (19.4ms) Completed 200 OK in 43ms (Views: 27.3ms | ActiveRecord: 3.2ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 12:18:08 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups"   (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (14.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (44.6ms) Completed 200 OK in 75ms (Views: 73.1ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 12:18:08 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 12:18:08 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 12:18:08 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 12:18:08 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 12:18:08 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 12:18:08 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 12:18:08 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 12:18:08 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 12:18:09 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 12:18:09 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 12:18:09 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 12:18:09 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 12:18:09 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 12:18:09 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 12:18:09 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 12:18:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 12:18:09 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 12:18:09 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 12:18:09 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 12:18:09 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 12:18:09 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 12:18:09 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 12:18:09 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 12:18:09 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-20 12:20:08 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "page"=>{"title"=>"test", "slug"=>"test", "group_ids"=>["2"]}, "commit"=>"更新页面", "id"=>"1"} AdminUser Load (32.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", 2]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.4ms) UPDATE "pages" SET "updated_at" = '2012-12-20 04:20:09.022902', "body" = '--- {} ' WHERE "pages"."id" = 1  (2.1ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (23.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (29.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (31.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (36.0ms) Completed 200 OK in 216ms (Views: 78.3ms | ActiveRecord: 36.8ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 12:23:48 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"   (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (18.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (26.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (31.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (17.7ms) Completed 200 OK in 255ms (Views: 250.9ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 12:23:48 +0800 Served asset /bootstrap.css - 304 Not Modified (13ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 12:23:48 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 12:23:48 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 12:23:48 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 12:23:48 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 12:23:48 +0800 Served asset /amalgam/admin.css - 304 Not Modified (18ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 12:23:48 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 12:23:48 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 12:23:48 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 12:23:48 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 12:23:48 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (58ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 12:23:49 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 12:23:49 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 12:23:49 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 12:23:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 12:23:49 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 12:23:49 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 12:23:49 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 12:23:49 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 12:23:49 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 12:23:49 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 12:23:49 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 12:23:49 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 12:23:49 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-20 12:23:53 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "page"=>{"title"=>"test", "slug"=>"test", "group_ids"=>["2"]}, "commit"=>"更新页面", "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", 2]] Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.2ms) UPDATE "pages" SET "updated_at" = '2012-12-20 04:23:53.051389', "body" = '--- {} ' WHERE "pages"."id" = 1  (2.1ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (14.8ms) Completed 200 OK in 36ms (Views: 23.1ms | ActiveRecord: 3.3ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 12:24:48 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.4ms) SELECT "amalgam_groups".* FROM "amalgam_groups"   (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (99.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (112.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (116.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (118.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (134.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (17.4ms) Completed 200 OK in 366ms (Views: 344.2ms | ActiveRecord: 4.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 12:24:48 +0800 Served asset /bootstrap.css - 304 Not Modified (41ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 12:24:49 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 12:24:49 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 12:24:49 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 12:24:49 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 12:24:49 +0800 Served asset /amalgam/admin.css - 304 Not Modified (14ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 12:24:49 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (4ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 12:24:49 +0800 Served asset /modernizr.js - 304 Not Modified (33ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 12:24:49 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 12:24:49 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 12:24:49 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 12:24:49 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (13ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 12:24:49 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (3ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 12:24:49 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 12:24:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 12:24:49 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 12:24:49 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 12:24:49 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 12:24:49 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 12:24:49 +0800 Served asset /amalgam/extra.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 12:24:49 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 12:24:49 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 12:24:49 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 12:24:49 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-20 12:24:51 +0800 Processing by Amalgam::Admin::PagesController#new as JS AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  (0.2ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" IS NULL AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (11.8ms) Completed 200 OK in 15ms (Views: 13.1ms | ActiveRecord: 0.5ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 12:26:24 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  (0.2ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (17.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (48.9ms) Completed 200 OK in 83ms (Views: 80.8ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 12:26:24 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 12:26:24 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 12:26:24 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 12:26:24 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 12:26:24 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 12:26:24 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 12:26:24 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 12:26:24 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 12:26:24 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 12:26:24 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 12:26:24 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 12:26:24 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 12:26:24 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 12:26:24 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 12:26:24 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 12:26:24 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 12:26:24 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 12:26:24 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 12:26:24 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 12:26:24 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 12:26:24 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 12:26:24 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 12:26:24 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 12:26:24 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 12:27:11 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (15.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.1ms) Completed 200 OK in 39ms (Views: 36.8ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 12:27:11 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 12:27:11 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 12:27:11 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 12:27:11 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 12:27:11 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 12:27:11 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 12:27:11 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 12:27:11 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 12:27:11 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 12:27:11 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 12:27:11 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 12:27:11 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 12:27:11 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 12:27:11 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 12:27:11 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 12:27:11 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 12:27:11 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 12:27:11 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 12:27:11 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 12:27:11 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 12:27:11 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 12:27:11 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 12:27:11 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 12:27:11 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-20 12:27:14 +0800 Processing by Amalgam::Admin::PagesController#new as JS AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (8.3ms) Completed 200 OK in 12ms (Views: 9.7ms | ActiveRecord: 0.3ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 12:29:33 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.8ms) Completed 200 OK in 41ms (Views: 39.0ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 12:29:33 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 12:29:33 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 12:29:33 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 12:29:33 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 12:29:33 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 12:29:33 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:33 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:33 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:33 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:33 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:33 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:33 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:33 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:33 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:33 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:33 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:33 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:33 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:33 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:33 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:33 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:33 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:33 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:33 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-20 12:29:48 +0800 Processing by Amalgam::Admin::PagesController#new as JS AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (51.0ms) Completed 200 OK in 55ms (Views: 52.7ms | ActiveRecord: 0.3ms) Started GET "/admin/groups" for 127.0.0.1 at 2012-12-20 12:29:56 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.0ms) Completed 200 OK in 31ms (Views: 29.5ms | ActiveRecord: 0.3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 12:29:56 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 12:29:56 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 12:29:56 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 12:29:56 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 12:29:56 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 12:29:56 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:56 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:56 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:56 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:56 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:56 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:56 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:56 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:56 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:56 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:56 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:57 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:57 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:57 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:57 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:57 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:57 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:57 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 12:29:59 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (12.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (46.0ms) Completed 200 OK in 75ms (Views: 73.4ms | ActiveRecord: 0.5ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 12:29:59 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 12:29:59 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 12:29:59 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 12:29:59 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 12:29:59 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 12:29:59 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:59 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:59 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:59 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:59 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:59 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:59 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:59 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:59 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:59 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:59 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:59 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:59 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:59 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:59 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:59 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:59 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:59 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 12:29:59 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-20 12:30:00 +0800 Processing by Amalgam::Admin::PagesController#new as JS AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (6.8ms) Completed 200 OK in 11ms (Views: 8.8ms | ActiveRecord: 0.3ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 13:32:45 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (11.5ms) Completed 500 Internal Server Error in 16ms ActionView::Template::Error (undefined method `group_ids' for nil:NilClass): 6: =af.label :group_ids 7: -Amalgam::Models::Group.all.each do |group| 8: %label.redio 9: =check_box_tag 'page[group_ids][]', group.id, @page.group_ids.include?(group.id) 10: =group.name /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml:9:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__fields_html_haml___252396101253802102_70358482227420' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml:7:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml:7:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__fields_html_haml___252396101253802102_70358482227420' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:12:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___1238977013939388533_70358441128260' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___1238977013939388533_70358441128260' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml__2163992037619279638_70358441062500' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2751275681930216344_70358440985480' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2751275681930216344_70358440985480' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__3056210686242365754_70358440241700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__899467303251147748__process_action__2977341131515089548__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4383939784018134235__call__1908648577806779496__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.6ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 13:45:08 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (42.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (43.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (44.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (47.0ms) Completed 500 Internal Server Error in 51ms ActionView::Template::Error (undefined method `group_ids' for nil:NilClass): 6: =af.label :group_ids 7: -Amalgam::Models::Group.all.each do |group| 8: %label.redio 9: =check_box_tag 'page[group_ids][]', group.id, @page.group_ids.include?(group.id) 10: =group.name /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml:9:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__fields_html_haml___252396101253802102_70358482227420' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml:7:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml:7:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__fields_html_haml___252396101253802102_70358482227420' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:12:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___1238977013939388533_70358441128260' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___1238977013939388533_70358441128260' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml__2163992037619279638_70358441062500' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2751275681930216344_70358440985480' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2751275681930216344_70358440985480' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__3056210686242365754_70358440241700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__899467303251147748__process_action__2977341131515089548__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4383939784018134235__call__1908648577806779496__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.7ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"   (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (20.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.9ms) Completed 200 OK in 46ms (Views: 43.6ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (4ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-20 13:47:29 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-20 13:47:38 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "page"=>{"title"=>"test", "slug"=>"test", "group_ids"=>["3"]}, "commit"=>"更新页面", "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", 3]] Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' SQL (0.3ms) DELETE FROM "amalgam_base_groups" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' AND "amalgam_base_groups"."group_id" = 2 SQL (1.7ms) INSERT INTO "amalgam_base_groups" ("created_at", "group_id", "groupable_id", "groupable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Dec 2012 13:47:38 CST +08:00], ["group_id", 3], ["groupable_id", 1], ["groupable_type", "Page"], ["updated_at", Thu, 20 Dec 2012 13:47:38 CST +08:00]] Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.2ms) UPDATE "pages" SET "updated_at" = '2012-12-20 05:47:38.483897', "body" = '--- {} ' WHERE "pages"."id" = 1  (1.0ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (21.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (23.1ms) Completed 200 OK in 66ms (Views: 30.4ms | ActiveRecord: 4.5ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 13:47:40 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (14.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.3ms) Completed 200 OK in 37ms (Views: 35.3ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 13:47:40 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 13:47:40 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 13:47:40 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:40 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 13:47:40 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 13:47:40 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 13:47:40 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:40 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:40 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:40 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:40 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:40 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:40 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:40 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:40 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:40 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:40 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:40 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:40 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:40 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:40 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:40 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:40 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-20 13:47:43 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "page"=>{"title"=>"test", "slug"=>"test", "group_ids"=>["2", "3"]}, "commit"=>"更新页面", "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" IN (2, 3) Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' SQL (0.6ms) INSERT INTO "amalgam_base_groups" ("created_at", "group_id", "groupable_id", "groupable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Dec 2012 13:47:43 CST +08:00], ["group_id", 2], ["groupable_id", 1], ["groupable_type", "Page"], ["updated_at", Thu, 20 Dec 2012 13:47:43 CST +08:00]] Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) UPDATE "pages" SET "updated_at" = '2012-12-20 05:47:43.566334', "body" = '--- {} ' WHERE "pages"."id" = 1  (2.6ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (13.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (14.9ms) Completed 200 OK in 39ms (Views: 24.1ms | ActiveRecord: 4.3ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 13:47:44 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (16.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.8ms) Completed 200 OK in 49ms (Views: 47.5ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 13:47:44 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 13:47:44 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 13:47:44 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 13:47:44 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 13:47:44 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 13:47:44 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:44 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:44 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:44 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:44 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:44 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:45 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:45 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:45 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:45 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:45 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:45 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:45 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:45 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:45 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:45 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:45 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:45 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:45 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-20 13:47:50 +0800 Processing by Amalgam::Admin::PagesController#new as JS AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" IS NULL AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" IS NULL AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (8.5ms) Completed 200 OK in 12ms (Views: 9.8ms | ActiveRecord: 0.5ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-20 13:47:55 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "page"=>{"title"=>"test", "slug"=>"test", "group_ids"=>["2"]}, "commit"=>"更新页面", "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", 2]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' SQL (0.2ms) DELETE FROM "amalgam_base_groups" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' AND "amalgam_base_groups"."group_id" = 3 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) UPDATE "pages" SET "updated_at" = '2012-12-20 05:47:55.092870', "body" = '--- {} ' WHERE "pages"."id" = 1  (2.2ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (13.5ms) Completed 200 OK in 36ms (Views: 20.8ms | ActiveRecord: 3.6ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 13:47:56 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (14.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.7ms) Completed 200 OK in 38ms (Views: 35.8ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 13:47:56 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 13:47:56 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 13:47:56 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 13:47:56 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 13:47:56 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 13:47:56 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:56 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:56 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:56 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:56 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:56 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:56 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:56 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:56 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:56 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:56 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:56 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:56 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:56 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:56 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:56 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:56 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 13:47:56 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 13:48:01 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"   (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (15.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.9ms) Completed 200 OK in 79ms (Views: 76.7ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 13:48:01 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 13:48:01 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 13:48:01 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 13:48:01 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 13:48:01 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 13:48:01 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 13:48:01 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 13:48:01 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 13:48:01 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 13:48:01 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 13:48:01 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 13:48:01 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 13:48:01 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 13:48:01 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 13:48:01 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 13:48:01 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 13:48:01 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 13:48:01 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 13:48:01 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 13:48:01 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 13:48:01 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 13:48:01 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 13:48:01 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 13:48:02 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 13:49:37 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (25.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.9ms) Completed 200 OK in 73ms (Views: 51.5ms | ActiveRecord: 1.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 13:49:37 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 13:49:37 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 13:49:37 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 13:49:37 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 13:49:37 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 13:49:37 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 13:49:37 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 13:49:37 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 13:49:37 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 13:49:37 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 13:49:37 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 13:49:37 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 13:49:37 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 13:49:37 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 13:49:37 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 13:49:37 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 13:49:37 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 13:49:37 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 13:49:37 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 13:49:37 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 13:49:37 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 13:49:37 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 13:49:37 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 13:49:37 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-20 13:49:40 +0800 Processing by Amalgam::Admin::PagesController#new as JS AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  (0.2ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" IS NULL AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" IS NULL AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (9.3ms) Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.6ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 13:50:00 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups"   (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (58.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.4ms) Completed 200 OK in 108ms (Views: 82.5ms | ActiveRecord: 1.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 13:50:00 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 13:50:00 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 13:50:00 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 13:50:00 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 13:50:00 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 13:50:00 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 13:50:00 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 13:50:00 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 13:50:00 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 13:50:00 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 13:50:00 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 13:50:00 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 13:50:00 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 13:50:00 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 13:50:00 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 13:50:01 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 13:50:01 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 13:50:01 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 13:50:01 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 13:50:01 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 13:50:01 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 13:50:01 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 13:50:01 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 13:50:01 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-20 13:50:04 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "page"=>{"title"=>"test", "slug"=>"test"}, "commit"=>"更新页面", "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-12-20 05:50:04.243913', "body" = '--- {} ' WHERE "pages"."id" = 1  (2.3ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  (0.2ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (5.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (15.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (16.7ms) Completed 200 OK in 38ms (Views: 23.6ms | ActiveRecord: 4.0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-20 13:50:08 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "page"=>{"title"=>"test", "slug"=>"test"}, "commit"=>"更新页面", "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-12-20 05:50:08.087449', "body" = '--- {} ' WHERE "pages"."id" = 1  (2.4ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (50.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (54.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (56.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (57.9ms) Completed 200 OK in 77ms (Views: 64.3ms | ActiveRecord: 3.9ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-20 13:50:13 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "page"=>{"title"=>"test", "slug"=>"test"}, "commit"=>"更新页面", "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Page Exists (0.3ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-12-20 05:50:13.188227', "body" = '--- {} ' WHERE "pages"."id" = 1  (2.1ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (16.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (17.7ms) Completed 200 OK in 38ms (Views: 24.8ms | ActiveRecord: 3.5ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 13:56:05 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (24.1ms) Completed 500 Internal Server Error in 81ms ActionView::Template::Error (The line was indented 2 levels deeper than the previous line.): 9: =check_box_tag 'page[group_ids][]', group.id, af.object.group_ids.include?(group.id) 10: =group.name 11: %label.redio 12: =check_box_tag 'page[group_ids]', nil 13: =t('amalgam.admin.blank') /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml:12 haml (3.1.7) lib/haml/parser.rb:155:in `parse' haml (3.1.7) lib/haml/engine.rb:124:in `initialize' haml (3.1.7) lib/haml/template/plugin.rb:34:in `new' haml (3.1.7) lib/haml/template/plugin.rb:34:in `compile' haml (3.1.7) lib/haml/template/plugin.rb:39:in `call' actionpack (3.2.8) lib/action_view/template.rb:268:in `compile' actionpack (3.2.8) lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' actionpack (3.2.8) lib/action_view/template.rb:232:in `compile!' actionpack (3.2.8) lib/action_view/template.rb:144:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:12:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___1238977013939388533_70358441128260' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___1238977013939388533_70358441128260' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml__2163992037619279638_70358441062500' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2751275681930216344_70358440985480' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2751275681930216344_70358440985480' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__3056210686242365754_70358440241700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__899467303251147748__process_action__2977341131515089548__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4383939784018134235__call__1908648577806779496__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.8ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 13:56:28 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (18.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.9ms) Completed 200 OK in 46ms (Views: 43.3ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 13:56:29 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 13:56:29 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 13:56:29 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 13:56:29 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 13:56:29 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 13:56:29 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 13:56:29 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 13:56:29 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 13:56:29 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 13:56:29 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 13:56:29 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 13:56:29 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 13:56:29 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 13:56:29 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 13:56:29 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 13:56:29 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 13:56:29 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 13:56:29 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 13:56:29 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 13:56:29 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 13:56:29 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 13:56:29 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 13:56:29 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 13:56:29 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-20 13:56:33 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "page"=>{"title"=>"test", "slug"=>"test", "group_ids"=>"on"}, "commit"=>"更新页面", "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", 0]]  (0.1ms) rollback transaction Completed 500 Internal Server Error in 4ms ActiveRecord::RecordNotFound (Couldn't find Amalgam::Models::Group with id=0): activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.8) lib/active_record/querying.rb:5:in `find' activerecord (3.2.8) lib/active_record/associations/collection_association.rb:72:in `ids_writer' activerecord (3.2.8) lib/active_record/associations/builder/collection_association.rb:71:in `block in define_writers' activerecord (3.2.8) lib/active_record/attribute_assignment.rb:85:in `block in assign_attributes' activerecord (3.2.8) lib/active_record/attribute_assignment.rb:78:in `each' activerecord (3.2.8) lib/active_record/attribute_assignment.rb:78:in `assign_attributes' activerecord (3.2.8) lib/active_record/persistence.rb:215:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:53:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__899467303251147748__process_action__4543587091357430067__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4383939784018134235__call__1908648577806779496__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.1ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 13:57:34 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  (0.2ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (17.0ms) Completed 500 Internal Server Error in 24ms ActionView::Template::Error (undefined method `merge' for nil:NilClass): 9: =check_box_tag 'page[group_ids][]', group.id, af.object.group_ids.include?(group.id) 10: =group.name 11: %label.redio 12: =af.check_box :group_ids, nil 13: =t('amalgam.admin.blank') actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:1414:in `objectify_options' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:1325:in `check_box' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml:12:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__fields_html_haml___252396101253802102_70358483700700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:12:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___1238977013939388533_70358441128260' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___1238977013939388533_70358441128260' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml__2163992037619279638_70358441062500' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2751275681930216344_70358440985480' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2751275681930216344_70358440985480' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__3056210686242365754_70358440241700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__899467303251147748__process_action__2977341131515089548__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4383939784018134235__call__1908648577806779496__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.2ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 13:57:55 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"   (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (18.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.6ms) Completed 200 OK in 42ms (Views: 39.7ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 13:57:55 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 13:57:55 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 13:57:55 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 13:57:55 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 13:57:55 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 13:57:55 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 13:57:55 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 13:57:55 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 13:57:55 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 13:57:55 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 13:57:55 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 13:57:55 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 13:57:55 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 13:57:55 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 13:57:55 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 13:57:55 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 13:57:55 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 13:57:55 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 13:57:55 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 13:57:55 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 13:57:55 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 13:57:55 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 13:57:55 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 13:57:55 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-20 13:58:03 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "page"=>{"title"=>"test", "slug"=>"test", "group_ids"=>"1"}, "commit"=>"更新页面", "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction Completed 500 Internal Server Error in 4ms ActiveRecord::RecordNotFound (Couldn't find Amalgam::Models::Group with id=1): activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.8) lib/active_record/querying.rb:5:in `find' activerecord (3.2.8) lib/active_record/associations/collection_association.rb:72:in `ids_writer' activerecord (3.2.8) lib/active_record/associations/builder/collection_association.rb:71:in `block in define_writers' activerecord (3.2.8) lib/active_record/attribute_assignment.rb:85:in `block in assign_attributes' activerecord (3.2.8) lib/active_record/attribute_assignment.rb:78:in `each' activerecord (3.2.8) lib/active_record/attribute_assignment.rb:78:in `assign_attributes' activerecord (3.2.8) lib/active_record/persistence.rb:215:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:54:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:53:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__899467303251147748__process_action__4543587091357430067__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4383939784018134235__call__1908648577806779496__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.6ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 13:58:44 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (14.9ms) Completed 500 Internal Server Error in 19ms ActionView::Template::Error (undefined method `merge' for nil:NilClass): 9: =check_box_tag 'page[group_ids][]', group.id, af.object.group_ids.include?(group.id) 10: =group.name 11: %label.redio 12: =af.check_box :group_ids, nil 13: =t('amalgam.admin.blank') actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:1414:in `objectify_options' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:1325:in `check_box' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml:12:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__fields_html_haml___252396101253802102_70358440198100' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:12:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___1238977013939388533_70358441128260' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___1238977013939388533_70358441128260' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml__2163992037619279638_70358441062500' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2751275681930216344_70358440985480' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2751275681930216344_70358440985480' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__3056210686242365754_70358440241700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__899467303251147748__process_action__2977341131515089548__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4383939784018134235__call__1908648577806779496__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.5ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 13:58:55 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"   (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (8.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (17.6ms) Completed 500 Internal Server Error in 22ms ActionView::Template::Error (undefined method `merge' for []:Array): 9: =check_box_tag 'page[group_ids][]', group.id, af.object.group_ids.include?(group.id) 10: =group.name 11: %label.redio 12: =af.check_box :group_ids, [] 13: =t('amalgam.admin.blank') actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:1414:in `objectify_options' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:1325:in `check_box' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml:12:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__fields_html_haml___252396101253802102_70358453564960' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:12:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___1238977013939388533_70358441128260' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___1238977013939388533_70358441128260' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml__2163992037619279638_70358441062500' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2751275681930216344_70358440985480' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2751275681930216344_70358440985480' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__3056210686242365754_70358440241700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__899467303251147748__process_action__2977341131515089548__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4383939784018134235__call__1908648577806779496__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 14:00:08 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (17.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (47.1ms) Completed 200 OK in 82ms (Views: 79.6ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 14:00:08 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 14:00:08 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 14:00:08 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 14:00:08 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 14:00:08 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 14:00:08 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:08 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:08 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:08 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:08 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:08 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:08 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:08 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:08 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:08 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:08 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:08 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:08 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:08 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:08 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:08 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:08 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:08 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:08 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 14:00:59 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (7.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (16.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (19.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.4ms) Completed 200 OK in 102ms (Views: 43.8ms | ActiveRecord: 1.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 14:00:59 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 14:00:59 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 14:00:59 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 14:00:59 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 14:00:59 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 14:00:59 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:59 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:59 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:59 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:59 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:59 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:59 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:59 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:59 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:59 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:59 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:59 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:59 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:59 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:59 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:59 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:59 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:59 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 14:00:59 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-20 14:01:02 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "page"=>{"title"=>"test", "slug"=>"test"}, "commit"=>"更新页面", "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' SQL (0.3ms) DELETE FROM "amalgam_base_groups" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' AND "amalgam_base_groups"."group_id" = 2 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) UPDATE "pages" SET "updated_at" = '2012-12-20 06:01:02.419968', "body" = '--- {} ' WHERE "pages"."id" = 1  (3.0ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (50.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (54.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (55.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (56.5ms) Completed 200 OK in 80ms (Views: 64.0ms | ActiveRecord: 4.5ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 14:01:05 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"   (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (14.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.6ms) Completed 200 OK in 38ms (Views: 35.9ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 14:01:05 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 14:01:05 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 14:01:05 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 14:01:05 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 14:01:05 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 14:01:05 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:05 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:05 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:05 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:05 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:05 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:05 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:05 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:05 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:05 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:06 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:06 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:06 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:06 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:06 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:06 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:06 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:06 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:06 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-20 14:01:08 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "page"=>{"title"=>"test", "slug"=>"test", "group_ids"=>["3"]}, "commit"=>"更新页面", "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", 3]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' SQL (0.7ms) INSERT INTO "amalgam_base_groups" ("created_at", "group_id", "groupable_id", "groupable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Dec 2012 14:01:08 CST +08:00], ["group_id", 3], ["groupable_id", 1], ["groupable_type", "Page"], ["updated_at", Thu, 20 Dec 2012 14:01:08 CST +08:00]] Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.2ms) UPDATE "pages" SET "updated_at" = '2012-12-20 06:01:08.314327', "body" = '--- {} ' WHERE "pages"."id" = 1  (2.9ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (16.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (17.2ms) Completed 200 OK in 42ms (Views: 24.3ms | ActiveRecord: 4.7ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 14:01:09 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups"   (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (15.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (50.0ms) Completed 200 OK in 81ms (Views: 79.6ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 14:01:09 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 14:01:09 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 14:01:09 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 14:01:09 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 14:01:09 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 14:01:09 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:09 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:09 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:09 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:09 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:09 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:09 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:09 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:09 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:09 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:09 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:09 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:09 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:09 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:09 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:09 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:09 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:09 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-20 14:01:14 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "page"=>{"title"=>"test", "slug"=>"test", "group_ids"=>["2", "3"]}, "commit"=>"更新页面", "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" IN (2, 3) Amalgam::Models::Group Load (0.3ms) SELECT "amalgam_groups".* FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' SQL (0.5ms) INSERT INTO "amalgam_base_groups" ("created_at", "group_id", "groupable_id", "groupable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Dec 2012 14:01:14 CST +08:00], ["group_id", 2], ["groupable_id", 1], ["groupable_type", "Page"], ["updated_at", Thu, 20 Dec 2012 14:01:14 CST +08:00]] Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.2ms) UPDATE "pages" SET "updated_at" = '2012-12-20 06:01:14.224220', "body" = '--- {} ' WHERE "pages"."id" = 1  (2.0ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (13.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (14.3ms) Completed 200 OK in 38ms (Views: 21.4ms | ActiveRecord: 3.8ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 14:01:15 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"   (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (15.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.4ms) Completed 200 OK in 41ms (Views: 38.8ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 14:01:15 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 14:01:15 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 14:01:15 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 14:01:15 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 14:01:15 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 14:01:15 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:15 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:15 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:15 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:15 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:15 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:15 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:15 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:15 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:15 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:15 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:15 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:15 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:15 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:15 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:15 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:15 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:15 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:15 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-20 14:01:18 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "page"=>{"title"=>"test", "slug"=>"test"}, "commit"=>"更新页面", "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Amalgam::Models::Group Load (0.4ms) SELECT "amalgam_groups".* FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' SQL (0.4ms) DELETE FROM "amalgam_base_groups" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' AND "amalgam_base_groups"."group_id" IN (3, 2) Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-12-20 06:01:18.779711', "body" = '--- {} ' WHERE "pages"."id" = 1  (3.0ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (15.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (16.1ms) Completed 200 OK in 41ms (Views: 23.0ms | ActiveRecord: 4.8ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 14:01:20 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (14.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.0ms) Completed 200 OK in 42ms (Views: 40.3ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 14:01:20 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 14:01:20 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 14:01:20 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 14:01:20 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 14:01:20 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 14:01:20 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:20 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:20 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:20 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:20 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:20 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:20 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:20 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:20 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:20 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:20 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:20 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:20 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:20 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:20 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:20 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:20 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:20 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 14:01:20 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/groups/new" for 127.0.0.1 at 2012-12-20 14:02:11 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (4.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.8ms) Completed 200 OK in 33ms (Views: 31.7ms | ActiveRecord: 0.1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 14:02:11 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 14:02:11 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 14:02:11 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 14:02:11 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 14:02:11 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 14:02:11 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:11 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:11 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:11 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:11 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:11 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:11 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:11 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:11 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:11 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:11 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:11 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:11 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:11 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:11 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:11 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:11 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:11 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:11 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started POST "/admin/groups" for 127.0.0.1 at 2012-12-20 14:02:16 +0800 Processing by Amalgam::Admin::GroupsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "group"=>{"name"=>"test2"}, "commit"=>"添加组"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction Amalgam::Models::Group Exists (0.1ms) SELECT 1 AS one FROM "amalgam_groups" WHERE "amalgam_groups"."name" = 'test2' LIMIT 1  (0.0ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (2.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (4.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (53.8ms) Completed 200 OK in 79ms (Views: 74.9ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 14:02:16 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 14:02:16 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 14:02:16 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 14:02:16 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:16 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:16 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 14:02:16 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 14:02:16 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:16 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:16 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:16 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:16 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:16 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:16 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:16 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:16 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:16 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:16 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:16 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:16 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:16 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:16 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:17 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:17 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started POST "/admin/groups" for 127.0.0.1 at 2012-12-20 14:02:22 +0800 Processing by Amalgam::Admin::GroupsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "group"=>{"name"=>"test3"}, "commit"=>"添加组"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Amalgam::Models::Group Exists (0.1ms) SELECT 1 AS one FROM "amalgam_groups" WHERE "amalgam_groups"."name" = 'test3' LIMIT 1 SQL (0.5ms) INSERT INTO "amalgam_groups" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Dec 2012 14:02:22 CST +08:00], ["name", "test3"], ["updated_at", Thu, 20 Dec 2012 14:02:22 CST +08:00]]  (1.1ms) commit transaction Redirected to http://127.0.0.1:3000/admin/groups Completed 302 Found in 6ms (ActiveRecord: 1.9ms) Started GET "/admin/groups" for 127.0.0.1 at 2012-12-20 14:02:22 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (3.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.5ms) Completed 200 OK in 30ms (Views: 27.3ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 14:02:22 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 14:02:22 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 14:02:22 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 14:02:22 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 14:02:22 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 14:02:22 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:22 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:22 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:22 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:22 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:22 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:22 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:22 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:22 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:22 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:22 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:22 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:22 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:22 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:22 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:22 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:22 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:22 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 14:02:22 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/groups" for 127.0.0.1 at 2012-12-20 14:10:30 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (3.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.6ms) Completed 200 OK in 28ms (Views: 26.4ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 14:10:30 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 14:10:30 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 14:10:30 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 14:10:30 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 14:10:30 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 14:10:30 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:30 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:30 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:30 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:30 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:30 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:30 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:30 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:30 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:30 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:30 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:30 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:30 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:30 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:30 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:30 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:30 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:30 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:30 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 14:10:32 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"   (0.2ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (17.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (19.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (48.8ms) Completed 200 OK in 84ms (Views: 81.5ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 14:10:32 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 14:10:32 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 14:10:32 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 14:10:32 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 14:10:32 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 14:10:32 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:32 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:32 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:32 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:32 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:32 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:32 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:32 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:32 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:32 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:32 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:32 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:32 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:32 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:32 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:32 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:32 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:32 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 14:10:32 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-20 14:10:37 +0800 Processing by Amalgam::Admin::PagesController#new as JS AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.3ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  (0.2ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" IS NULL AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" IS NULL AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" IS NULL AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (14.2ms) Completed 200 OK in 18ms (Views: 15.2ms | ActiveRecord: 0.6ms) Started GET "/admin/groups" for 127.0.0.1 at 2012-12-20 14:15:57 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (3.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.2ms) Completed 200 OK in 28ms (Views: 26.4ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 14:15:58 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 14:15:58 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 14:15:58 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 14:15:58 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 14:15:58 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 14:15:58 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:58 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:58 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:58 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:58 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:58 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:58 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:58 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:58 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:58 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:58 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:58 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:58 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:58 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:58 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:58 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:58 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:58 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:58 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/groups/2/edit" for 127.0.0.1 at 2012-12-20 14:15:59 +0800 Processing by Amalgam::Admin::GroupsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "2"]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (4.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.9ms) Completed 200 OK in 29ms (Views: 26.8ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 14:15:59 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 14:15:59 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 14:15:59 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 14:15:59 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 14:15:59 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 14:15:59 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:59 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:59 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:59 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:59 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:59 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:59 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:59 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:59 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:59 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:59 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:59 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:59 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:59 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:59 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:59 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:59 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:59 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 14:15:59 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/groups/2" for 127.0.0.1 at 2012-12-20 14:16:02 +0800 Processing by Amalgam::Admin::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "group"=>{"name"=>"test2"}, "commit"=>"更新组", "id"=>"2"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction Amalgam::Models::Group Exists (0.1ms) SELECT 1 AS one FROM "amalgam_groups" WHERE ("amalgam_groups"."name" = 'test2' AND "amalgam_groups"."id" != 2) LIMIT 1  (0.0ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (3.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (50.7ms) Completed 200 OK in 75ms (Views: 70.8ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 14:16:02 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 14:16:02 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 14:16:02 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 14:16:02 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 14:16:02 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 14:16:02 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 14:16:02 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 14:16:02 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 14:16:02 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 14:16:02 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 14:16:02 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 14:16:02 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 14:16:02 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 14:16:03 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 14:16:03 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 14:16:03 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 14:16:03 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 14:16:03 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 14:16:03 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 14:16:03 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 14:16:03 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 14:16:03 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 14:16:03 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 14:16:03 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 15:21:54 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"   (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (101.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (115.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (119.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (122.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (138.2ms) Compiled amalgam/admin/layout.css (63ms) (pid 62989) Compiled amalgam/admin.css (5ms) (pid 62989) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (45.7ms) Completed 200 OK in 545ms (Views: 520.1ms | ActiveRecord: 5.2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 15:21:54 +0800 Served asset /amalgam/admin/layout.css - 200 OK (5ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 15:21:55 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 15:21:55 +0800 Served asset /bootstrap.css - 304 Not Modified (44ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 15:21:55 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 15:21:55 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 15:21:55 +0800 Served asset /amalgam/admin.css - 304 Not Modified (22ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 15:21:55 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 15:21:55 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 15:21:55 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 15:21:55 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 15:21:55 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:21:55 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (14ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:21:55 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 15:21:55 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 15:21:55 +0800 Served asset /jquery_ujs.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 15:21:55 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 15:21:55 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 15:21:55 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (8ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 15:21:55 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 15:21:55 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 15:21:55 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 15:21:55 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 15:21:55 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (40ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 15:21:55 +0800 Served asset /amalgam/admin.js - 304 Not Modified (17ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-20 15:21:55 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (4ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-20 15:21:55 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-20 15:21:55 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-20 15:21:55 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-20 15:21:55 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 15:23:21 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups"   (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (98.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (111.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (116.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (119.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (137.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (44.8ms) Completed 200 OK in 412ms (Views: 388.4ms | ActiveRecord: 5.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /bootstrap.css - 304 Not Modified (11ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (8ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /amalgam/admin.js - 304 Not Modified (54ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:22 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/groups" for 127.0.0.1 at 2012-12-20 15:23:24 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.8ms) Completed 200 OK in 30ms (Views: 28.2ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 15:23:24 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 15:23:24 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 15:23:24 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 15:23:24 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 15:23:24 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 15:23:24 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:24 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:24 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:24 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:24 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:24 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:24 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:24 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:24 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:24 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:24 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:24 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:24 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:24 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:24 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:24 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:24 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:24 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:24 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:24 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/admin/groups/2/edit" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Processing by Amalgam::Admin::GroupsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "2"]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (3.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.3ms) Completed 200 OK in 30ms (Views: 28.2ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:27 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/groups/2" for 127.0.0.1 at 2012-12-20 15:23:29 +0800 Processing by Amalgam::Admin::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "group"=>{"name"=>"test2"}, "commit"=>"更新组", "id"=>"2"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Amalgam::Models::Group Exists (0.2ms) SELECT 1 AS one FROM "amalgam_groups" WHERE ("amalgam_groups"."name" = 'test2' AND "amalgam_groups"."id" != 2) LIMIT 1  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (51.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (53.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.3ms) Completed 200 OK in 84ms (Views: 76.9ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 15:23:30 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 15:23:30 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 15:23:30 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 15:23:30 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 15:23:30 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 15:23:30 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:30 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:30 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:30 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:30 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:30 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:30 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:30 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:30 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:30 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:30 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:30 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:30 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:30 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:30 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:30 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:30 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:30 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 15:23:30 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/groups/2" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Processing by Amalgam::Admin::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "group"=>{"name"=>"test2"}, "commit"=>"更新组", "id"=>"2"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Amalgam::Models::Group Exists (0.2ms) SELECT 1 AS one FROM "amalgam_groups" WHERE ("amalgam_groups"."name" = 'test2' AND "amalgam_groups"."id" != 2) LIMIT 1  (0.0ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (3.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (4.2ms) Compiled amalgam/admin/layout.css (93ms) (pid 63267) Compiled amalgam/admin.css (4ms) (pid 63267) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (49.2ms) Completed 200 OK in 197ms (Views: 192.8ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /amalgam/admin.css - 304 Not Modified (21ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /amalgam/admin/layout.css - 200 OK (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-20 15:26:34 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started PUT "/admin/groups/2" for 127.0.0.1 at 2012-12-20 15:27:51 +0800 Processing by Amalgam::Admin::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "group"=>{"name"=>"test2"}, "commit"=>"更新组", "id"=>"2"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction Amalgam::Models::Group Exists (0.1ms) SELECT 1 AS one FROM "amalgam_groups" WHERE ("amalgam_groups"."name" = 'test2' AND "amalgam_groups"."id" != 2) LIMIT 1  (0.0ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (3.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (45.7ms) Completed 200 OK in 69ms (Views: 65.2ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 15:27:51 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 15:27:51 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 15:27:51 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 15:27:51 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 15:27:51 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 15:27:51 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 15:27:51 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 15:27:51 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 15:27:51 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 15:27:51 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 15:27:51 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:27:51 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:27:51 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 15:27:51 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 15:27:51 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 15:27:51 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 15:27:51 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 15:27:51 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 15:27:51 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 15:27:51 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 15:27:51 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 15:27:51 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 15:27:51 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 15:27:51 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Connecting to database specified by database.yml Started GET "/admin/groups/2" for 127.0.0.1 at 2012-12-20 15:34:42 +0800 Processing by Amalgam::Admin::GroupsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (3.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "2"]] Completed 500 Internal Server Error in 74ms ActionView::MissingTemplate (Missing template amalgam/admin/groups/show, amalgam/admin/base/show, amalgam/application/show with {:locale=>[:"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__2068365487879809700__process_action__1052342461267851810__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3197949180069922237__call__2887068151345970863__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 15:34:43 +0800 Served asset /amalgam/extra.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 15:34:43 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 15:34:43 +0800 Served asset /bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 15:34:43 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 15:34:43 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 15:34:43 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (4ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:43 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:44 +0800 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:44 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:44 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:44 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:44 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (46ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:44 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:44 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:44 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:44 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (8ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:44 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:44 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (7ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:44 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:44 +0800 Served asset /amalgam/extra.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:44 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:44 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:44 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:44 +0800 Served asset /amalgam/admin.js - 304 Not Modified (17ms) Started GET "/admin/groups/2" for 127.0.0.1 at 2012-12-20 15:34:49 +0800 Processing by Amalgam::Admin::GroupsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "2"]] Completed 500 Internal Server Error in 5ms ActionView::MissingTemplate (Missing template amalgam/admin/groups/show, amalgam/admin/base/show, amalgam/application/show with {:locale=>[:"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__2068365487879809700__process_action__1052342461267851810__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3197949180069922237__call__2887068151345970863__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 15:34:51 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 15:34:51 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 15:34:51 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 15:34:51 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 15:34:51 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 15:34:52 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:52 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:52 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:52 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:52 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:52 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:52 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:52 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:52 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:52 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:52 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:52 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:52 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:52 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:52 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:52 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:52 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:52 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 15:34:52 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/groups/2" for 127.0.0.1 at 2012-12-20 15:35:05 +0800 Processing by Amalgam::Admin::GroupsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (4.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "2"]] Completed 500 Internal Server Error in 82ms ActionView::MissingTemplate (Missing template amalgam/admin/groups/show, amalgam/admin/base/show, amalgam/application/show with {:locale=>[:"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__119715710956885048__process_action__4023010864287780269__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1711003126816896011__call__731235846820369978__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms) Started GET "/admin" for 127.0.0.1 at 2012-12-20 15:35:10 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"   (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (63.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (102.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (107.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (109.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (124.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (22.7ms) Completed 200 OK in 350ms (Views: 336.9ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 15:35:10 +0800 Served asset /bootstrap.css - 304 Not Modified (38ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 15:35:10 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 15:35:10 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 15:35:10 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 15:35:10 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 15:35:10 +0800 Served asset /amalgam/admin.css - 304 Not Modified (18ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:10 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:10 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:10 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:10 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:10 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:10 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (42ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:10 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:10 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:10 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:10 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:10 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:10 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:10 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:10 +0800 Served asset /amalgam/extra.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:10 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:10 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:10 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:10 +0800 Served asset /amalgam/admin.js - 304 Not Modified (16ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-20 15:35:10 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-20 15:35:10 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (1ms) Started GET "/admin/groups" for 127.0.0.1 at 2012-12-20 15:35:14 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.1ms) Completed 200 OK in 32ms (Views: 30.0ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 15:35:14 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 15:35:14 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 15:35:14 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 15:35:14 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 15:35:14 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 15:35:14 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:14 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:14 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:14 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:14 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:14 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:14 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:14 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:14 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:14 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:14 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:14 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:14 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:14 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:14 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:14 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:14 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:14 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/groups/2/edit" for 127.0.0.1 at 2012-12-20 15:35:16 +0800 Processing by Amalgam::Admin::GroupsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "2"]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (3.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.1ms) Completed 200 OK in 30ms (Views: 28.4ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 15:35:16 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 15:35:16 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 15:35:16 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 15:35:16 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 15:35:16 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 15:35:16 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:16 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:16 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:16 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:16 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:16 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:16 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:16 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:16 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:16 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:16 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:16 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:16 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:16 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:16 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:16 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:16 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:16 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:16 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/groups/2" for 127.0.0.1 at 2012-12-20 15:35:18 +0800 Processing by Amalgam::Admin::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "group"=>{"name"=>"test2"}, "commit"=>"更新组", "id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Amalgam::Models::Group Exists (0.2ms) SELECT 1 AS one FROM "amalgam_groups" WHERE ("amalgam_groups"."name" = 'test2' AND "amalgam_groups"."id" != 2) LIMIT 1  (0.0ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (3.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/edit.html.haml within layouts/amalgam/admin/application (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (7.7ms) Completed 200 OK in 34ms (Views: 27.5ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 15:35:18 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 15:35:18 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 15:35:18 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 15:35:18 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 15:35:18 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 15:35:18 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:18 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:18 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:18 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:18 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:18 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:18 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:18 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:18 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:18 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:18 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:18 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:18 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:18 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:18 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:18 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:18 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 15:35:19 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-20 15:44:15 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 12ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (17.5ms) Started GET "/admin" for 127.0.0.1 at 2012-12-20 15:44:19 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (64.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (77.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (82.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (84.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (129.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (17.5ms) Completed 200 OK in 357ms (Views: 334.9ms | ActiveRecord: 4.9ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 15:44:19 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 15:44:19 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 15:44:19 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 15:44:19 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 15:44:19 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 15:44:19 +0800 Served asset /amalgam/admin.css - 304 Not Modified (20ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 15:44:19 +0800 Served asset /modernizr.js - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 15:44:19 +0800 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 15:44:19 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 15:44:19 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 15:44:19 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:44:19 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:44:19 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 15:44:19 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 15:44:19 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 15:44:19 +0800 Served asset /jquery_ujs.js - 304 Not Modified (41ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 15:44:20 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 15:44:20 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 15:44:20 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 15:44:20 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 15:44:20 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 15:44:20 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 15:44:20 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 15:44:20 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-20 15:44:20 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (6ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-20 15:44:20 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-20 15:44:20 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-20 15:44:20 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-20 15:44:20 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (3ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-20 15:44:22 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 2ms NameError (uninitialized constant Amalgam::ViewFinder): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.8ms) Connecting to database specified by database.yml Started GET "/pages/test" for 127.0.0.1 at 2012-12-20 15:45:28 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Completed 500 Internal Server Error in 107ms NoMethodError (undefined method `list' for "show":String): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.4ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-20 15:45:30 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Completed 500 Internal Server Error in 5ms NoMethodError (undefined method `list' for "show":String): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.2ms) Connecting to database specified by database.yml Started GET "/pages/test" for 127.0.0.1 at 2012-12-20 15:46:27 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Completed 500 Internal Server Error in 103ms NoMethodError (undefined method `list' for ["show"]:Array): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.5ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-20 15:46:29 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Completed 500 Internal Server Error in 4ms NoMethodError (undefined method `list' for ["show"]:Array): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.6ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-20 15:46:45 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Completed 500 Internal Server Error in 4ms NoMethodError (undefined method `list' for ["show"]:Array): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.1ms) Connecting to database specified by database.yml Started GET "/pages/test" for 127.0.0.1 at 2012-12-20 15:46:57 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.erb within layouts/amalgam/admin/editor (0.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (74.2ms) Completed 200 OK in 523ms (Views: 414.7ms | ActiveRecord: 1.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 15:46:57 +0800 Served asset /bootstrap.css - 304 Not Modified (37ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-20 15:46:57 +0800 Served asset /mercury/mercury.css - 304 Not Modified (13ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (3ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /responsive.css - 304 Not Modified (8ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury.css - 304 Not Modified (17ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/mercury.js - 304 Not Modified (72ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (48ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/modal.css - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (40ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /amalgam/editor.css - 304 Not Modified (29ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/select.js - 304 Not Modified (6ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (41ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (40ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-20 15:46:58 +0800 Served asset /amalgam/editor.js - 304 Not Modified (47ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-20 15:46:59 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-20 15:46:59 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-20 15:46:59 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-20 15:46:59 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-12-20 15:46:59 +0800 Served asset /mercury/toolbar/primary/_expander.png - 200 OK (5ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-20 15:46:59 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1355989619062" for 127.0.0.1 at 2012-12-20 15:46:59 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1355989619062", "slug"=>"test"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered pages/show.html.erb (0.0ms) Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 0.7ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-12-20 15:46:59 +0800 Served asset /mercury/loading-dark.gif - 200 OK (3ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-20 15:47:15 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  (0.2ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (20.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (26.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (30.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.6ms) Completed 200 OK in 236ms (Views: 233.2ms | ActiveRecord: 0.7ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 15:47:15 +0800 Served asset /amalgam/extra.css - 304 Not Modified (4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 15:47:15 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 15:47:15 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 15:47:15 +0800 Served asset /amalgam/admin.css - 304 Not Modified (20ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 15:47:15 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 15:47:15 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:15 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:15 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:15 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:15 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:15 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:15 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:15 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:15 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:15 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:15 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:15 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:15 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:15 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:15 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:15 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:15 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:15 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:15 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-20 15:47:18 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"xzoTNLZeT5SwL0+5LnFESDmPENsB0jGGmYS3P7ujaCo=", "page"=>{"title"=>"test", "slug"=>"test", "group_ids"=>["2"]}, "commit"=>"更新页面", "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups" WHERE "amalgam_groups"."id" = ? LIMIT 1 [["id", 2]] Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' SQL (2.5ms) INSERT INTO "amalgam_base_groups" ("created_at", "group_id", "groupable_id", "groupable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Dec 2012 15:47:18 CST +08:00], ["group_id", 2], ["groupable_id", 1], ["groupable_type", "Page"], ["updated_at", Thu, 20 Dec 2012 15:47:18 CST +08:00]] Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.2ms) UPDATE "pages" SET "updated_at" = '2012-12-20 07:47:18.297231', "body" = '--- {} ' WHERE "pages"."id" = 1  (1.5ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.5ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (22.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (24.0ms) Completed 200 OK in 103ms (Views: 31.6ms | ActiveRecord: 5.5ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-20 15:47:19 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/@test.html.haml within layouts/amalgam/admin/editor (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.6ms) Completed 200 OK in 66ms (Views: 61.6ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 15:47:19 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-20 15:47:19 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-20 15:47:19 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-20 15:47:19 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-20 15:47:19 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-20 15:47:19 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-20 15:47:19 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-20 15:47:19 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-20 15:47:19 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-20 15:47:19 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-20 15:47:19 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-20 15:47:19 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-20 15:47:19 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-20 15:47:19 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-20 15:47:19 +0800 Served asset /amalgam/editor.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:19 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:19 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:19 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:19 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:19 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:19 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:19 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:19 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:19 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:19 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:19 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:19 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:19 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1355989640321" for 127.0.0.1 at 2012-12-20 15:47:20 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1355989640321", "slug"=>"test"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "amalgam_groups".* FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered pages/@test.html.haml (0.2ms) Completed 200 OK in 6ms (Views: 1.2ms | ActiveRecord: 0.7ms) Connecting to database specified by database.yml Started GET "/pages/test" for 127.0.0.1 at 2012-12-20 17:46:36 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Completed 500 Internal Server Error in 61ms ActionView::MissingTemplate (Missing template pages/show/1 with {:locale=>[:"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" * "/Users/brownjohn/code/amalgam/spec/dummy" * "/" ): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started GET "/admin" for 127.0.0.1 at 2012-12-20 17:46:38 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.1ms) SELECT "amalgam_groups".* FROM "amalgam_groups"   (0.1ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' CACHE (0.0ms) SELECT "amalgam_groups".id FROM "amalgam_groups" INNER JOIN "amalgam_base_groups" ON "amalgam_groups"."id" = "amalgam_base_groups"."group_id" WHERE "amalgam_base_groups"."groupable_id" = 1 AND "amalgam_base_groups"."groupable_type" = 'Page' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (69.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (82.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (88.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (91.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (104.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (18.1ms) Completed 200 OK in 342ms (Views: 329.0ms | ActiveRecord: 1.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 17:46:39 +0800 Served asset /bootstrap.css - 200 OK (15ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-20 17:46:39 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-20 17:46:39 +0800 Served asset /amalgam/admin/layout.css - 200 OK (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-20 17:46:39 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-20 17:46:39 +0800 Served asset /modernizr.js - 200 OK (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-20 17:46:39 +0800 Served asset /amalgam/admin/login.css - 200 OK (4ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-20 17:46:39 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-20 17:46:39 +0800 Served asset /jquery.ui.widget.js - 200 OK (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 17:46:39 +0800 Served asset /jquery.js - 304 Not Modified (44ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-20 17:46:39 +0800 Served asset /jquery.ui.mouse.js - 200 OK (9ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-20 17:46:39 +0800 Served asset /jquery.ui.core.js - 200 OK (6ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-20 17:46:39 +0800 Served asset /jquery.ui.sortable.js - 200 OK (10ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-20 17:46:39 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-20 17:46:39 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 17:46:39 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 17:46:39 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-20 17:46:39 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-20 17:46:39 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 17:46:39 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-20 17:46:39 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-20 17:46:39 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-20 17:46:39 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-20 17:46:39 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-20 17:46:39 +0800 Served asset /amalgam/admin.js - 304 Not Modified (17ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-20 17:46:39 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-20 17:46:39 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-20 17:46:39 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-20 17:46:39 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-20 17:46:39 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (4ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-20 17:46:41 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Completed 500 Internal Server Error in 4ms ActionView::MissingTemplate (Missing template pages/show/1 with {:locale=>[:"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" * "/Users/brownjohn/code/amalgam/spec/dummy" * "/" ): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.7ms) Connecting to database specified by database.yml Started GET "/pages/test" for 127.0.0.1 at 2012-12-20 17:48:00 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" [[["show"], 1]] Completed 500 Internal Server Error in 57ms ActionView::MissingTemplate (Missing template pages/show/1 with {:locale=>[:"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" * "/Users/brownjohn/code/amalgam/spec/dummy" * "/" ): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.6ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/pages/test" for 127.0.0.1 at 2012-12-20 17:58:29 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered pages/show.html.erb within layouts/amalgam/admin/editor (0.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (26.8ms) Completed 200 OK in 399ms (Views: 375.1ms | ActiveRecord: 1.0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (8ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/mercury.css - 304 Not Modified (13ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (6ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury.css - 304 Not Modified (16ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /responsive.css - 200 OK (5ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /amalgam/editor.css - 200 OK (59ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (58ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/mercury.js - 304 Not Modified (77ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/panel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:30 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (42ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Served asset /mercury/region.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (40ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Served asset /amalgam/editor.js - 304 Not Modified (49ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.7ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.4ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (5ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (41ms) Started GET "/pages/test?mercury_frame=true&_=1355997511466" for 127.0.0.1 at 2012-12-20 17:58:31 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1355997511466", "slug"=>"test"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Rendered pages/show.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.5ms) Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117) Migrating to CreatePosts (20120904075542) Migrating to CreateAdmins (20120913061406) Migrating to CreateAttachments (20120920033135) Migrating to CreateAmalgamGroups (20121219062850) Migrating to CreateAmalgamBaseGroups (20121219062901) Migrating to CreateAmalgamContents (20121221070129)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "amalgam_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "contentable_id" integer, "contentable_type" varchar(255), "key" varchar(255), "locale" varchar(255), "position" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121221070129')  (0.8ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("amalgam_base_groups")  (0.0ms) PRAGMA index_list("amalgam_contents")  (0.0ms) PRAGMA index_list("amalgam_groups")  (0.0ms) PRAGMA index_list("attachments")  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml SQLite3::SQLException: no such column: contents.locale: SELECT "pages"."id" AS t0_r0, "pages"."title" AS t0_r1, "pages"."body" AS t0_r2, "pages"."path" AS t0_r3, "pages"."slug" AS t0_r4, "pages"."lft" AS t0_r5, "pages"."rgt" AS t0_r6, "pages"."parent_id" AS t0_r7, "pages"."created_at" AS t0_r8, "pages"."updated_at" AS t0_r9, "amalgam_contents"."id" AS t1_r0, "amalgam_contents"."contentable_id" AS t1_r1, "amalgam_contents"."contentable_type" AS t1_r2, "amalgam_contents"."key" AS t1_r3, "amalgam_contents"."locale" AS t1_r4, "amalgam_contents"."position" AS t1_r5, "amalgam_contents"."value" AS t1_r6, "amalgam_contents"."created_at" AS t1_r7, "amalgam_contents"."updated_at" AS t1_r8 FROM "pages" LEFT OUTER JOIN "amalgam_contents" ON "amalgam_contents"."contentable_id" = "pages"."id" AND "amalgam_contents"."contentable_type" = 'Page' WHERE "pages"."id" = 1 AND (contents.locale) ORDER BY lft ASC SQLite3::SQLException: no such column: contents.locale: SELECT DISTINCT "pages".id FROM "pages" LEFT OUTER JOIN "amalgam_contents" ON "amalgam_contents"."contentable_id" = "pages"."id" AND "amalgam_contents"."contentable_type" = 'Page' WHERE "pages"."id" = 1 AND "contents"."locale" IS NULL ORDER BY lft ASC LIMIT 1 Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/content.rb:4)  (0.1ms) select sqlite_version(*)  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) NOT NULL, "body" text, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120824071117')  (0.8ms) commit transaction Migrating to CreatePosts (20120904075542)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120904075542')  (0.9ms) commit transaction Migrating to CreateAdmins (20120913061406)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120913061406')  (0.7ms) commit transaction Migrating to CreateAttachments (20120920033135)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attachable_id" integer, "attachable_type" varchar(255) DEFAULT 'Page', "name" varchar(255), "file" varchar(255), "content_type" varchar(255), "original_filename" varchar(255), "description" varchar(255), "secure_token" varchar(255), "file_size" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120920033135')  (0.9ms) commit transaction Migrating to CreateGroups (20121219062850)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062850')  (0.9ms) commit transaction Migrating to CreateBaseGroups (20121219062901)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "base_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer, "groupable_type" varchar(255), "groupable_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062901')  (0.7ms) commit transaction Migrating to CreateContents (20121221070129)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "contentable_id" integer, "contentable_type" varchar(255), "key" varchar(255), "locale" varchar(255), "position" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121221070129')  (0.7ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("attachments")  (0.0ms) PRAGMA index_list("base_groups")  (0.0ms) PRAGMA index_list("contents")  (0.0ms) PRAGMA index_list("groups")  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/content.rb:4) SQLite3::SQLException: no such column: contetns.locale: SELECT DISTINCT "pages".id FROM "pages" LEFT OUTER JOIN "contents" ON "contents"."contentable_id" = "pages"."id" AND "contents"."contentable_type" = 'Page' WHERE "pages"."id" = 1 AND (contetns.locale) ORDER BY lft ASC LIMIT 1 SQLite3::SQLException: no such column: contetns.locale: SELECT DISTINCT "pages".id FROM "pages" LEFT OUTER JOIN "contents" ON "contents"."contentable_id" = "pages"."id" AND "contents"."contentable_type" = 'Page' WHERE "pages"."id" = 1 AND (contetns.locale = NULL) ORDER BY lft ASC LIMIT 1 SQLite3::SQLException: near "NULL": syntax error: SELECT "pages"."id" AS t0_r0, "pages"."title" AS t0_r1, "pages"."body" AS t0_r2, "pages"."path" AS t0_r3, "pages"."slug" AS t0_r4, "pages"."lft" AS t0_r5, "pages"."rgt" AS t0_r6, "pages"."parent_id" AS t0_r7, "pages"."created_at" AS t0_r8, "pages"."updated_at" AS t0_r9, "contents"."id" AS t1_r0, "contents"."contentable_id" AS t1_r1, "contents"."contentable_type" AS t1_r2, "contents"."key" AS t1_r3, "contents"."locale" AS t1_r4, "contents"."position" AS t1_r5, "contents"."value" AS t1_r6, "contents"."created_at" AS t1_r7, "contents"."updated_at" AS t1_r8 FROM "pages" LEFT OUTER JOIN "contents" ON "contents"."contentable_id" = "pages"."id" AND "contents"."contentable_type" = 'Page' WHERE "pages"."id" = 1 AND (contents.locale in NULL,'zh-CN') ORDER BY lft ASC Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/block.rb:4)  (1.6ms) select sqlite_version(*)  (1.5ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.4ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attachable_id" integer, "attachable_type" varchar(255) DEFAULT 'Page', "name" varchar(255), "file" varchar(255), "content_type" varchar(255), "original_filename" varchar(255), "description" varchar(255), "secure_token" varchar(255), "file_size" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.9ms) CREATE TABLE "base_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer, "groupable_type" varchar(255), "groupable_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.1ms) CREATE TABLE "contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "contentable_id" integer, "contentable_type" varchar(255), "key" varchar(255), "locale" varchar(255), "position" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.1ms) CREATE TABLE "groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.4ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) NOT NULL, "body" text, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.8ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.0ms) PRAGMA index_list("schema_migrations")  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20121221070129')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20120824071117')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20120904075542')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20120913061406')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120920033135')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20121219062850')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20121219062901')  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/block.rb:4)  (0.1ms) select sqlite_version(*)  (2.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) NOT NULL, "body" text, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120824071117')  (0.7ms) commit transaction Migrating to CreatePosts (20120904075542)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120904075542')  (0.7ms) commit transaction Migrating to CreateAdmins (20120913061406)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120913061406')  (1.0ms) commit transaction Migrating to CreateAttachments (20120920033135)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attachable_id" integer, "attachable_type" varchar(255) DEFAULT 'Page', "name" varchar(255), "file" varchar(255), "content_type" varchar(255), "original_filename" varchar(255), "description" varchar(255), "secure_token" varchar(255), "file_size" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120920033135')  (0.8ms) commit transaction Migrating to CreateGroups (20121219062850)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062850')  (0.7ms) commit transaction Migrating to CreateBaseGroups (20121219062901)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "base_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer, "groupable_type" varchar(255), "groupable_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062901')  (0.9ms) commit transaction Migrating to CreateBlocks (20121221070129)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "blocks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "blockable_id" integer, "blockable_type" varchar(255), "key" varchar(255), "locale" varchar(255), "position" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121221070129')  (0.6ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("attachments")  (0.0ms) PRAGMA index_list("base_groups")  (0.0ms) PRAGMA index_list("blocks")  (0.0ms) PRAGMA index_list("groups")  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/block.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/block.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/block.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/block.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/block.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/block.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/block.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/block.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/block.rb:4) Started GET "/" for 127.0.0.1 at 2012-12-24 13:38:35 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 9ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.0ms) Started GET "/admin" for 127.0.0.1 at 2012-12-24 13:38:39 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://127.0.0.1:3000/admin_user/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 11ms (ActiveRecord: 0.0ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-12-24 13:38:39 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (10.2ms) Completed 200 OK in 128ms (Views: 120.2ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-24 13:38:39 +0800 Served asset /bootstrap.css - 200 OK (44ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-24 13:38:39 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-24 13:38:39 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-24 13:38:39 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-24 13:38:39 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:39 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-24 13:38:39 +0800 Served asset /amalgam/extra.css - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:39 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:39 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:39 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:39 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:39 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:39 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (14ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:39 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (9ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:39 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:39 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:39 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:39 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:39 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:39 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:39 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:39 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:39 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:39 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-24 13:38:39 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-24 13:38:39 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-12-24 13:38:45 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.6ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 Redirected to http://127.0.0.1:3000/admin_user/signin Completed 302 Found in 3ms (ActiveRecord: 0.6ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-12-24 13:38:45 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.0ms) Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-24 13:38:45 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-24 13:38:45 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-24 13:38:45 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:45 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-24 13:38:45 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-24 13:38:45 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:45 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:45 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:45 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:45 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:45 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:45 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:45 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:45 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:45 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:45 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:45 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:45 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:45 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:46 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:46 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:46 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:46 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-12-24 13:38:52 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 Redirected to http://127.0.0.1:3000/admin_user/signin Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-12-24 13:38:52 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (1.9ms) Completed 200 OK in 15ms (Views: 13.9ms | ActiveRecord: 0.0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-24 13:38:52 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-24 13:38:52 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-24 13:38:52 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-24 13:38:52 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:52 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-24 13:38:52 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:52 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:52 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:52 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:52 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:52 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:52 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:52 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:52 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:52 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:52 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:52 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:52 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:52 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:52 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:52 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:52 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-24 13:38:52 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/block.rb:4) Binary data inserted for `string` type on column `password_digest` Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/block.rb:4) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-12-24 13:44:14 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 Redirected to http://127.0.0.1:3000/admin Completed 302 Found in 133ms (ActiveRecord: 2.5ms) Started GET "/admin" for 127.0.0.1 at 2012-12-24 13:44:14 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (24.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (39.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (17.8ms) Completed 200 OK in 297ms (Views: 282.3ms | ActiveRecord: 4.4ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-24 13:44:15 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-24 13:44:15 +0800 Served asset /amalgam/admin.css - 304 Not Modified (15ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:15 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-24 13:44:15 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-24 13:44:15 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-24 13:44:15 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:15 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:15 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:15 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (51ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:15 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:15 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:15 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:15 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:15 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:15 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:15 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:15 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (7ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:15 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:15 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:15 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:15 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:15 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:15 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-24 13:44:15 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-24 13:44:15 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-24 13:44:15 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-24 13:44:20 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (141.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (8.1ms) Completed 200 OK in 532ms (Views: 474.7ms | ActiveRecord: 1.2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-24 13:44:20 +0800 Served asset /mercury.css - 304 Not Modified (22ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-24 13:44:20 +0800 Served asset /mercury/mercury.css - 304 Not Modified (12ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-24 13:44:20 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-24 13:44:20 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (43ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-24 13:44:20 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-24 13:44:20 +0800 Served asset /responsive.css - 200 OK (5ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-24 13:44:20 +0800 Served asset /mercury/lightview.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-24 13:44:20 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-24 13:44:20 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-24 13:44:20 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-24 13:44:20 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-24 13:44:20 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-24 13:44:20 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-24 13:44:20 +0800 Served asset /amalgam/editor.css - 200 OK (28ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:20 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:20 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:20 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (85ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/mercury.js - 304 Not Modified (41ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (41ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/dialog.js - 304 Not Modified (7ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/select.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/region.js - 304 Not Modified (6ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (44ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (41ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /amalgam/editor.js - 304 Not Modified (47ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.6ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (5ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (3ms) Started GET "/pages/test?mercury_frame=true&_=1356327861778" for 127.0.0.1 at 2012-12-24 13:44:21 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356327861778", "slug"=>"test"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (9.2ms) Completed 200 OK in 13ms (Views: 9.9ms | ActiveRecord: 0.7ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-12-24 13:44:23 +0800 Served asset /mercury/toolbar/primary/save.png - 200 OK (9ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-12-24 13:44:23 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 200 OK (23ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-12-24 13:44:23 +0800 Served asset /mercury/toolbar/primary/preview.png - 200 OK (11ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-12-24 13:44:23 +0800 Served asset /mercury/toolbar/primary/undo.png - 200 OK (9ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-12-24 13:44:23 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 200 OK (14ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-12-24 13:44:23 +0800 Served asset /mercury/toolbar/primary/redo.png - 200 OK (10ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-12-24 13:44:23 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 200 OK (13ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-12-24 13:44:23 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 200 OK (14ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-12-24 13:44:23 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 200 OK (12ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-12-24 13:44:23 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 200 OK (11ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-12-24 13:44:23 +0800 Served asset /mercury/toolbar/editable/buttons.png - 200 OK (46ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-12-24 13:44:24 +0800 Served asset /mercury/close.png - 200 OK (8ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-24 13:46:35 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (14.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.2ms) Completed 200 OK in 77ms (Views: 73.7ms | ActiveRecord: 0.8ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (57ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /amalgam/editor.js - 304 Not Modified (1ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (0ms) Started GET "/pages/test?mercury_frame=true&_=1356327996705" for 127.0.0.1 at 2012-12-24 13:46:36 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356327996705", "slug"=>"test"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (11.8ms) Completed 200 OK in 17ms (Views: 12.7ms | ActiveRecord: 1.1ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/block.rb:4) Started GET "/pages/test" for 127.0.0.1 at 2012-12-24 13:48:03 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (132.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (17.5ms) Completed 200 OK in 506ms (Views: 479.9ms | ActiveRecord: 1.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /mercury/mercury.css - 304 Not Modified (16ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /mercury.css - 304 Not Modified (14ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /mercury/lightview.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /mercury/all_images.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /amalgam/editor.css - 304 Not Modified (29ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (58ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /mercury/mercury.js - 304 Not Modified (61ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /mercury/dialog.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /mercury/select.js - 304 Not Modified (4ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:04 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /mercury/modal.js - 304 Not Modified (40ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (7ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /mercury/uploader.js - 304 Not Modified (7ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Served asset /amalgam/editor.js - 304 Not Modified (83ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.6ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356328085579" for 127.0.0.1 at 2012-12-24 13:48:05 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356328085579", "slug"=>"test"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (12.1ms) Completed 200 OK in 16ms (Views: 12.8ms | ActiveRecord: 1.0ms) Started PUT "/admin/editor" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Processing by Amalgam::Admin::EditorController#update as JSON Parameters: {"content"=>{"pages/1.title"=>{"type"=>"full", "value"=>"test1"}}} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "title" = 'test1', "updated_at" = '2012-12-24 05:48:11.303652' WHERE "pages"."id" = 1  (2.4ms) commit transaction Rendered text template (0.0ms) Completed 200 OK in 57ms (Views: 3.2ms | ActiveRecord: 3.1ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.0ms) Completed 200 OK in 65ms (Views: 60.8ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /bootstrap.css - 304 Not Modified (4ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:11 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:12 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:12 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:12 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:12 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-24 13:48:12 +0800 Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-24 13:48:12 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-24 13:48:12 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-24 13:48:12 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-24 13:48:12 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-24 13:48:12 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356328092104" for 127.0.0.1 at 2012-12-24 13:48:12 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356328092104", "slug"=>"test"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (13.2ms) Completed 200 OK in 18ms (Views: 14.1ms | ActiveRecord: 1.0ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-24 14:00:50 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (4ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/block.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/block.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/block.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4)  (0.1ms) select sqlite_version(*)  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) NOT NULL, "body" text, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120824071117')  (0.7ms) commit transaction Migrating to CreatePosts (20120904075542)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120904075542')  (0.7ms) commit transaction Migrating to CreateAdmins (20120913061406)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120913061406')  (0.7ms) commit transaction Migrating to CreateAttachments (20120920033135)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attachable_id" integer, "attachable_type" varchar(255) DEFAULT 'Page', "name" varchar(255), "file" varchar(255), "content_type" varchar(255), "original_filename" varchar(255), "description" varchar(255), "secure_token" varchar(255), "file_size" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120920033135')  (0.9ms) commit transaction Migrating to CreateGroups (20121219062850)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062850')  (1.0ms) commit transaction Migrating to CreateBaseGroups (20121219062901)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "base_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer, "groupable_type" varchar(255), "groupable_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062901')  (1.0ms) commit transaction  (0.4ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("attachments")  (0.0ms) PRAGMA index_list("base_groups")  (0.0ms) PRAGMA index_list("groups")  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4)  (0.2ms) select sqlite_version(*)  (2.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.2ms) rollback transaction Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4)  (0.1ms) select sqlite_version(*)  (3.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "page_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "page_id" integer, "locale" varchar(255), "title" varchar(255) NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("page_translations")  (0.1ms) CREATE INDEX "index_page_translations_on_page_id" ON "page_translations" ("page_id")  (0.0ms) PRAGMA index_list("page_translations")  (0.0ms) PRAGMA index_info('index_page_translations_on_page_id')  (0.1ms) CREATE INDEX "index_page_translations_on_locale" ON "page_translations" ("locale")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120824071117')  (2.3ms) commit transaction Migrating to CreatePosts (20120904075542)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120904075542')  (1.0ms) commit transaction Migrating to CreateAdmins (20120913061406)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120913061406')  (0.8ms) commit transaction Migrating to CreateAttachments (20120920033135)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attachable_id" integer, "attachable_type" varchar(255) DEFAULT 'Page', "name" varchar(255), "file" varchar(255), "content_type" varchar(255), "original_filename" varchar(255), "description" varchar(255), "secure_token" varchar(255), "file_size" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120920033135')  (0.6ms) commit transaction Migrating to CreateGroups (20121219062850)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062850')  (0.9ms) commit transaction Migrating to CreateBaseGroups (20121219062901)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "base_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer, "groupable_type" varchar(255), "groupable_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062901')  (0.9ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("attachments")  (0.0ms) PRAGMA index_list("base_groups")  (0.0ms) PRAGMA index_list("groups")  (0.0ms) PRAGMA index_list("page_translations")  (0.0ms) PRAGMA index_info('index_page_translations_on_locale')  (0.0ms) PRAGMA index_info('index_page_translations_on_page_id')  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/" for 127.0.0.1 at 2012-12-25 15:12:05 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 14ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.8ms) Started GET "/admin" for 127.0.0.1 at 2012-12-25 15:12:10 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (5.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 8ms ActiveRecord::RecordNotFound (Couldn't find AdminUser with id=1): activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.8) lib/active_record/querying.rb:5:in `find' /Users/brownjohn/code/amalgam/lib/amalgam/authorities/controllers/helpers.rb:24:in `current_admin_user' /Users/brownjohn/code/amalgam/lib/amalgam/authorities/controllers/helpers.rb:39:in `current_admin' /Users/brownjohn/code/amalgam/lib/amalgam/authorities/controllers/helpers.rb:32:in `authenticate_admin!' activesupport (3.2.8) lib/active_support/callbacks.rb:429:in `_run__471257983968181424__process_action__933777963887769093__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1597318750139961293__call__860248063493397458__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.6ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Binary data inserted for `string` type on column `password_digest` Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin" for 127.0.0.1 at 2012-12-25 15:13:32 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (5.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (79.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (84.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (87.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (98.7ms) ERROR: compiling ___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___725370007872584531_70230479249100 RAISED /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:30: syntax error, unexpected keyword_ensure, expecting $end Function body: def ___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___725370007872584531_70230479249100(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "amalgam/admin/_nav_bar";_old_output_buffer = @output_buffer;editor = local_assigns[:editor];nav_bar = local_assigns[:nav_bar];;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(@haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>false, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true});_erbout = _hamlout.buffer;__in_erb_template = true;;_hamlout.push_text("\n", -5, false);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:297:in `module_eval' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:297:in `compile' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:232:in `compile!' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:144:in `block in render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:125:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:143:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:238:in `block in render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:237:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:41:in `render_partial' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:15:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/helpers/rendering_helper.rb:24:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/haml-3.1.7/lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/haml-3.1.7/lib/haml/helpers.rb:90:in `non_haml' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/haml-3.1.7/lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__1974524106791910590_70230489588840' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:145:in `block in render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:125:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:143:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:45:in `render_template' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:18:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:36:in `render_template' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:17:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:110:in `_render_template' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/streaming.rb:225:in `_render_template' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:103:in `render_to_body' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:88:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:16:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:in `ms' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/remotipart-1.0.2/lib/remotipart/render_overrides.rb:8:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:4:in `send_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in `process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:436:in `_run__607848908193181050__process_action__841726324287965113__callbacks' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in `process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in `dispatch' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in `block in action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/sass-3.2.1/lib/sass/plugin/rack.rb:54:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/remotipart-1.0.2/lib/remotipart/middleware.rb:30:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/flash.rb:242:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:339:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:64:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `_run__2587888754477652230__call__1519087368074101055__callbacks' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/reloader.rb:65:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.8/lib/rails/rack/logger.rb:26:in `call_app' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.8/lib/rails/rack/logger.rb:16:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/request_id.rb:22:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.8/lib/rails/application.rb:223:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.8/lib/rails/rack/log_tailer.rb:17:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (4.1ms) Completed 500 Internal Server Error in 372ms ActionView::Template::Error (/Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:30: syntax error, unexpected keyword_ensure, expecting $end): 27: %li= link_to(t('amalgam.sessions.actions.sign_out'), amalgam.signout_path("admin_user"), :method => 'delete') actionpack (3.2.8) lib/action_view/template.rb:297:in `module_eval' actionpack (3.2.8) lib/action_view/template.rb:297:in `compile' actionpack (3.2.8) lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' actionpack (3.2.8) lib/action_view/template.rb:232:in `compile!' actionpack (3.2.8) lib/action_view/template.rb:144:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__1974524106791910590_70230489588840' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__607848908193181050__process_action__841726324287965113__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2587888754477652230__call__1519087368074101055__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.4ms) Started GET "/admin" for 127.0.0.1 at 2012-12-25 15:14:07 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (14.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (59.2ms) Completed 500 Internal Server Error in 89ms ActionView::Template::Error (undefined method `root_path' for #): 12: = drop_down t("amalgam.locales.#{I18n.locale.to_s}"), '#' do 13: - I18n::available_locales.each do |locale| 14: = dropdown_item(t("amalgam.locales.#{locale.to_s}"), amalgam.root_path(params[:locale]=>locale.to_s)) 15: %ul.nav.pull-right 16: - if editor 17: %li.edit 18: %a{:href => '#'}= t('amalgam.admin.actions.edit') actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:15:in `block (2 levels) in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___725370007872584531_70230491686560' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:14:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:14:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___725370007872584531_70230491686560' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:93:in `block in capture_with_haml' haml (3.1.7) lib/haml/helpers.rb:345:in `call' haml (3.1.7) lib/haml/helpers.rb:345:in `block in capture_haml' haml (3.1.7) lib/haml/helpers.rb:569:in `with_haml_buffer' haml (3.1.7) lib/haml/helpers.rb:341:in `capture_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:93:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:59:in `drop_down_list' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:17:in `block in drop_down' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:13:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___725370007872584531_70230491686560' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__1974524106791910590_70230489588840' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__607848908193181050__process_action__841726324287965113__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2587888754477652230__call__1519087368074101055__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.3ms) Started GET "/admin" for 127.0.0.1 at 2012-12-25 15:14:52 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (16.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.8ms) Completed 500 Internal Server Error in 47ms ActionView::Template::Error (undefined method `gsub' for nil:NilClass): 12: = drop_down t("amalgam.locales.#{I18n.locale.to_s}"), '#' do 13: - I18n::available_locales.each do |locale| 14: = dropdown_item(t("amalgam.locales.#{locale.to_s}"), amalgam.admin_root_path(params[:locale]=>locale.to_s)) 15: %ul.nav.pull-right 16: - if editor 17: %li.edit 18: %a{:href => '#'}= t('amalgam.admin.actions.edit') /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/cgi/util.rb:7:in `escape' activesupport (3.2.8) lib/active_support/core_ext/object/to_query.rb:10:in `to_query' activesupport (3.2.8) lib/active_support/core_ext/object/to_param.rb:52:in `block in to_param' activesupport (3.2.8) lib/active_support/core_ext/object/to_param.rb:51:in `each' activesupport (3.2.8) lib/active_support/core_ext/object/to_param.rb:51:in `collect' activesupport (3.2.8) lib/active_support/core_ext/object/to_param.rb:51:in `to_param' actionpack (3.2.8) lib/action_dispatch/http/url.rb:47:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:590:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:339:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `admin_root_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:29:in `admin_root_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:32:in `method_missing' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:15:in `block (2 levels) in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___725370007872584531_70230493645880' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:14:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:14:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___725370007872584531_70230493645880' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:93:in `block in capture_with_haml' haml (3.1.7) lib/haml/helpers.rb:345:in `call' haml (3.1.7) lib/haml/helpers.rb:345:in `block in capture_haml' haml (3.1.7) lib/haml/helpers.rb:569:in `with_haml_buffer' haml (3.1.7) lib/haml/helpers.rb:341:in `capture_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:93:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:59:in `drop_down_list' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:17:in `block in drop_down' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:13:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___725370007872584531_70230493645880' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__1974524106791910590_70230489588840' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__607848908193181050__process_action__841726324287965113__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2587888754477652230__call__1519087368074101055__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.4ms) Started GET "/admin" for 127.0.0.1 at 2012-12-25 15:15:24 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (17.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.2ms) Completed 500 Internal Server Error in 85ms ActionView::Template::Error (undefined method `gsub' for nil:NilClass): 12: = drop_down t("amalgam.locales.#{I18n.locale.to_s}"), '#' do 13: - I18n::available_locales.each do |locale| 14: = dropdown_item(t("amalgam.locales.#{locale.to_s}"), amalgam.admin_root_path(params[:locale]=>I18n.locale.to_s)) 15: %ul.nav.pull-right 16: - if editor 17: %li.edit 18: %a{:href => '#'}= t('amalgam.admin.actions.edit') /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/cgi/util.rb:7:in `escape' activesupport (3.2.8) lib/active_support/core_ext/object/to_query.rb:10:in `to_query' activesupport (3.2.8) lib/active_support/core_ext/object/to_param.rb:52:in `block in to_param' activesupport (3.2.8) lib/active_support/core_ext/object/to_param.rb:51:in `each' activesupport (3.2.8) lib/active_support/core_ext/object/to_param.rb:51:in `collect' activesupport (3.2.8) lib/active_support/core_ext/object/to_param.rb:51:in `to_param' actionpack (3.2.8) lib/action_dispatch/http/url.rb:47:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:590:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:339:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `admin_root_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:29:in `admin_root_path' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:15:in `block (2 levels) in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___725370007872584531_70230488162600' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:14:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:14:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___725370007872584531_70230488162600' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:93:in `block in capture_with_haml' haml (3.1.7) lib/haml/helpers.rb:345:in `call' haml (3.1.7) lib/haml/helpers.rb:345:in `block in capture_haml' haml (3.1.7) lib/haml/helpers.rb:569:in `with_haml_buffer' haml (3.1.7) lib/haml/helpers.rb:341:in `capture_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:93:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:59:in `drop_down_list' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:17:in `block in drop_down' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:13:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___725370007872584531_70230488162600' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__1974524106791910590_70230489588840' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__607848908193181050__process_action__841726324287965113__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2587888754477652230__call__1519087368074101055__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.1ms) Started GET "/admin" for 127.0.0.1 at 2012-12-25 15:15:27 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (16.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.0ms) Completed 500 Internal Server Error in 44ms ActionView::Template::Error (undefined method `gsub' for nil:NilClass): 12: = drop_down t("amalgam.locales.#{I18n.locale.to_s}"), '#' do 13: - I18n::available_locales.each do |locale| 14: = dropdown_item(t("amalgam.locales.#{locale.to_s}"), amalgam.admin_root_path(params[:locale]=>I18n.locale.to_s)) 15: %ul.nav.pull-right 16: - if editor 17: %li.edit 18: %a{:href => '#'}= t('amalgam.admin.actions.edit') /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/cgi/util.rb:7:in `escape' activesupport (3.2.8) lib/active_support/core_ext/object/to_query.rb:10:in `to_query' activesupport (3.2.8) lib/active_support/core_ext/object/to_param.rb:52:in `block in to_param' activesupport (3.2.8) lib/active_support/core_ext/object/to_param.rb:51:in `each' activesupport (3.2.8) lib/active_support/core_ext/object/to_param.rb:51:in `collect' activesupport (3.2.8) lib/active_support/core_ext/object/to_param.rb:51:in `to_param' actionpack (3.2.8) lib/action_dispatch/http/url.rb:47:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:590:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:339:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `admin_root_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:29:in `admin_root_path' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:15:in `block (2 levels) in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___725370007872584531_70230488162600' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:14:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:14:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___725370007872584531_70230488162600' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:93:in `block in capture_with_haml' haml (3.1.7) lib/haml/helpers.rb:345:in `call' haml (3.1.7) lib/haml/helpers.rb:345:in `block in capture_haml' haml (3.1.7) lib/haml/helpers.rb:569:in `with_haml_buffer' haml (3.1.7) lib/haml/helpers.rb:341:in `capture_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:93:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:59:in `drop_down_list' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:17:in `block in drop_down' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:13:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___725370007872584531_70230488162600' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__1974524106791910590_70230489588840' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__607848908193181050__process_action__841726324287965113__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2587888754477652230__call__1519087368074101055__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (43.7ms) Started GET "/admin" for 127.0.0.1 at 2012-12-25 15:17:23 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (14.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.0ms) Completed 500 Internal Server Error in 43ms ActionView::Template::Error (undefined method `gsub' for nil:NilClass): 12: = drop_down t("amalgam.locales.#{I18n.locale.to_s}"), '#' do 13: - I18n::available_locales.each do |locale| 14: = dropdown_item(t("amalgam.locales.#{I18n.locale.to_s}"), amalgam.admin_root_path(params[:locale]=>I18n.locale.to_s)) 15: %ul.nav.pull-right 16: - if editor 17: %li.edit 18: %a{:href => '#'}= t('amalgam.admin.actions.edit') /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/cgi/util.rb:7:in `escape' activesupport (3.2.8) lib/active_support/core_ext/object/to_query.rb:10:in `to_query' activesupport (3.2.8) lib/active_support/core_ext/object/to_param.rb:52:in `block in to_param' activesupport (3.2.8) lib/active_support/core_ext/object/to_param.rb:51:in `each' activesupport (3.2.8) lib/active_support/core_ext/object/to_param.rb:51:in `collect' activesupport (3.2.8) lib/active_support/core_ext/object/to_param.rb:51:in `to_param' actionpack (3.2.8) lib/action_dispatch/http/url.rb:47:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:590:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:339:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `admin_root_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:29:in `admin_root_path' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:15:in `block (2 levels) in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___725370007872584531_70230506611600' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:14:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:14:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___725370007872584531_70230506611600' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:93:in `block in capture_with_haml' haml (3.1.7) lib/haml/helpers.rb:345:in `call' haml (3.1.7) lib/haml/helpers.rb:345:in `block in capture_haml' haml (3.1.7) lib/haml/helpers.rb:569:in `with_haml_buffer' haml (3.1.7) lib/haml/helpers.rb:341:in `capture_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:93:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:59:in `drop_down_list' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:17:in `block in drop_down' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:13:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___725370007872584531_70230506611600' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__1974524106791910590_70230489588840' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__607848908193181050__process_action__841726324287965113__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2587888754477652230__call__1519087368074101055__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.7ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin" for 127.0.0.1 at 2012-12-25 15:20:29 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (75.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (80.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (83.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (91.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (19.7ms) Completed 500 Internal Server Error in 377ms ActionView::Template::Error (undefined method `gsub' for nil:NilClass): 12: = drop_down t("amalgam.locales.#{I18n.locale.to_s}"), '#' do 13: - I18n::available_locales.each do |locale| 14: = dropdown_item(t("amalgam.locales.#{locale.to_s}"), amalgam.admin_root_path(params[:locale]=>locale.to_s)) 15: %ul.nav.pull-right 16: - if editor 17: %li.edit 18: %a{:href => '#'}= t('amalgam.admin.actions.edit') /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/cgi/util.rb:7:in `escape' activesupport (3.2.8) lib/active_support/core_ext/object/to_query.rb:10:in `to_query' activesupport (3.2.8) lib/active_support/core_ext/object/to_param.rb:52:in `block in to_param' activesupport (3.2.8) lib/active_support/core_ext/object/to_param.rb:51:in `each' activesupport (3.2.8) lib/active_support/core_ext/object/to_param.rb:51:in `collect' activesupport (3.2.8) lib/active_support/core_ext/object/to_param.rb:51:in `to_param' actionpack (3.2.8) lib/action_dispatch/http/url.rb:47:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:590:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:339:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `admin_root_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:29:in `admin_root_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:32:in `method_missing' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:15:in `block (2 levels) in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml__1312131455274744580_70192075158040' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:14:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:14:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml__1312131455274744580_70192075158040' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:93:in `block in capture_with_haml' haml (3.1.7) lib/haml/helpers.rb:345:in `call' haml (3.1.7) lib/haml/helpers.rb:345:in `block in capture_haml' haml (3.1.7) lib/haml/helpers.rb:569:in `with_haml_buffer' haml (3.1.7) lib/haml/helpers.rb:341:in `capture_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:93:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:59:in `drop_down_list' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:17:in `block in drop_down' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:13:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml__1312131455274744580_70192075158040' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__2488328849227213476_70192098557620' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__2453355618214509332__process_action__4418662049095130807__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3948674021608054105__call__278651576332289705__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.2ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin" for 127.0.0.1 at 2012-12-25 15:24:44 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (80.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (85.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (87.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (96.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (22.3ms) Completed 200 OK in 389ms (Views: 356.6ms | ActiveRecord: 5.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 15:24:44 +0800 Served asset /bootstrap.css - 200 OK (9ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 15:24:44 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 15:24:44 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 15:24:44 +0800 Served asset /amalgam/admin.css - 304 Not Modified (17ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 15:24:44 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 15:24:44 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:44 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:44 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:44 +0800 Served asset /jquery.ui.core.js - 200 OK (6ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:44 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:44 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:45 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (13ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:45 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:45 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:45 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (7ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:45 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (10ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:45 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:45 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:45 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:45 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:45 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:45 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:45 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:45 +0800 Served asset /amalgam/admin.js - 304 Not Modified (18ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-25 15:24:45 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (7ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-25 15:24:45 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-25 15:24:45 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-25 15:24:45 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-25 15:24:45 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (5ms) Started GET "/admin" for 127.0.0.1 at 2012-12-25 15:24:48 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (48.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (51.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (52.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (54.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.6ms) Completed 200 OK in 84ms (Views: 81.5ms | ActiveRecord: 0.7ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 15:24:48 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 15:24:48 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 15:24:48 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 15:24:48 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 15:24:48 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:48 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:48 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:48 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:48 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:48 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:48 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:48 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:48 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:48 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:48 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:48 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:48 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:48 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:48 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:48 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:48 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:48 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:48 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-25 15:24:48 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-25 15:24:48 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-25 15:24:48 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-25 15:24:48 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-25 15:24:48 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (0ms) Started GET "/admin" for 127.0.0.1 at 2012-12-25 15:24:52 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (16.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (49.7ms) Completed 200 OK in 86ms (Views: 83.6ms | ActiveRecord: 0.7ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 15:24:53 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 15:24:53 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 15:24:53 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:53 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 15:24:53 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 15:24:53 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:53 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:53 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:53 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:53 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:53 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:53 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:53 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:53 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:53 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:53 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:53 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:53 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:53 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:53 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:53 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 15:24:53 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-25 15:24:53 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-25 15:24:53 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-25 15:24:53 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-25 15:24:53 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-25 15:24:53 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2012-12-25 15:25:38 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 5ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.0ms) Started GET "/admin" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (15.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.7ms) Completed 200 OK in 91ms (Views: 88.1ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-25 15:33:32 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (0ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-25 15:33:38 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (17.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (24.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (28.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (55.4ms) Completed 200 OK in 107ms (Views: 104.6ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:38 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:38 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:38 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:38 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:38 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:38 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:38 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:38 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:38 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:38 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:38 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:38 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:38 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:38 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:38 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:38 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:38 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:38 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:38 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:38 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:38 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:38 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:38 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:38 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-25 15:33:41 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (14.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (51.6ms) Completed 200 OK in 84ms (Views: 80.9ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:41 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:41 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:41 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:41 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:41 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:41 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:41 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:41 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:41 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:41 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:41 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:41 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:41 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:41 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:41 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:41 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:41 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:41 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:41 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:41 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:41 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:41 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:41 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:41 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-25 15:33:43 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (15.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.3ms) Completed 200 OK in 45ms (Views: 43.1ms | ActiveRecord: 0.6ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:43 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:43 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:43 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:43 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:43 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:43 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:43 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:43 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:43 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:43 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:43 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:43 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:43 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:43 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:43 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:43 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:43 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:43 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:43 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:43 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:43 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:43 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:43 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:43 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-25 15:33:45 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (15.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.3ms) Completed 200 OK in 43ms (Views: 40.3ms | ActiveRecord: 0.6ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:45 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:45 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:45 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:45 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:45 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:45 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:45 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:45 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:45 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:45 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:45 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:45 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:45 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:45 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:45 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:45 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:45 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:45 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:45 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:45 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:45 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:45 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:45 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:45 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-25 15:33:47 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (17.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.4ms) Completed 200 OK in 87ms (Views: 84.6ms | ActiveRecord: 0.6ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:47 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:47 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:47 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:47 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:47 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 15:33:47 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:47 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:47 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:47 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:47 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:47 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:47 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:47 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:47 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:47 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:47 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:47 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:47 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:47 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:47 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:47 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:47 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:47 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 15:33:47 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-25 15:33:53 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "page"=>{"title"=>"test", "slug"=>"test"}, "commit"=>"update page", "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.4ms) UPDATE "pages" SET "updated_at" = '2012-12-25 07:33:53.440304' WHERE "pages"."id" = 1 SQL (0.7ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Tue, 25 Dec 2012 15:33:53 CST +08:00], ["locale", "en"], ["page_id", 1], ["title", nil], ["updated_at", Tue, 25 Dec 2012 15:33:53 CST +08:00]] SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  (1.9ms) rollback transaction Completed 500 Internal Server Error in 76ms ActiveRecord::StatementInvalid (SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?)): sqlite3 (1.3.6) lib/sqlite3/statement.rb:108:in `step' sqlite3 (1.3.6) lib/sqlite3/statement.rb:108:in `block in each' sqlite3 (1.3.6) lib/sqlite3/statement.rb:107:in `loop' sqlite3 (1.3.6) lib/sqlite3/statement.rb:107:in `each' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:263:in `to_a' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:263:in `block in exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:280:in `block in log' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:275:in `log' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:242:in `exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:63:in `exec_insert' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:90:in `insert' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/query_cache.rb:14:in `insert' activerecord (3.2.8) lib/active_record/relation.rb:66:in `insert' activerecord (3.2.8) lib/active_record/persistence.rb:366:in `create' activerecord (3.2.8) lib/active_record/timestamp.rb:57:in `create' activerecord (3.2.8) lib/active_record/callbacks.rb:268:in `block in create' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__4194781828385666605__create__376391564747669927__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_create_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:268:in `create' activerecord (3.2.8) lib/active_record/persistence.rb:347:in `create_or_update' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `block in create_or_update' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__4194781828385666605__save__376391564747669927__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/associations/has_many_association.rb:16:in `insert_record' activerecord (3.2.8) lib/active_record/autosave_association.rb:348:in `block in save_collection_association' activerecord (3.2.8) lib/active_record/autosave_association.rb:337:in `each' activerecord (3.2.8) lib/active_record/autosave_association.rb:337:in `save_collection_association' activerecord (3.2.8) lib/active_record/autosave_association.rb:191:in `block in add_autosave_association_callbacks' activerecord (3.2.8) lib/active_record/autosave_association.rb:161:in `instance_eval' activerecord (3.2.8) lib/active_record/autosave_association.rb:161:in `block in define_non_cyclic_method' activesupport (3.2.8) lib/active_support/callbacks.rb:421:in `_run__4152338548387344114__update__376391564747669927__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_update_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:272:in `update' activerecord (3.2.8) lib/active_record/persistence.rb:347:in `create_or_update' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `block in create_or_update' activesupport (3.2.8) lib/active_support/callbacks.rb:458:in `_run__4152338548387344114__save__376391564747669927__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:56:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:55:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__437852886315971726__process_action__594627488223842555__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__620920816961374376__call__376391564747669927__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.9ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-25 15:34:16 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.3ms) Completed 200 OK in 80ms (Views: 77.1ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 15:34:16 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 15:34:16 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 15:34:16 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 15:34:16 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 15:34:16 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 15:34:16 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 15:34:16 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 15:34:16 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 15:34:16 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 15:34:16 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 15:34:16 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:34:16 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:34:16 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 15:34:16 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 15:34:16 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 15:34:16 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 15:34:17 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 15:34:17 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 15:34:17 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 15:34:17 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 15:34:17 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 15:34:17 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 15:34:17 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 15:34:17 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-25 15:34:19 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "page"=>{"title"=>"test2", "slug"=>"test"}, "commit"=>"更新页面", "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.4ms) UPDATE "pages" SET "updated_at" = '2012-12-25 07:34:19.131874' WHERE "pages"."id" = 1 Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 AND "page_translations"."locale" = 'zh-CN' LIMIT 1  (0.2ms) UPDATE "page_translations" SET "updated_at" = '2012-12-25 07:34:19.143087', "body" = '--- a: b ' WHERE "page_translations"."id" = 1 Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 1]]  (2.7ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (21.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (24.0ms) Completed 200 OK in 58ms (Views: 32.3ms | ActiveRecord: 4.6ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4)  (0.1ms) select sqlite_version(*)  (2.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "page_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "page_id" integer, "locale" varchar(255), "title" varchar(255) NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("page_translations")  (0.1ms) CREATE INDEX "index_page_translations_on_page_id" ON "page_translations" ("page_id")  (0.0ms) PRAGMA index_list("page_translations")  (0.0ms) PRAGMA index_info('index_page_translations_on_page_id')  (0.1ms) CREATE INDEX "index_page_translations_on_locale" ON "page_translations" ("locale")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120824071117')  (2.4ms) commit transaction Migrating to CreatePosts (20120904075542)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120904075542')  (0.9ms) commit transaction Migrating to CreateAdmins (20120913061406)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120913061406')  (1.0ms) commit transaction Migrating to CreateAttachments (20120920033135)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attachable_id" integer, "attachable_type" varchar(255) DEFAULT 'Page', "name" varchar(255), "file" varchar(255), "content_type" varchar(255), "original_filename" varchar(255), "description" varchar(255), "secure_token" varchar(255), "file_size" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120920033135')  (0.8ms) commit transaction Migrating to CreateGroups (20121219062850)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062850')  (0.5ms) commit transaction Migrating to CreateBaseGroups (20121219062901)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "base_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer, "groupable_type" varchar(255), "groupable_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062901')  (1.0ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("attachments")  (0.0ms) PRAGMA index_list("base_groups")  (0.0ms) PRAGMA index_list("groups")  (0.0ms) PRAGMA index_list("page_translations")  (0.0ms) PRAGMA index_info('index_page_translations_on_locale')  (0.0ms) PRAGMA index_info('index_page_translations_on_page_id')  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Binary data inserted for `string` type on column `password_digest` Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-25 15:36:10 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (3.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (51.4ms) Completed 200 OK in 283ms (Views: 262.9ms | ActiveRecord: 3.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 15:36:11 +0800 Served asset /bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 15:36:11 +0800 Served asset /amalgam/extra.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 15:36:11 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 15:36:11 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:11 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 15:36:11 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 15:36:11 +0800 Served asset /amalgam/admin.css - 304 Not Modified (14ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:11 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:11 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:11 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:11 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (17ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:11 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:11 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:11 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:11 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:11 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (43ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:11 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:11 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:11 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:11 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:11 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:11 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:11 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:11 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 15:36:13 +0800 Processing by Amalgam::Admin::PagesController#new as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (56.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (66.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (68.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.2ms) Completed 200 OK in 108ms (Views: 97.0ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 15:36:13 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 15:36:13 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 15:36:13 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 15:36:13 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 15:36:13 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 15:36:13 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:13 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:13 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:13 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:13 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:13 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:13 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:13 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:13 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:13 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:13 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:13 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:13 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:13 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:13 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:13 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:13 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:13 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:13 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started POST "/admin/pages" for 127.0.0.1 at 2012-12-25 15:36:24 +0800 Processing by Amalgam::Admin::PagesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "page"=>{"title"=>"这是测试", "slug"=>"test", "parent_id"=>""}, "commit"=>"添加页面"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (1.8ms) INSERT INTO "pages" ("created_at", "lft", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Dec 2012 15:36:24 CST +08:00], ["lft", 1], ["parent_id", nil], ["path", "test"], ["rgt", 2], ["slug", "test"], ["updated_at", Tue, 25 Dec 2012 15:36:24 CST +08:00]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 AND "page_translations"."locale" = 'zh-CN' LIMIT 1 SQL (0.5ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Tue, 25 Dec 2012 15:36:25 CST +08:00], ["locale", "zh-CN"], ["page_id", 1], ["title", "这是测试"], ["updated_at", Tue, 25 Dec 2012 15:36:25 CST +08:00]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:3000/admin/pages#node-1 Completed 302 Found in 43ms (ActiveRecord: 5.5ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-25 15:36:25 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (20.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.4ms) Completed 200 OK in 83ms (Views: 45.6ms | ActiveRecord: 0.7ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 15:36:25 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 15:36:25 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 15:36:25 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 15:36:25 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 15:36:25 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 15:36:25 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:25 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:25 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:25 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:25 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:25 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:25 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:25 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:25 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:25 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:25 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:25 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:25 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:25 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:25 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:25 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:25 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:25 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:25 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-25 15:36:28 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (58.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (61.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (65.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.4ms) Completed 200 OK in 99ms (Views: 96.6ms | ActiveRecord: 0.7ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 15:36:28 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 15:36:28 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 15:36:28 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 15:36:28 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 15:36:28 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 15:36:28 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:28 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:28 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:28 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:28 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:28 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:28 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:28 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:28 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:28 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:28 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:28 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:28 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:28 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:28 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:28 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:28 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:28 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 15:36:28 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-25 15:36:37 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "page"=>{"title"=>"this is test", "slug"=>"test"}, "commit"=>"update page", "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-12-25 07:36:37.958254' WHERE "pages"."id" = 1 SQL (0.5ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Tue, 25 Dec 2012 15:36:37 CST +08:00], ["locale", "en"], ["page_id", 1], ["title", nil], ["updated_at", Tue, 25 Dec 2012 15:36:37 CST +08:00]] SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  (1.9ms) rollback transaction Completed 500 Internal Server Error in 20ms ActiveRecord::StatementInvalid (SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?)): sqlite3 (1.3.6) lib/sqlite3/statement.rb:108:in `step' sqlite3 (1.3.6) lib/sqlite3/statement.rb:108:in `block in each' sqlite3 (1.3.6) lib/sqlite3/statement.rb:107:in `loop' sqlite3 (1.3.6) lib/sqlite3/statement.rb:107:in `each' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:263:in `to_a' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:263:in `block in exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:280:in `block in log' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:275:in `log' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:242:in `exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:63:in `exec_insert' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:90:in `insert' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/query_cache.rb:14:in `insert' activerecord (3.2.8) lib/active_record/relation.rb:66:in `insert' activerecord (3.2.8) lib/active_record/persistence.rb:366:in `create' activerecord (3.2.8) lib/active_record/timestamp.rb:57:in `create' activerecord (3.2.8) lib/active_record/callbacks.rb:268:in `block in create' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3503009171548097988__create__3656492179676422007__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_create_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:268:in `create' activerecord (3.2.8) lib/active_record/persistence.rb:347:in `create_or_update' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `block in create_or_update' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3503009171548097988__save__3656492179676422007__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/associations/has_many_association.rb:16:in `insert_record' activerecord (3.2.8) lib/active_record/autosave_association.rb:348:in `block in save_collection_association' activerecord (3.2.8) lib/active_record/autosave_association.rb:337:in `each' activerecord (3.2.8) lib/active_record/autosave_association.rb:337:in `save_collection_association' activerecord (3.2.8) lib/active_record/autosave_association.rb:191:in `block in add_autosave_association_callbacks' activerecord (3.2.8) lib/active_record/autosave_association.rb:161:in `instance_eval' activerecord (3.2.8) lib/active_record/autosave_association.rb:161:in `block in define_non_cyclic_method' activesupport (3.2.8) lib/active_support/callbacks.rb:421:in `_run__498704824440070022__update__3656492179676422007__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_update_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:272:in `update' activerecord (3.2.8) lib/active_record/persistence.rb:347:in `create_or_update' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `block in create_or_update' activesupport (3.2.8) lib/active_support/callbacks.rb:458:in `_run__498704824440070022__save__3656492179676422007__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:56:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:55:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__1490111807446872514__process_action__2556864400267825409__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__80381089690286380__call__3656492179676422007__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.9ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-25 15:39:45 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (14.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.2ms) Completed 200 OK in 41ms (Views: 38.8ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 15:39:45 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 15:39:45 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 15:39:45 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 15:39:45 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 15:39:45 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 15:39:45 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 15:39:45 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 15:39:45 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 15:39:45 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 15:39:45 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:39:45 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 15:39:45 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:39:45 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 15:39:45 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 15:39:45 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 15:39:45 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 15:39:45 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 15:39:45 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 15:39:45 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 15:39:45 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 15:39:45 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 15:39:45 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 15:39:45 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 15:39:45 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-25 15:39:47 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "page"=>{"title"=>"这是测试", "slug"=>"test"}, "commit"=>"更新页面", "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.2ms) UPDATE "pages" SET "updated_at" = '2012-12-25 07:39:47.693831' WHERE "pages"."id" = 1 Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 AND "page_translations"."locale" = 'zh-CN' LIMIT 1  (0.2ms) UPDATE "page_translations" SET "updated_at" = '2012-12-25 07:39:47.696800', "body" = '--- {} ' WHERE "page_translations"."id" = 1 Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 1]]  (2.8ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (58.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (60.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (61.8ms) Completed 200 OK in 85ms (Views: 69.9ms | ActiveRecord: 4.5ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-25 15:40:08 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "page"=>{"title"=>"这是测试啊", "slug"=>"test"}, "commit"=>"更新页面", "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-12-25 07:40:08.227265' WHERE "pages"."id" = 1 Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 AND "page_translations"."locale" = 'zh-CN' LIMIT 1  (0.1ms) UPDATE "page_translations" SET "title" = '这是测试啊', "updated_at" = '2012-12-25 07:40:08.235582', "body" = '--- {} ' WHERE "page_translations"."id" = 1 Page::Translation Load (0.0ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 1]]  (2.0ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (13.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (14.5ms) Completed 200 OK in 48ms (Views: 23.8ms | ActiveRecord: 3.6ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (15.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.6ms) Completed 200 OK in 43ms (Views: 40.6ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (5ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (4ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-25 15:42:12 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-25 15:42:21 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "page"=>{"title"=>"this is a test", "slug"=>"test"}, "commit"=>"update page", "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-12-25 07:42:21.377031' WHERE "pages"."id" = 1 SQL (0.4ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Tue, 25 Dec 2012 15:42:21 CST +08:00], ["locale", "en"], ["page_id", 1], ["title", nil], ["updated_at", Tue, 25 Dec 2012 15:42:21 CST +08:00]] SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  (1.9ms) rollback transaction Completed 500 Internal Server Error in 14ms ActiveRecord::StatementInvalid (SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?)): sqlite3 (1.3.6) lib/sqlite3/statement.rb:108:in `step' sqlite3 (1.3.6) lib/sqlite3/statement.rb:108:in `block in each' sqlite3 (1.3.6) lib/sqlite3/statement.rb:107:in `loop' sqlite3 (1.3.6) lib/sqlite3/statement.rb:107:in `each' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:263:in `to_a' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:263:in `block in exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:280:in `block in log' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:275:in `log' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:242:in `exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:63:in `exec_insert' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:90:in `insert' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/query_cache.rb:14:in `insert' activerecord (3.2.8) lib/active_record/relation.rb:66:in `insert' activerecord (3.2.8) lib/active_record/persistence.rb:366:in `create' activerecord (3.2.8) lib/active_record/timestamp.rb:57:in `create' activerecord (3.2.8) lib/active_record/callbacks.rb:268:in `block in create' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3503009171548097988__create__3656492179676422007__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_create_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:268:in `create' activerecord (3.2.8) lib/active_record/persistence.rb:347:in `create_or_update' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `block in create_or_update' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3503009171548097988__save__3656492179676422007__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/associations/has_many_association.rb:16:in `insert_record' activerecord (3.2.8) lib/active_record/autosave_association.rb:348:in `block in save_collection_association' activerecord (3.2.8) lib/active_record/autosave_association.rb:337:in `each' activerecord (3.2.8) lib/active_record/autosave_association.rb:337:in `save_collection_association' activerecord (3.2.8) lib/active_record/autosave_association.rb:191:in `block in add_autosave_association_callbacks' activerecord (3.2.8) lib/active_record/autosave_association.rb:161:in `instance_eval' activerecord (3.2.8) lib/active_record/autosave_association.rb:161:in `block in define_non_cyclic_method' activesupport (3.2.8) lib/active_support/callbacks.rb:421:in `_run__498704824440070022__update__3656492179676422007__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_update_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:272:in `update' activerecord (3.2.8) lib/active_record/persistence.rb:347:in `create_or_update' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `block in create_or_update' activesupport (3.2.8) lib/active_support/callbacks.rb:458:in `_run__498704824440070022__save__3656492179676422007__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:56:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:55:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__1490111807446872514__process_action__2556864400267825409__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__80381089690286380__call__3656492179676422007__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.3ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-25 15:42:21 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "page"=>{"title"=>"this is a test", "slug"=>"test"}, "commit"=>"update page", "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-12-25 07:42:21.574929' WHERE "pages"."id" = 1 SQL (0.4ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Tue, 25 Dec 2012 15:42:21 CST +08:00], ["locale", "en"], ["page_id", 1], ["title", nil], ["updated_at", Tue, 25 Dec 2012 15:42:21 CST +08:00]] SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  (1.9ms) rollback transaction Completed 500 Internal Server Error in 12ms ActiveRecord::StatementInvalid (SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?)): sqlite3 (1.3.6) lib/sqlite3/statement.rb:108:in `step' sqlite3 (1.3.6) lib/sqlite3/statement.rb:108:in `block in each' sqlite3 (1.3.6) lib/sqlite3/statement.rb:107:in `loop' sqlite3 (1.3.6) lib/sqlite3/statement.rb:107:in `each' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:263:in `to_a' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:263:in `block in exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:280:in `block in log' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:275:in `log' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:242:in `exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:63:in `exec_insert' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:90:in `insert' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/query_cache.rb:14:in `insert' activerecord (3.2.8) lib/active_record/relation.rb:66:in `insert' activerecord (3.2.8) lib/active_record/persistence.rb:366:in `create' activerecord (3.2.8) lib/active_record/timestamp.rb:57:in `create' activerecord (3.2.8) lib/active_record/callbacks.rb:268:in `block in create' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3503009171548097988__create__3656492179676422007__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_create_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:268:in `create' activerecord (3.2.8) lib/active_record/persistence.rb:347:in `create_or_update' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `block in create_or_update' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3503009171548097988__save__3656492179676422007__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/associations/has_many_association.rb:16:in `insert_record' activerecord (3.2.8) lib/active_record/autosave_association.rb:348:in `block in save_collection_association' activerecord (3.2.8) lib/active_record/autosave_association.rb:337:in `each' activerecord (3.2.8) lib/active_record/autosave_association.rb:337:in `save_collection_association' activerecord (3.2.8) lib/active_record/autosave_association.rb:191:in `block in add_autosave_association_callbacks' activerecord (3.2.8) lib/active_record/autosave_association.rb:161:in `instance_eval' activerecord (3.2.8) lib/active_record/autosave_association.rb:161:in `block in define_non_cyclic_method' activesupport (3.2.8) lib/active_support/callbacks.rb:421:in `_run__498704824440070022__update__3656492179676422007__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_update_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:272:in `update' activerecord (3.2.8) lib/active_record/persistence.rb:347:in `create_or_update' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `block in create_or_update' activesupport (3.2.8) lib/active_support/callbacks.rb:458:in `_run__498704824440070022__save__3656492179676422007__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:56:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:55:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__1490111807446872514__process_action__2556864400267825409__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__80381089690286380__call__3656492179676422007__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.1ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-25 15:44:27 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "page"=>{"title"=>"this is a test", "slug"=>"test"}, "commit"=>"update page", "id"=>"1"} AdminUser Load (3.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-12-25 07:44:28.111566' WHERE "pages"."id" = 1 SQL (0.5ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Tue, 25 Dec 2012 15:44:28 CST +08:00], ["locale", "en"], ["page_id", 1], ["title", nil], ["updated_at", Tue, 25 Dec 2012 15:44:28 CST +08:00]] SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  (2.1ms) rollback transaction Completed 500 Internal Server Error in 141ms ActiveRecord::StatementInvalid (SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?)): sqlite3 (1.3.6) lib/sqlite3/statement.rb:108:in `step' sqlite3 (1.3.6) lib/sqlite3/statement.rb:108:in `block in each' sqlite3 (1.3.6) lib/sqlite3/statement.rb:107:in `loop' sqlite3 (1.3.6) lib/sqlite3/statement.rb:107:in `each' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:263:in `to_a' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:263:in `block in exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:280:in `block in log' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:275:in `log' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:242:in `exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:63:in `exec_insert' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:90:in `insert' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/query_cache.rb:14:in `insert' activerecord (3.2.8) lib/active_record/relation.rb:66:in `insert' activerecord (3.2.8) lib/active_record/persistence.rb:366:in `create' activerecord (3.2.8) lib/active_record/timestamp.rb:57:in `create' activerecord (3.2.8) lib/active_record/callbacks.rb:268:in `block in create' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__1811424915343086688__create__3033606335162681714__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_create_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:268:in `create' activerecord (3.2.8) lib/active_record/persistence.rb:347:in `create_or_update' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `block in create_or_update' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__1811424915343086688__save__3033606335162681714__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/associations/has_many_association.rb:16:in `insert_record' activerecord (3.2.8) lib/active_record/autosave_association.rb:348:in `block in save_collection_association' activerecord (3.2.8) lib/active_record/autosave_association.rb:337:in `each' activerecord (3.2.8) lib/active_record/autosave_association.rb:337:in `save_collection_association' activerecord (3.2.8) lib/active_record/autosave_association.rb:191:in `block in add_autosave_association_callbacks' activerecord (3.2.8) lib/active_record/autosave_association.rb:161:in `instance_eval' activerecord (3.2.8) lib/active_record/autosave_association.rb:161:in `block in define_non_cyclic_method' activesupport (3.2.8) lib/active_support/callbacks.rb:421:in `_run__2708953412917123665__update__3033606335162681714__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_update_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:272:in `update' activerecord (3.2.8) lib/active_record/persistence.rb:347:in `create_or_update' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `block in create_or_update' activesupport (3.2.8) lib/active_support/callbacks.rb:458:in `_run__2708953412917123665__save__3033606335162681714__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:56:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:55:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__331808905006687344__process_action__2715878509966439653__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2136133840009796003__call__3033606335162681714__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.5ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-25 15:49:27 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (75.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (81.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (84.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (94.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (20.3ms) Completed 200 OK in 374ms (Views: 342.8ms | ActiveRecord: 5.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 15:49:27 +0800 Served asset /bootstrap.css - 304 Not Modified (14ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 15:49:27 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 15:49:27 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 15:49:27 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 15:49:27 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 15:49:27 +0800 Served asset /amalgam/admin.css - 304 Not Modified (18ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 15:49:28 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 15:49:28 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 15:49:28 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 15:49:28 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 15:49:28 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (49ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:49:28 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 15:49:28 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 15:49:28 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 15:49:28 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 15:49:28 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 15:49:28 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 15:49:28 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 15:49:28 +0800 Served asset /bootstrap-button.js - 304 Not Modified (7ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 15:49:28 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 15:49:28 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 15:49:28 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 15:49:28 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 15:49:28 +0800 Served asset /amalgam/admin.js - 304 Not Modified (16ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-25 15:49:37 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "page"=>{"title"=>"this is a test", "slug"=>"test"}, "commit"=>"update page", "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Completed 500 Internal Server Error in 4ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: title): activemodel (3.2.8) lib/active_model/mass_assignment_security/sanitizer.rb:48:in `process_removed_attributes' activemodel (3.2.8) lib/active_model/mass_assignment_security/sanitizer.rb:20:in `debug_protected_attribute_removal' activemodel (3.2.8) lib/active_model/mass_assignment_security/sanitizer.rb:12:in `sanitize' activemodel (3.2.8) lib/active_model/mass_assignment_security.rb:230:in `sanitize_for_mass_assignment' activerecord (3.2.8) lib/active_record/attribute_assignment.rb:75:in `assign_attributes' (eval):3:in `block in assign_attributes' globalize3 (0.3.0) lib/globalize/active_record/instance_methods.rb:183:in `with_given_locale' (eval):3:in `assign_attributes' activerecord (3.2.8) lib/active_record/persistence.rb:215:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:56:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:55:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__3102493816079818965__process_action__466412107264702893__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1358045617414646672__call__1323216113585021237__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.2ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-25 15:50:36 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "page"=>{"title"=>"this is a test", "slug"=>"test"}, "commit"=>"update page", "id"=>"1"} AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-12-25 07:50:36.738395' WHERE "pages"."id" = 1 SQL (0.7ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Tue, 25 Dec 2012 15:50:36 CST +08:00], ["locale", "en"], ["page_id", 1], ["title", nil], ["updated_at", Tue, 25 Dec 2012 15:50:36 CST +08:00]] SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  (2.1ms) rollback transaction Completed 500 Internal Server Error in 146ms ActiveRecord::StatementInvalid (SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?)): sqlite3 (1.3.6) lib/sqlite3/statement.rb:108:in `step' sqlite3 (1.3.6) lib/sqlite3/statement.rb:108:in `block in each' sqlite3 (1.3.6) lib/sqlite3/statement.rb:107:in `loop' sqlite3 (1.3.6) lib/sqlite3/statement.rb:107:in `each' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:263:in `to_a' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:263:in `block in exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:280:in `block in log' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:275:in `log' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:242:in `exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:63:in `exec_insert' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:90:in `insert' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/query_cache.rb:14:in `insert' activerecord (3.2.8) lib/active_record/relation.rb:66:in `insert' activerecord (3.2.8) lib/active_record/persistence.rb:366:in `create' activerecord (3.2.8) lib/active_record/timestamp.rb:57:in `create' activerecord (3.2.8) lib/active_record/callbacks.rb:268:in `block in create' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__1529101907810124798__create__3070370364709589610__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_create_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:268:in `create' activerecord (3.2.8) lib/active_record/persistence.rb:347:in `create_or_update' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `block in create_or_update' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__1529101907810124798__save__3070370364709589610__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/associations/has_many_association.rb:16:in `insert_record' activerecord (3.2.8) lib/active_record/autosave_association.rb:348:in `block in save_collection_association' activerecord (3.2.8) lib/active_record/autosave_association.rb:337:in `each' activerecord (3.2.8) lib/active_record/autosave_association.rb:337:in `save_collection_association' activerecord (3.2.8) lib/active_record/autosave_association.rb:191:in `block in add_autosave_association_callbacks' activerecord (3.2.8) lib/active_record/autosave_association.rb:161:in `instance_eval' activerecord (3.2.8) lib/active_record/autosave_association.rb:161:in `block in define_non_cyclic_method' activesupport (3.2.8) lib/active_support/callbacks.rb:421:in `_run__2925252305526473286__update__3070370364709589610__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_update_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:272:in `update' activerecord (3.2.8) lib/active_record/persistence.rb:347:in `create_or_update' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `block in create_or_update' activesupport (3.2.8) lib/active_support/callbacks.rb:458:in `_run__2925252305526473286__save__3070370364709589610__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:56:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:55:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__2205053410344158993__process_action__4276189170767388510__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1495489774595972034__call__3070370364709589610__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (18.4ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-25 15:51:52 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "page"=>{"title"=>"this is a test", "slug"=>"test"}, "commit"=>"update page", "id"=>"1"} AdminUser Load (3.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.4ms) UPDATE "pages" SET "updated_at" = '2012-12-25 07:51:52.731638' WHERE "pages"."id" = 1 SQL (0.6ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Tue, 25 Dec 2012 15:51:52 CST +08:00], ["locale", "en"], ["page_id", 1], ["title", nil], ["updated_at", Tue, 25 Dec 2012 15:51:52 CST +08:00]] SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  (1.4ms) rollback transaction Completed 500 Internal Server Error in 145ms ActiveRecord::StatementInvalid (SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?)): sqlite3 (1.3.6) lib/sqlite3/statement.rb:108:in `step' sqlite3 (1.3.6) lib/sqlite3/statement.rb:108:in `block in each' sqlite3 (1.3.6) lib/sqlite3/statement.rb:107:in `loop' sqlite3 (1.3.6) lib/sqlite3/statement.rb:107:in `each' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:263:in `to_a' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:263:in `block in exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:280:in `block in log' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:275:in `log' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:242:in `exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:63:in `exec_insert' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:90:in `insert' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/query_cache.rb:14:in `insert' activerecord (3.2.8) lib/active_record/relation.rb:66:in `insert' activerecord (3.2.8) lib/active_record/persistence.rb:366:in `create' activerecord (3.2.8) lib/active_record/timestamp.rb:57:in `create' activerecord (3.2.8) lib/active_record/callbacks.rb:268:in `block in create' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__764838379326153689__create__1806596112766998615__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_create_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:268:in `create' activerecord (3.2.8) lib/active_record/persistence.rb:347:in `create_or_update' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `block in create_or_update' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__764838379326153689__save__1806596112766998615__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/associations/has_many_association.rb:16:in `insert_record' activerecord (3.2.8) lib/active_record/autosave_association.rb:348:in `block in save_collection_association' activerecord (3.2.8) lib/active_record/autosave_association.rb:337:in `each' activerecord (3.2.8) lib/active_record/autosave_association.rb:337:in `save_collection_association' activerecord (3.2.8) lib/active_record/autosave_association.rb:191:in `block in add_autosave_association_callbacks' activerecord (3.2.8) lib/active_record/autosave_association.rb:161:in `instance_eval' activerecord (3.2.8) lib/active_record/autosave_association.rb:161:in `block in define_non_cyclic_method' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1901618789729947450__update__1806596112766998615__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_update_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:272:in `update' activerecord (3.2.8) lib/active_record/persistence.rb:347:in `create_or_update' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `block in create_or_update' activesupport (3.2.8) lib/active_support/callbacks.rb:458:in `_run__1901618789729947450__save__1806596112766998615__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:56:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:55:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__1860284300283247721__process_action__1485605790997917271__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2738514139241309235__call__1806596112766998615__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.4ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 16:00:53 +0800 Processing by Amalgam::Admin::PagesController#new as JS AdminUser Load (5.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (49.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (58.2ms) Completed 200 OK in 134ms (Views: 101.0ms | ActiveRecord: 6.2ms) Started POST "/admin/pages" for 127.0.0.1 at 2012-12-25 16:01:00 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "page"=>{"title"=>"test", "slug"=>"test1", "parent_id"=>""}, "commit"=>"add page"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test1' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (2.5ms) INSERT INTO "pages" ("created_at", "lft", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Dec 2012 16:01:00 CST +08:00], ["lft", 3], ["parent_id", nil], ["path", "test1"], ["rgt", 4], ["slug", "test1"], ["updated_at", Tue, 25 Dec 2012 16:01:00 CST +08:00]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 AND "page_translations"."locale" = 'en' LIMIT 1 SQL (0.5ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Tue, 25 Dec 2012 16:01:00 CST +08:00], ["locale", "en"], ["page_id", 2], ["title", "test"], ["updated_at", Tue, 25 Dec 2012 16:01:00 CST +08:00]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 2]]  (2.9ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 3 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (3.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (25.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (27.8ms) Completed 200 OK in 130ms (Views: 41.4ms | ActiveRecord: 7.1ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-25 16:01:03 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.1ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (32.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (36.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (21.0ms) Completed 200 OK in 257ms (Views: 254.2ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 16:01:03 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 16:01:03 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 16:01:03 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 16:01:03 +0800 Served asset /amalgam/admin.css - 304 Not Modified (17ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 16:01:03 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 16:01:03 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 16:01:03 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 16:01:03 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 16:01:03 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 16:01:03 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 16:01:03 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (48ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 16:01:03 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 16:01:03 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (4ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 16:01:03 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 16:01:03 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 16:01:03 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 16:01:03 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 16:01:03 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 16:01:03 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 16:01:04 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 16:01:04 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 16:01:04 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 16:01:04 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 16:01:04 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started PUT "/admin/pages/2" for 127.0.0.1 at 2012-12-25 16:01:12 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "page"=>{"title"=>"测试啊啊", "slug"=>"test1"}, "commit"=>"更新页面", "id"=>"2"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 2 AND "base_groups"."groupable_type" = 'Page' Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test1' AND "pages"."id" != 2 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-12-25 08:01:12.529888' WHERE "pages"."id" = 2 SQL (0.6ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Tue, 25 Dec 2012 16:01:12 CST +08:00], ["locale", "zh-CN"], ["page_id", 2], ["title", nil], ["updated_at", Tue, 25 Dec 2012 16:01:12 CST +08:00]] SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  (2.1ms) rollback transaction Completed 500 Internal Server Error in 20ms ActiveRecord::StatementInvalid (SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?)): sqlite3 (1.3.6) lib/sqlite3/statement.rb:108:in `step' sqlite3 (1.3.6) lib/sqlite3/statement.rb:108:in `block in each' sqlite3 (1.3.6) lib/sqlite3/statement.rb:107:in `loop' sqlite3 (1.3.6) lib/sqlite3/statement.rb:107:in `each' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:263:in `to_a' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:263:in `block in exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:280:in `block in log' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:275:in `log' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:242:in `exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:63:in `exec_insert' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:90:in `insert' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/query_cache.rb:14:in `insert' activerecord (3.2.8) lib/active_record/relation.rb:66:in `insert' activerecord (3.2.8) lib/active_record/persistence.rb:366:in `create' activerecord (3.2.8) lib/active_record/timestamp.rb:57:in `create' activerecord (3.2.8) lib/active_record/callbacks.rb:268:in `block in create' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__4438465818199298303__create__334322348807073243__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_create_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:268:in `create' activerecord (3.2.8) lib/active_record/persistence.rb:347:in `create_or_update' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `block in create_or_update' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__4438465818199298303__save__334322348807073243__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/associations/has_many_association.rb:16:in `insert_record' activerecord (3.2.8) lib/active_record/autosave_association.rb:348:in `block in save_collection_association' activerecord (3.2.8) lib/active_record/autosave_association.rb:337:in `each' activerecord (3.2.8) lib/active_record/autosave_association.rb:337:in `save_collection_association' activerecord (3.2.8) lib/active_record/autosave_association.rb:191:in `block in add_autosave_association_callbacks' activerecord (3.2.8) lib/active_record/autosave_association.rb:161:in `instance_eval' activerecord (3.2.8) lib/active_record/autosave_association.rb:161:in `block in define_non_cyclic_method' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1976134774029148869__update__334322348807073243__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_update_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:272:in `update' activerecord (3.2.8) lib/active_record/persistence.rb:347:in `create_or_update' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `block in create_or_update' activesupport (3.2.8) lib/active_support/callbacks.rb:458:in `_run__1976134774029148869__save__334322348807073243__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:56:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:55:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__1932205885655001912__process_action__1227359922695114504__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4549190035325983780__call__334322348807073243__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.5ms) Started DELETE "/admin/pages/2" for 127.0.0.1 at 2012-12-25 16:03:11 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 SQL (0.3ms) DELETE FROM "page_translations" WHERE "page_translations"."id" = ? [["id", 2]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 3 AND "pages"."rgt" <= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" SQL (0.2ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 4) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 4) ORDER BY lft ASC, "pages"."lft") Amalgam::Models::BaseGroup Load (0.1ms) SELECT "base_groups".* FROM "base_groups" WHERE "base_groups"."groupable_id" = 2 AND "base_groups"."groupable_type" = 'Page' SQL (0.2ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 2]]  (0.7ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (2.3ms) Completed 200 OK in 26ms (Views: 9.5ms | ActiveRecord: 2.3ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-25 16:03:17 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.4ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (23.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (28.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (16.9ms) Completed 200 OK in 65ms (Views: 62.2ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 16:03:17 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 16:03:17 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 16:03:17 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 16:03:17 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 16:03:17 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 16:03:17 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 16:03:17 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 16:03:17 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 16:03:17 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 16:03:17 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 16:03:17 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 16:03:17 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 16:03:17 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 16:03:17 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 16:03:17 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 16:03:17 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 16:03:17 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 16:03:17 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 16:03:17 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 16:03:17 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 16:03:17 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 16:03:17 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 16:03:17 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 16:03:17 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-25 16:03:36 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "page"=>{"title"=>"this is a test", "slug"=>"test"}, "commit"=>"update page", "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.4ms) UPDATE "pages" SET "updated_at" = '2012-12-25 08:03:36.096772' WHERE "pages"."id" = 1 SQL (0.4ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Tue, 25 Dec 2012 16:03:36 CST +08:00], ["locale", "en"], ["page_id", 1], ["title", nil], ["updated_at", Tue, 25 Dec 2012 16:03:36 CST +08:00]] SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  (1.9ms) rollback transaction Completed 500 Internal Server Error in 13ms ActiveRecord::StatementInvalid (SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?)): sqlite3 (1.3.6) lib/sqlite3/statement.rb:108:in `step' sqlite3 (1.3.6) lib/sqlite3/statement.rb:108:in `block in each' sqlite3 (1.3.6) lib/sqlite3/statement.rb:107:in `loop' sqlite3 (1.3.6) lib/sqlite3/statement.rb:107:in `each' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:263:in `to_a' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:263:in `block in exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:280:in `block in log' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:275:in `log' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:242:in `exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:63:in `exec_insert' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:90:in `insert' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/query_cache.rb:14:in `insert' activerecord (3.2.8) lib/active_record/relation.rb:66:in `insert' activerecord (3.2.8) lib/active_record/persistence.rb:366:in `create' activerecord (3.2.8) lib/active_record/timestamp.rb:57:in `create' activerecord (3.2.8) lib/active_record/callbacks.rb:268:in `block in create' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__4438465818199298303__create__334322348807073243__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_create_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:268:in `create' activerecord (3.2.8) lib/active_record/persistence.rb:347:in `create_or_update' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `block in create_or_update' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__4438465818199298303__save__334322348807073243__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/associations/has_many_association.rb:16:in `insert_record' activerecord (3.2.8) lib/active_record/autosave_association.rb:348:in `block in save_collection_association' activerecord (3.2.8) lib/active_record/autosave_association.rb:337:in `each' activerecord (3.2.8) lib/active_record/autosave_association.rb:337:in `save_collection_association' activerecord (3.2.8) lib/active_record/autosave_association.rb:191:in `block in add_autosave_association_callbacks' activerecord (3.2.8) lib/active_record/autosave_association.rb:161:in `instance_eval' activerecord (3.2.8) lib/active_record/autosave_association.rb:161:in `block in define_non_cyclic_method' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1976134774029148869__update__334322348807073243__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_update_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:272:in `update' activerecord (3.2.8) lib/active_record/persistence.rb:347:in `create_or_update' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `block in create_or_update' activesupport (3.2.8) lib/active_support/callbacks.rb:458:in `_run__1976134774029148869__save__334322348807073243__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:56:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:55:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__1932205885655001912__process_action__1227359922695114504__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4549190035325983780__call__334322348807073243__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.7ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4)  (0.1ms) select sqlite_version(*)  (2.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "page_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "page_id" integer, "locale" varchar(255), "title" varchar(255) NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("page_translations")  (0.1ms) CREATE INDEX "index_page_translations_on_page_id" ON "page_translations" ("page_id")  (0.0ms) PRAGMA index_list("page_translations")  (0.1ms) PRAGMA index_info('index_page_translations_on_page_id')  (0.1ms) CREATE INDEX "index_page_translations_on_locale" ON "page_translations" ("locale")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120824071117')  (2.3ms) commit transaction Migrating to CreatePosts (20120904075542)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120904075542')  (0.6ms) commit transaction Migrating to CreateAdmins (20120913061406)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120913061406')  (0.7ms) commit transaction Migrating to CreateAttachments (20120920033135)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attachable_id" integer, "attachable_type" varchar(255) DEFAULT 'Page', "name" varchar(255), "file" varchar(255), "content_type" varchar(255), "original_filename" varchar(255), "description" varchar(255), "secure_token" varchar(255), "file_size" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120920033135')  (1.1ms) commit transaction Migrating to CreateGroups (20121219062850)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062850')  (0.8ms) commit transaction Migrating to CreateBaseGroups (20121219062901)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "base_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer, "groupable_type" varchar(255), "groupable_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062901')  (1.2ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("attachments")  (0.0ms) PRAGMA index_list("base_groups")  (0.0ms) PRAGMA index_list("groups")  (0.0ms) PRAGMA index_list("page_translations")  (0.0ms) PRAGMA index_info('index_page_translations_on_locale')  (0.0ms) PRAGMA index_info('index_page_translations_on_page_id')  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Binary data inserted for `string` type on column `password_digest` Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-25 16:49:59 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (4.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (22.7ms) Completed 200 OK in 288ms (Views: 267.2ms | ActiveRecord: 4.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:00 +0800 Served asset /bootstrap.css - 304 Not Modified (11ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:00 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:00 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:00 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:00 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:00 +0800 Served asset /amalgam/admin.css - 304 Not Modified (18ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:00 +0800 Served asset /modernizr.js - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:00 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:00 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:00 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:00 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:00 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (49ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:00 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:00 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:00 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:00 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:00 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:00 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:00 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:00 +0800 Served asset /amalgam/extra.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:00 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:00 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:00 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:00 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-25 16:50:00 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-25 16:50:00 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (1ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-25 16:50:02 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (3.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.5ms) Completed 200 OK in 33ms (Views: 31.0ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:02 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:02 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:02 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:02 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:02 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:02 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:02 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:02 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:02 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:02 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:02 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:02 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:02 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:02 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:02 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:02 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:02 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:02 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:02 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:02 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:02 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:02 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:02 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:02 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 16:50:03 +0800 Processing by Amalgam::Admin::PagesController#new as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (56.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (64.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (67.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.6ms) Completed 200 OK in 103ms (Views: 92.3ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:04 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:04 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:04 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:04 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:04 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:04 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:04 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:04 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:04 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:04 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:04 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:04 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:04 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:04 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:04 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:04 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:04 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:04 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:04 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:04 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:04 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:04 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:04 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:04 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started POST "/admin/pages" for 127.0.0.1 at 2012-12-25 16:50:09 +0800 Processing by Amalgam::Admin::PagesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "page"=>{"title"=>"test", "slug"=>"test", "parent_id"=>""}, "commit"=>"add page"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (2.0ms) INSERT INTO "pages" ("created_at", "lft", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Dec 2012 16:50:09 CST +08:00], ["lft", 1], ["parent_id", nil], ["path", "test"], ["rgt", 2], ["slug", "test"], ["updated_at", Tue, 25 Dec 2012 16:50:09 CST +08:00]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 AND "page_translations"."locale" = 'en' LIMIT 1 SQL (0.5ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Tue, 25 Dec 2012 16:50:09 CST +08:00], ["locale", "en"], ["page_id", 1], ["title", "test"], ["updated_at", Tue, 25 Dec 2012 16:50:09 CST +08:00]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:3000/admin/pages#node-1 Completed 302 Found in 46ms (ActiveRecord: 5.4ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-25 16:50:09 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (32.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (49.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (50.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (53.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.5ms) Completed 200 OK in 82ms (Views: 79.5ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:09 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:09 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:09 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:09 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:09 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:09 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:09 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:09 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:09 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:09 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:09 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:09 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:10 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:10 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:10 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:10 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:10 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:10 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:10 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:10 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:10 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:10 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:10 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:10 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-25 16:50:10 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-25 16:50:10 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-25 16:50:10 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (4ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-25 16:50:12 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (21.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (25.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.6ms) Completed 200 OK in 105ms (Views: 102.6ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:12 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:12 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:12 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:12 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:12 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 16:50:12 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:12 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:12 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:12 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:12 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:12 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:12 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:12 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:12 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:12 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:12 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:12 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:12 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:12 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:12 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:12 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:12 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:12 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 16:50:12 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-25 16:50:19 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "page"=>{"title"=>"测试", "slug"=>"test"}, "commit"=>"更新页面", "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-12-25 08:50:19.056176' WHERE "pages"."id" = 1 SQL (0.5ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Tue, 25 Dec 2012 16:50:19 CST +08:00], ["locale", "zh-CN"], ["page_id", 1], ["title", nil], ["updated_at", Tue, 25 Dec 2012 16:50:19 CST +08:00]] SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  (1.9ms) rollback transaction Completed 500 Internal Server Error in 19ms ActiveRecord::StatementInvalid (SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?)): sqlite3 (1.3.6) lib/sqlite3/statement.rb:108:in `step' sqlite3 (1.3.6) lib/sqlite3/statement.rb:108:in `block in each' sqlite3 (1.3.6) lib/sqlite3/statement.rb:107:in `loop' sqlite3 (1.3.6) lib/sqlite3/statement.rb:107:in `each' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:263:in `to_a' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:263:in `block in exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:280:in `block in log' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:275:in `log' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:242:in `exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:63:in `exec_insert' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:90:in `insert' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/query_cache.rb:14:in `insert' activerecord (3.2.8) lib/active_record/relation.rb:66:in `insert' activerecord (3.2.8) lib/active_record/persistence.rb:366:in `create' activerecord (3.2.8) lib/active_record/timestamp.rb:57:in `create' activerecord (3.2.8) lib/active_record/callbacks.rb:268:in `block in create' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__1639901738713236704__create__790585753024909576__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_create_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:268:in `create' activerecord (3.2.8) lib/active_record/persistence.rb:347:in `create_or_update' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `block in create_or_update' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__1639901738713236704__save__790585753024909576__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/associations/has_many_association.rb:16:in `insert_record' activerecord (3.2.8) lib/active_record/autosave_association.rb:348:in `block in save_collection_association' activerecord (3.2.8) lib/active_record/autosave_association.rb:337:in `each' activerecord (3.2.8) lib/active_record/autosave_association.rb:337:in `save_collection_association' activerecord (3.2.8) lib/active_record/autosave_association.rb:191:in `block in add_autosave_association_callbacks' activerecord (3.2.8) lib/active_record/autosave_association.rb:161:in `instance_eval' activerecord (3.2.8) lib/active_record/autosave_association.rb:161:in `block in define_non_cyclic_method' activesupport (3.2.8) lib/active_support/callbacks.rb:421:in `_run__802373577158274242__update__790585753024909576__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_update_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:272:in `update' activerecord (3.2.8) lib/active_record/persistence.rb:347:in `create_or_update' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `block in create_or_update' activesupport (3.2.8) lib/active_support/callbacks.rb:458:in `_run__802373577158274242__save__790585753024909576__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:56:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:55:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__3541478064888631504__process_action__976930665196921422__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3981657181878233981__call__790585753024909576__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.8ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-25 17:00:35 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (3.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (90.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (94.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (96.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (106.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (20.6ms) Completed 200 OK in 384ms (Views: 353.9ms | ActiveRecord: 4.9ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 17:00:36 +0800 Served asset /amalgam/extra.css - 304 Not Modified (3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 17:00:36 +0800 Served asset /bootstrap.css - 304 Not Modified (12ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 17:00:36 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 17:00:36 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 17:00:36 +0800 Served asset /amalgam/admin.css - 304 Not Modified (17ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 17:00:36 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:36 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:36 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:36 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:36 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:36 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:36 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:36 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (49ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:36 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:36 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:36 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:36 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (9ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:36 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:36 +0800 Served asset /bootstrap-button.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:36 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:36 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:36 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:36 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:36 +0800 Served asset /amalgam/admin.js - 304 Not Modified (16ms) Started DELETE "/admin/pages/1" for 127.0.0.1 at 2012-12-25 17:00:39 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" SQL (0.3ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 2) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 2) ORDER BY lft ASC, "pages"."lft") Amalgam::Models::BaseGroup Load (0.1ms) SELECT "base_groups".* FROM "base_groups" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 SQL (0.6ms) DELETE FROM "page_translations" WHERE "page_translations"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 1]]  (1.9ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (1.9ms) Completed 200 OK in 33ms (Views: 12.0ms | ActiveRecord: 4.4ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 17:00:40 +0800 Processing by Amalgam::Admin::PagesController#new as JS AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (10.7ms) Completed 200 OK in 15ms (Views: 12.3ms | ActiveRecord: 0.3ms) Started POST "/admin/pages" for 127.0.0.1 at 2012-12-25 17:00:50 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "page"=>{"title"=>"测试", "slug"=>"test", "parent_id"=>""}, "commit"=>"添加页面"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (2.1ms) INSERT INTO "pages" ("created_at", "lft", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Dec 2012 17:00:50 CST +08:00], ["lft", 1], ["parent_id", nil], ["path", "test"], ["rgt", 2], ["slug", "test"], ["updated_at", Tue, 25 Dec 2012 17:00:50 CST +08:00]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 AND "page_translations"."locale" = 'zh-CN' LIMIT 1 SQL (0.4ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Tue, 25 Dec 2012 17:00:50 CST +08:00], ["locale", "zh-CN"], ["page_id", 2], ["title", "测试"], ["updated_at", Tue, 25 Dec 2012 17:00:50 CST +08:00]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 2]]  (2.5ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.8ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (20.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (22.0ms) Completed 200 OK in 101ms (Views: 29.6ms | ActiveRecord: 6.1ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-25 17:00:53 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (16.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (24.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (29.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (49.9ms) Completed 200 OK in 99ms (Views: 97.2ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 17:00:53 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 17:00:53 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 17:00:53 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 17:00:53 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 17:00:53 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 17:00:53 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:53 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:53 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:53 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:53 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:53 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:53 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:53 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:53 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:53 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:53 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:53 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:53 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:53 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:53 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:53 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:53 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 17:00:53 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/2" for 127.0.0.1 at 2012-12-25 17:00:59 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "page"=>{"title"=>"test", "slug"=>"test"}, "commit"=>"update page", "id"=>"2"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 2 AND "base_groups"."groupable_type" = 'Page' Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 2 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-12-25 09:00:59.313414' WHERE "pages"."id" = 2 SQL (0.4ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Tue, 25 Dec 2012 17:00:59 CST +08:00], ["locale", "en"], ["page_id", 2], ["title", nil], ["updated_at", Tue, 25 Dec 2012 17:00:59 CST +08:00]] SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  (1.8ms) rollback transaction Completed 500 Internal Server Error in 18ms ActiveRecord::StatementInvalid (SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?)): sqlite3 (1.3.6) lib/sqlite3/statement.rb:108:in `step' sqlite3 (1.3.6) lib/sqlite3/statement.rb:108:in `block in each' sqlite3 (1.3.6) lib/sqlite3/statement.rb:107:in `loop' sqlite3 (1.3.6) lib/sqlite3/statement.rb:107:in `each' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:263:in `to_a' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:263:in `block in exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:280:in `block in log' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:275:in `log' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:242:in `exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:63:in `exec_insert' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:90:in `insert' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/query_cache.rb:14:in `insert' activerecord (3.2.8) lib/active_record/relation.rb:66:in `insert' activerecord (3.2.8) lib/active_record/persistence.rb:366:in `create' activerecord (3.2.8) lib/active_record/timestamp.rb:57:in `create' activerecord (3.2.8) lib/active_record/callbacks.rb:268:in `block in create' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__597719192221599473__create__3172356530025646670__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_create_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:268:in `create' activerecord (3.2.8) lib/active_record/persistence.rb:347:in `create_or_update' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `block in create_or_update' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__597719192221599473__save__3172356530025646670__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/associations/has_many_association.rb:16:in `insert_record' activerecord (3.2.8) lib/active_record/autosave_association.rb:348:in `block in save_collection_association' activerecord (3.2.8) lib/active_record/autosave_association.rb:337:in `each' activerecord (3.2.8) lib/active_record/autosave_association.rb:337:in `save_collection_association' activerecord (3.2.8) lib/active_record/autosave_association.rb:191:in `block in add_autosave_association_callbacks' activerecord (3.2.8) lib/active_record/autosave_association.rb:161:in `instance_eval' activerecord (3.2.8) lib/active_record/autosave_association.rb:161:in `block in define_non_cyclic_method' activesupport (3.2.8) lib/active_support/callbacks.rb:421:in `_run__732413145800392686__update__3172356530025646670__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_update_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:272:in `update' activerecord (3.2.8) lib/active_record/persistence.rb:347:in `create_or_update' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `block in create_or_update' activesupport (3.2.8) lib/active_support/callbacks.rb:458:in `_run__732413145800392686__save__3172356530025646670__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:56:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:55:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__12828093273199353__process_action__3393421247281920779__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1276568796416706565__call__3172356530025646670__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.5ms) Started DELETE "/admin/pages/2" for 127.0.0.1 at 2012-12-25 17:01:30 +0800 SQLite3::ConstraintException (page_translations.title may not be NULL): activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:69:in `close' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:69:in `dealloc' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:58:in `block in clear' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:57:in `each' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:57:in `clear' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:144:in `clear_cache!' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:138:in `disconnect!' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:151:in `block (2 levels) in clear_reloadable_connections!' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:149:in `each' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:149:in `block in clear_reloadable_connections!' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:147:in `clear_reloadable_connections!' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:386:in `block in clear_reloadable_connections!' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:386:in `each_value' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:386:in `clear_reloadable_connections!' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_specification.rb:186:in `clear_reloadable_connections!' activerecord (3.2.8) lib/active_record/railtie.rb:96:in `block (2 levels) in ' activesupport (3.2.8) lib/active_support/callbacks.rb:429:in `_run__1228466955232020236__prepare__3172356530025646670__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_prepare_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:74:in `prepare!' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.7ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-25 17:01:36 +0800 ArgumentError: prepare called on a closed database: SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' AND name = "pages" ActiveRecord::StatementInvalid (ArgumentError: prepare called on a closed database: SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' AND name = "pages"): app/models/page.rb:2:in `include' app/models/page.rb:2:in `' app/models/page.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.3ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-25 17:01:52 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (73.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (78.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (80.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (89.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (21.4ms) Completed 200 OK in 373ms (Views: 342.2ms | ActiveRecord: 5.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 17:01:52 +0800 Served asset /bootstrap.css - 304 Not Modified (38ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 17:01:52 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 17:01:52 +0800 Served asset /amalgam/admin.css - 304 Not Modified (22ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 17:01:52 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 17:01:52 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 17:01:52 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:52 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:52 +0800 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:52 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:52 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:52 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (45ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:52 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:52 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:52 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:52 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:52 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:52 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:52 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:52 +0800 Served asset /bootstrap-button.js - 304 Not Modified (7ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:52 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:52 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:52 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:52 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:52 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started DELETE "/admin/pages/2" for 127.0.0.1 at 2012-12-25 17:01:56 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"id"=>"2"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction Page Load (0.2ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" SQL (0.3ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 2) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 2) ORDER BY lft ASC, "pages"."lft") Amalgam::Models::BaseGroup Load (0.2ms) SELECT "base_groups".* FROM "base_groups" WHERE "base_groups"."groupable_id" = 2 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 SQL (0.6ms) DELETE FROM "page_translations" WHERE "page_translations"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 2]]  (1.8ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (3.5ms) Completed 200 OK in 39ms (Views: 16.6ms | ActiveRecord: 4.3ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-25 17:01:58 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (2.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (48.1ms) Completed 200 OK in 70ms (Views: 68.3ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 17:01:58 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 17:01:58 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 17:01:58 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 17:01:58 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 17:01:58 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:58 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 17:01:58 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:58 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:58 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:58 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:58 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:58 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:58 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:58 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:58 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:58 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:58 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:58 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:58 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:58 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:58 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:58 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:58 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 17:01:58 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-25 17:02:01 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (51.2ms) Completed 200 OK in 76ms (Views: 74.4ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 17:02:01 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 17:02:01 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 17:02:01 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 17:02:01 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 17:02:01 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 17:02:01 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 17:02:01 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 17:02:01 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 17:02:01 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 17:02:01 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 17:02:01 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 17:02:01 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 17:02:01 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 17:02:01 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 17:02:01 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 17:02:01 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 17:02:01 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 17:02:01 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 17:02:01 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 17:02:01 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 17:02:01 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 17:02:01 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 17:02:01 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 17:02:01 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-25 17:03:09 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (4.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.3ms) Completed 200 OK in 36ms (Views: 34.1ms | ActiveRecord: 0.3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 17:03:09 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 17:03:10 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 17:03:10 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 17:03:10 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 17:03:10 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 17:03:10 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:10 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:10 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:10 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:10 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:10 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:10 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:10 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:10 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:10 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:10 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:10 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:10 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:10 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:10 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:10 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:10 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:10 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:10 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-25 17:03:11 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (2.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.4ms) Completed 200 OK in 32ms (Views: 29.8ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 17:03:11 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 17:03:11 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 17:03:11 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 17:03:11 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 17:03:11 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 17:03:11 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:11 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:11 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:11 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:11 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:11 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:11 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:11 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:11 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:11 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:11 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:11 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:11 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:11 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:11 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:11 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:11 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:11 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 17:03:11 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 17:04:12 +0800 Processing by Amalgam::Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (12.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (15.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (52.9ms) Completed 200 OK in 85ms (Views: 82.5ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 17:04:12 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 17:04:12 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 17:04:12 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 17:04:12 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 17:04:12 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 17:04:12 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:12 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:12 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:12 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:12 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:12 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:12 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:12 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:12 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:12 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:12 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:12 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:12 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:12 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:12 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:12 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:12 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:12 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:12 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started POST "/admin/pages" for 127.0.0.1 at 2012-12-25 17:04:58 +0800 Processing by Amalgam::Admin::PagesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "page"=>{"title"=>"测试", "slug"=>"test", "parent_id"=>""}, "commit"=>"添加页面"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (3.0ms) INSERT INTO "pages" ("created_at", "lft", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 25 Dec 2012 17:04:58 CST +08:00], ["lft", 1], ["parent_id", nil], ["path", "test"], ["rgt", 2], ["slug", "test"], ["updated_at", Tue, 25 Dec 2012 17:04:58 CST +08:00]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 3 AND "page_translations"."locale" = 'zh-CN' LIMIT 1 SQL (0.4ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Tue, 25 Dec 2012 17:04:58 CST +08:00], ["locale", "zh-CN"], ["page_id", 3], ["title", "测试"], ["updated_at", Tue, 25 Dec 2012 17:04:58 CST +08:00]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 3]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:3000/admin/pages#node-3 Completed 302 Found in 78ms (ActiveRecord: 6.7ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-25 17:04:58 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 3 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (18.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (20.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.4ms) Completed 200 OK in 50ms (Views: 47.2ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 17:04:58 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 17:04:58 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 17:04:58 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 17:04:58 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 17:04:58 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 17:04:58 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:58 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:58 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:58 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:58 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:58 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:59 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:59 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:59 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:59 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:59 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:59 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:59 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:59 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:59 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:59 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:59 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:59 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 17:04:59 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-25 17:05:19 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 3 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (17.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.5ms) Completed 200 OK in 44ms (Views: 41.3ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 17:05:19 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 17:05:19 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 17:05:19 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 17:05:19 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 17:05:19 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 17:05:19 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:19 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:19 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:19 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:19 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:19 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:19 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:19 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:19 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:19 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:19 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:19 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:19 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:19 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:19 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:19 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:19 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:19 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:19 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-25 17:05:22 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 3 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (14.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.1ms) Completed 200 OK in 83ms (Views: 80.7ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 17:05:23 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 17:05:23 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 17:05:23 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:23 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 17:05:23 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 17:05:23 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 17:05:23 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:23 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:23 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:23 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:23 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:23 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:23 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:23 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:23 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:23 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:23 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:23 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:23 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:23 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:23 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:23 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:23 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 17:05:23 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/3" for 127.0.0.1 at 2012-12-25 17:05:29 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "page"=>{"title"=>"test", "slug"=>"test"}, "commit"=>"update page", "id"=>"3"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "3"]]  (0.1ms) begin transaction Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 3 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 3 AND "base_groups"."groupable_type" = 'Page' Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 3 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-12-25 09:05:29.107319' WHERE "pages"."id" = 3 SQL (0.4ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Tue, 25 Dec 2012 17:05:29 CST +08:00], ["locale", "en"], ["page_id", 3], ["title", nil], ["updated_at", Tue, 25 Dec 2012 17:05:29 CST +08:00]] SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  (1.6ms) rollback transaction Completed 500 Internal Server Error in 19ms ActiveRecord::StatementInvalid (SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?)): sqlite3 (1.3.6) lib/sqlite3/statement.rb:108:in `step' sqlite3 (1.3.6) lib/sqlite3/statement.rb:108:in `block in each' sqlite3 (1.3.6) lib/sqlite3/statement.rb:107:in `loop' sqlite3 (1.3.6) lib/sqlite3/statement.rb:107:in `each' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:263:in `to_a' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:263:in `block in exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:280:in `block in log' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:275:in `log' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:242:in `exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:63:in `exec_insert' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:90:in `insert' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/query_cache.rb:14:in `insert' activerecord (3.2.8) lib/active_record/relation.rb:66:in `insert' activerecord (3.2.8) lib/active_record/persistence.rb:366:in `create' activerecord (3.2.8) lib/active_record/timestamp.rb:57:in `create' activerecord (3.2.8) lib/active_record/callbacks.rb:268:in `block in create' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3411047244351120202__create__4522743203819156949__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_create_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:268:in `create' activerecord (3.2.8) lib/active_record/persistence.rb:347:in `create_or_update' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `block in create_or_update' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3411047244351120202__save__4522743203819156949__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/associations/has_many_association.rb:16:in `insert_record' activerecord (3.2.8) lib/active_record/autosave_association.rb:348:in `block in save_collection_association' activerecord (3.2.8) lib/active_record/autosave_association.rb:337:in `each' activerecord (3.2.8) lib/active_record/autosave_association.rb:337:in `save_collection_association' activerecord (3.2.8) lib/active_record/autosave_association.rb:191:in `block in add_autosave_association_callbacks' activerecord (3.2.8) lib/active_record/autosave_association.rb:161:in `instance_eval' activerecord (3.2.8) lib/active_record/autosave_association.rb:161:in `block in define_non_cyclic_method' activesupport (3.2.8) lib/active_support/callbacks.rb:421:in `_run__1034945764739263107__update__4522743203819156949__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_update_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:272:in `update' activerecord (3.2.8) lib/active_record/persistence.rb:347:in `create_or_update' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `block in create_or_update' activesupport (3.2.8) lib/active_support/callbacks.rb:458:in `_run__1034945764739263107__save__4522743203819156949__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:56:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:55:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__4033919272413171737__process_action__3010035951585962108__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1465156375654646936__call__4522743203819156949__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.2ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-25 17:12:03 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 3) ORDER BY lft ASC, "pages"."lft" AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 3 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 3 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (86.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (53.0ms) Completed 200 OK in 422ms (Views: 418.2ms | ActiveRecord: 1.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /mercury/mercury.css - 304 Not Modified (21ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /responsive.css - 200 OK (4ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /mercury.css - 304 Not Modified (18ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /mercury/dialog.css - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /mercury/uploader.css - 304 Not Modified (51ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /amalgam/editor.css - 304 Not Modified (27ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (59ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /mercury/mercury.js - 304 Not Modified (84ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /mercury/dialog.js - 304 Not Modified (6ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:04 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/panel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/modal.js - 304 Not Modified (7ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (45ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (42ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (7ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /amalgam/editor.js - 304 Not Modified (49ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 51ms (Views: 50.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (3ms) Started GET "/pages/test?mercury_frame=true&_=1356426725574" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356426725574", "slug"=>"test"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 3) ORDER BY lft ASC, "pages"."lft" AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 3 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 3 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (12.1ms) Completed 200 OK in 16ms (Views: 12.8ms | ActiveRecord: 1.1ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/toolbar/primary/save.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/toolbar/primary/undo.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/toolbar/primary/redo.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/toolbar/primary/preview.png - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/toolbar/editable/buttons.png - 304 Not Modified (4ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-12-25 17:12:05 +0800 Served asset /mercury/close.png - 304 Not Modified (53ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-25 17:12:18 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 3 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (15.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.8ms) Completed 200 OK in 42ms (Views: 40.3ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-25 17:12:18 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-25 17:12:18 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-25 17:12:18 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-25 17:12:18 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-25 17:12:18 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-25 17:12:18 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:18 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:18 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:18 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:18 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:18 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:18 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:18 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:18 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:18 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:18 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:18 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:18 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:18 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:18 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:18 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:18 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-25 17:12:18 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/3" for 127.0.0.1 at 2012-12-25 17:12:24 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "page"=>{"title"=>"test", "slug"=>"test"}, "commit"=>"update page", "id"=>"3"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "3"]]  (0.0ms) begin transaction Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 3 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 3 AND "base_groups"."groupable_type" = 'Page' Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 3 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.4ms) UPDATE "pages" SET "updated_at" = '2012-12-25 09:12:24.558859' WHERE "pages"."id" = 3 SQL (0.6ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Tue, 25 Dec 2012 17:12:24 CST +08:00], ["locale", "en"], ["page_id", 3], ["title", nil], ["updated_at", Tue, 25 Dec 2012 17:12:24 CST +08:00]] SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  (1.6ms) rollback transaction Completed 500 Internal Server Error in 13ms ActiveRecord::StatementInvalid (SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?)): sqlite3 (1.3.6) lib/sqlite3/statement.rb:108:in `step' sqlite3 (1.3.6) lib/sqlite3/statement.rb:108:in `block in each' sqlite3 (1.3.6) lib/sqlite3/statement.rb:107:in `loop' sqlite3 (1.3.6) lib/sqlite3/statement.rb:107:in `each' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:263:in `to_a' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:263:in `block in exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:280:in `block in log' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (3.2.8) lib/active_record/connection_adapters/abstract_adapter.rb:275:in `log' activerecord (3.2.8) lib/active_record/connection_adapters/sqlite_adapter.rb:242:in `exec_query' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:63:in `exec_insert' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:90:in `insert' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/query_cache.rb:14:in `insert' activerecord (3.2.8) lib/active_record/relation.rb:66:in `insert' activerecord (3.2.8) lib/active_record/persistence.rb:366:in `create' activerecord (3.2.8) lib/active_record/timestamp.rb:57:in `create' activerecord (3.2.8) lib/active_record/callbacks.rb:268:in `block in create' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3411047244351120202__create__4522743203819156949__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_create_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:268:in `create' activerecord (3.2.8) lib/active_record/persistence.rb:347:in `create_or_update' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `block in create_or_update' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3411047244351120202__save__4522743203819156949__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/associations/has_many_association.rb:16:in `insert_record' activerecord (3.2.8) lib/active_record/autosave_association.rb:348:in `block in save_collection_association' activerecord (3.2.8) lib/active_record/autosave_association.rb:337:in `each' activerecord (3.2.8) lib/active_record/autosave_association.rb:337:in `save_collection_association' activerecord (3.2.8) lib/active_record/autosave_association.rb:191:in `block in add_autosave_association_callbacks' activerecord (3.2.8) lib/active_record/autosave_association.rb:161:in `instance_eval' activerecord (3.2.8) lib/active_record/autosave_association.rb:161:in `block in define_non_cyclic_method' activesupport (3.2.8) lib/active_support/callbacks.rb:421:in `_run__1034945764739263107__update__4522743203819156949__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_update_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:272:in `update' activerecord (3.2.8) lib/active_record/persistence.rb:347:in `create_or_update' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `block in create_or_update' activesupport (3.2.8) lib/active_support/callbacks.rb:458:in `_run__1034945764739263107__save__4522743203819156949__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' activerecord (3.2.8) lib/active_record/persistence.rb:216:in `block in update_attributes' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/persistence.rb:214:in `update_attributes' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:56:in `block in update' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:55:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__4033919272413171737__process_action__3010035951585962108__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1465156375654646936__call__4522743203819156949__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.9ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4)  (0.1ms) select sqlite_version(*)  (3.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "page_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "page_id" integer, "locale" varchar(255), "title" varchar(255) NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("page_translations")  (0.1ms) CREATE INDEX "index_page_translations_on_page_id" ON "page_translations" ("page_id")  (0.0ms) PRAGMA index_list("page_translations")  (0.0ms) PRAGMA index_info('index_page_translations_on_page_id')  (0.1ms) CREATE INDEX "index_page_translations_on_locale" ON "page_translations" ("locale")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120824071117')  (2.5ms) commit transaction Migrating to CreatePosts (20120904075542)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120904075542')  (0.6ms) commit transaction Migrating to CreateAdmins (20120913061406)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120913061406')  (0.6ms) commit transaction Migrating to CreateAttachments (20120920033135)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attachable_id" integer, "attachable_type" varchar(255) DEFAULT 'Page', "name" varchar(255), "file" varchar(255), "content_type" varchar(255), "original_filename" varchar(255), "description" varchar(255), "secure_token" varchar(255), "file_size" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120920033135')  (0.5ms) commit transaction Migrating to CreateGroups (20121219062850)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062850')  (0.5ms) commit transaction Migrating to CreateBaseGroups (20121219062901)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "base_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer, "groupable_type" varchar(255), "groupable_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062901')  (0.9ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("attachments")  (0.0ms) PRAGMA index_list("base_groups")  (0.0ms) PRAGMA index_list("groups")  (0.0ms) PRAGMA index_list("page_translations")  (0.0ms) PRAGMA index_info('index_page_translations_on_locale')  (0.0ms) PRAGMA index_info('index_page_translations_on_page_id')  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Binary data inserted for `string` type on column `password_digest` SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4)  (0.1ms) select sqlite_version(*)  (3.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "page_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "page_id" integer, "locale" varchar(255), "title" varchar(255) NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.0ms) PRAGMA index_list("page_translations")  (0.1ms) CREATE INDEX "index_page_translations_on_page_id" ON "page_translations" ("page_id")  (0.0ms) PRAGMA index_list("page_translations")  (0.0ms) PRAGMA index_info('index_page_translations_on_page_id')  (0.1ms) CREATE INDEX "index_page_translations_on_locale" ON "page_translations" ("locale")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120824071117')  (2.8ms) commit transaction Migrating to CreatePosts (20120904075542)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120904075542')  (1.1ms) commit transaction Migrating to CreateAdmins (20120913061406)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120913061406')  (1.1ms) commit transaction Migrating to CreateAttachments (20120920033135)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attachable_id" integer, "attachable_type" varchar(255) DEFAULT 'Page', "name" varchar(255), "file" varchar(255), "content_type" varchar(255), "original_filename" varchar(255), "description" varchar(255), "secure_token" varchar(255), "file_size" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120920033135')  (0.9ms) commit transaction Migrating to CreateGroups (20121219062850)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062850')  (0.8ms) commit transaction Migrating to CreateBaseGroups (20121219062901)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "base_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer, "groupable_type" varchar(255), "groupable_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062901')  (1.0ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("attachments")  (0.0ms) PRAGMA index_list("base_groups")  (0.0ms) PRAGMA index_list("groups")  (0.0ms) PRAGMA index_list("page_translations")  (0.0ms) PRAGMA index_info('index_page_translations_on_locale')  (0.0ms) PRAGMA index_info('index_page_translations_on_page_id')  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Binary data inserted for `string` type on column `password_digest` SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4)  (0.1ms) select sqlite_version(*)  (3.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "page_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "page_id" integer, "locale" varchar(255), "title" varchar(255) NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.0ms) PRAGMA index_list("page_translations")  (0.2ms) CREATE INDEX "index_page_translations_on_page_id" ON "page_translations" ("page_id")  (0.0ms) PRAGMA index_list("page_translations")  (0.0ms) PRAGMA index_info('index_page_translations_on_page_id')  (0.1ms) CREATE INDEX "index_page_translations_on_locale" ON "page_translations" ("locale")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120824071117')  (2.8ms) commit transaction Migrating to CreatePosts (20120904075542)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120904075542')  (1.0ms) commit transaction Migrating to CreateAdmins (20120913061406)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120913061406')  (0.9ms) commit transaction Migrating to CreateAttachments (20120920033135)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attachable_id" integer, "attachable_type" varchar(255) DEFAULT 'Page', "name" varchar(255), "file" varchar(255), "content_type" varchar(255), "original_filename" varchar(255), "description" varchar(255), "secure_token" varchar(255), "file_size" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120920033135')  (0.7ms) commit transaction Migrating to CreateGroups (20121219062850)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062850')  (0.9ms) commit transaction Migrating to CreateBaseGroups (20121219062901)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "base_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer, "groupable_type" varchar(255), "groupable_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062901')  (0.9ms) commit transaction  (0.4ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("attachments")  (0.0ms) PRAGMA index_list("base_groups")  (0.0ms) PRAGMA index_list("groups")  (0.0ms) PRAGMA index_list("page_translations")  (0.0ms) PRAGMA index_info('index_page_translations_on_locale')  (0.0ms) PRAGMA index_info('index_page_translations_on_page_id')  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4)  (0.1ms) select sqlite_version(*)  (3.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.3ms) CREATE TABLE "page_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "page_id" integer, "locale" varchar(255), "title" varchar(255) NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.0ms) PRAGMA index_list("page_translations")  (0.1ms) CREATE INDEX "index_page_translations_on_page_id" ON "page_translations" ("page_id")  (0.0ms) PRAGMA index_list("page_translations")  (0.0ms) PRAGMA index_info('index_page_translations_on_page_id')  (0.1ms) CREATE INDEX "index_page_translations_on_locale" ON "page_translations" ("locale")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120824071117')  (0.7ms) commit transaction Migrating to CreatePosts (20120904075542)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120904075542')  (1.0ms) commit transaction Migrating to CreateAdmins (20120913061406)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120913061406')  (0.6ms) commit transaction Migrating to CreateAttachments (20120920033135)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attachable_id" integer, "attachable_type" varchar(255) DEFAULT 'Page', "name" varchar(255), "file" varchar(255), "content_type" varchar(255), "original_filename" varchar(255), "description" varchar(255), "secure_token" varchar(255), "file_size" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120920033135')  (0.8ms) commit transaction Migrating to CreateGroups (20121219062850)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062850')  (0.9ms) commit transaction Migrating to CreateBaseGroups (20121219062901)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "base_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer, "groupable_type" varchar(255), "groupable_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062901')  (0.9ms) commit transaction  (0.8ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("attachments")  (0.0ms) PRAGMA index_list("base_groups")  (0.0ms) PRAGMA index_list("groups")  (0.0ms) PRAGMA index_list("page_translations")  (0.0ms) PRAGMA index_info('index_page_translations_on_locale')  (0.0ms) PRAGMA index_info('index_page_translations_on_page_id')  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4)  (0.1ms) select sqlite_version(*)  (3.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "page_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "page_id" integer, "locale" varchar(255), "title" varchar(255) NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.0ms) PRAGMA index_list("page_translations")  (0.1ms) CREATE INDEX "index_page_translations_on_page_id" ON "page_translations" ("page_id")  (0.0ms) PRAGMA index_list("page_translations")  (0.0ms) PRAGMA index_info('index_page_translations_on_page_id')  (0.1ms) CREATE INDEX "index_page_translations_on_locale" ON "page_translations" ("locale")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120824071117')  (0.9ms) commit transaction Migrating to CreatePosts (20120904075542)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120904075542')  (0.7ms) commit transaction Migrating to CreateAdmins (20120913061406)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120913061406')  (0.6ms) commit transaction Migrating to CreateAttachments (20120920033135)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attachable_id" integer, "attachable_type" varchar(255) DEFAULT 'Page', "name" varchar(255), "file" varchar(255), "content_type" varchar(255), "original_filename" varchar(255), "description" varchar(255), "secure_token" varchar(255), "file_size" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120920033135')  (0.7ms) commit transaction Migrating to CreateGroups (20121219062850)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062850')  (0.7ms) commit transaction Migrating to CreateBaseGroups (20121219062901)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "base_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer, "groupable_type" varchar(255), "groupable_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062901')  (0.9ms) commit transaction  (0.5ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("attachments")  (0.0ms) PRAGMA index_list("base_groups")  (0.0ms) PRAGMA index_list("groups")  (0.0ms) PRAGMA index_list("page_translations")  (0.0ms) PRAGMA index_info('index_page_translations_on_locale')  (0.0ms) PRAGMA index_info('index_page_translations_on_page_id')  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) SQLite3::ConstraintException: constraint failed: INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4)  (0.1ms) select sqlite_version(*)  (2.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "page_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "page_id" integer, "locale" varchar(255), "title" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.0ms) PRAGMA index_list("page_translations")  (0.1ms) CREATE INDEX "index_page_translations_on_page_id" ON "page_translations" ("page_id")  (0.0ms) PRAGMA index_list("page_translations")  (0.0ms) PRAGMA index_info('index_page_translations_on_page_id')  (0.1ms) CREATE INDEX "index_page_translations_on_locale" ON "page_translations" ("locale")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120824071117')  (1.0ms) commit transaction Migrating to CreatePosts (20120904075542)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120904075542')  (0.6ms) commit transaction Migrating to CreateAdmins (20120913061406)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120913061406')  (0.8ms) commit transaction Migrating to CreateAttachments (20120920033135)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attachable_id" integer, "attachable_type" varchar(255) DEFAULT 'Page', "name" varchar(255), "file" varchar(255), "content_type" varchar(255), "original_filename" varchar(255), "description" varchar(255), "secure_token" varchar(255), "file_size" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120920033135')  (0.8ms) commit transaction Migrating to CreateGroups (20121219062850)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062850')  (1.1ms) commit transaction Migrating to CreateBaseGroups (20121219062901)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "base_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer, "groupable_type" varchar(255), "groupable_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062901')  (0.7ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("attachments")  (0.0ms) PRAGMA index_list("base_groups")  (0.0ms) PRAGMA index_list("groups")  (0.0ms) PRAGMA index_list("page_translations")  (0.0ms) PRAGMA index_info('index_page_translations_on_locale')  (0.0ms) PRAGMA index_info('index_page_translations_on_page_id')  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/" for 127.0.0.1 at 2012-12-26 10:15:32 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 24ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (18.1ms) Started GET "/admin" for 127.0.0.1 at 2012-12-26 10:15:36 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 6ms ActiveRecord::RecordNotFound (Couldn't find AdminUser with id=1): activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.8) lib/active_record/querying.rb:5:in `find' /Users/brownjohn/code/amalgam/lib/amalgam/authorities/controllers/helpers.rb:24:in `current_admin_user' /Users/brownjohn/code/amalgam/lib/amalgam/authorities/controllers/helpers.rb:39:in `current_admin' /Users/brownjohn/code/amalgam/lib/amalgam/authorities/controllers/helpers.rb:32:in `authenticate_admin!' activesupport (3.2.8) lib/active_support/callbacks.rb:429:in `_run__4106809604263796002__process_action__1619945570263496745__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1525500578218939206__call__3069277382874778622__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.2ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Binary data inserted for `string` type on column `password_digest` Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/" for 127.0.0.1 at 2012-12-26 10:16:05 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 22ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (19.5ms) Started GET "/admin" for 127.0.0.1 at 2012-12-26 10:16:07 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (6.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (5.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (73.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (79.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (82.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (117.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (53.0ms) Completed 200 OK in 381ms (Views: 356.0ms | ActiveRecord: 7.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:08 +0800 Served asset /bootstrap.css - 304 Not Modified (14ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:08 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (36ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:08 +0800 Served asset /amalgam/admin.css - 304 Not Modified (17ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:08 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:08 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:08 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:08 +0800 Served asset /modernizr.js - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:08 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:08 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:08 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:08 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:08 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:08 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:08 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:08 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:08 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:08 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:08 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:08 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:08 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:08 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:08 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:08 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:08 +0800 Served asset /amalgam/admin.js - 304 Not Modified (51ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-26 10:16:08 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (4ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-26 10:16:08 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-26 10:16:08 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-26 10:16:08 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-26 10:16:08 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (3ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-26 10:16:11 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (21.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (26.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.6ms) Completed 200 OK in 61ms (Views: 58.3ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:11 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:12 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:12 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:12 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:12 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:12 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:12 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:12 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:12 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:12 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:12 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:12 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:12 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:12 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:12 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:12 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:12 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:12 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:12 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:12 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:12 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:12 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:12 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:12 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-26 10:16:14 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (17.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.7ms) Completed 200 OK in 44ms (Views: 41.8ms | ActiveRecord: 0.6ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:14 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:14 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:14 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:14 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:14 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:14 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:14 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:14 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:14 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:14 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:14 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:14 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:14 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:14 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:14 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:14 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:14 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:14 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:14 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:14 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:14 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:14 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:14 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-26 10:16:17 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (14.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.3ms) Completed 200 OK in 41ms (Views: 39.1ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:17 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:17 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:17 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:17 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:17 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:17 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:17 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:17 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:17 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:17 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:17 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:17 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:17 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:17 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:17 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:17 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:17 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:17 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:17 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:17 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:17 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:17 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:17 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:17 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-26 10:16:22 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (154.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.0ms) Completed 200 OK in 449ms (Views: 444.9ms | ActiveRecord: 1.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury.css - 304 Not Modified (63ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/mercury.css - 304 Not Modified (17ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/lightview.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/uploader.css - 304 Not Modified (5ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /amalgam/editor.css - 304 Not Modified (30ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (91ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (7ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/mercury.js - 304 Not Modified (41ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (45ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/modal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:23 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Served asset /mercury/uploader.js - 304 Not Modified (48ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (6ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (47ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Served asset /amalgam/editor.js - 304 Not Modified (56ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.4ms) Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.8ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (4ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (2ms) Started GET "/pages/test?mercury_frame=true&_=1356488184475" for 127.0.0.1 at 2012-12-26 10:16:24 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356488184475", "slug"=>"test"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (10.9ms) Completed 200 OK in 15ms (Views: 11.4ms | ActiveRecord: 1.0ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-26 10:16:27 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.7ms) Completed 200 OK in 43ms (Views: 40.9ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:27 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:27 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:27 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:27 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:27 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:27 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:27 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:27 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:27 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:27 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:27 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:27 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:27 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:27 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:27 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:27 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:27 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:27 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:27 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:27 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:27 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:27 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:27 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:27 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-26 10:16:44 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (66.2ms) Completed 200 OK in 104ms (Views: 102.0ms | ActiveRecord: 0.7ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:44 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:44 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:44 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:44 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:44 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:44 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:44 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:44 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:44 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:44 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:44 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:45 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:45 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:45 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:45 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:45 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:45 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:45 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:45 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:45 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:45 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:45 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:45 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:45 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-26 10:16:46 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (14.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.4ms) Completed 200 OK in 45ms (Views: 41.5ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:46 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:46 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:46 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:46 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:46 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:46 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:46 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:46 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:46 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:46 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:46 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:46 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:46 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:46 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:46 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:46 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:46 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:46 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:46 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:46 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:46 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:46 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:46 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:46 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-26 10:16:49 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (1.0ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (19.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.1ms) Completed 200 OK in 97ms (Views: 91.0ms | ActiveRecord: 2.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:49 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:49 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:49 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:49 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:49 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:49 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:49 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:49 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:49 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:49 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /amalgam/editor.css - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 10:16:50 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 10:16:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 10:16:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 10:16:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 10:16:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 10:16:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356488211061" for 127.0.0.1 at 2012-12-26 10:16:51 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356488211061", "slug"=>"test"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (16.5ms) Completed 200 OK in 21ms (Views: 17.0ms | ActiveRecord: 1.2ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (14.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.2ms) Completed 200 OK in 40ms (Views: 38.3ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-26 10:44:56 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (0ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-26 10:45:23 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (17.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.8ms) Completed 200 OK in 86ms (Views: 84.4ms | ActiveRecord: 0.6ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 10:45:23 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 10:45:23 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 10:45:23 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 10:45:23 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 10:45:23 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 10:45:23 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:23 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:23 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:23 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:23 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:23 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:23 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:23 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:23 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:23 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:23 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:23 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:23 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:23 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:23 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:23 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:23 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:23 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:23 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-26 10:45:33 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (14.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (50.1ms) Completed 200 OK in 82ms (Views: 79.6ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 10:45:33 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 10:45:33 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 10:45:33 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 10:45:33 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 10:45:33 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 10:45:33 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:33 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:33 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:33 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:33 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:33 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:33 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:33 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:33 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:33 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:33 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:33 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:33 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:33 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:33 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:33 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:33 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:33 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 10:45:33 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-26 10:46:18 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (16.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.6ms) Completed 200 OK in 43ms (Views: 40.4ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:18 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:18 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:18 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:18 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:18 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:18 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:18 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:18 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:18 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:18 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:18 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:18 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:18 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:18 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:18 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:18 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:18 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:18 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:18 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:18 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:18 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:18 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:18 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-26 10:46:26 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.2ms) Completed 200 OK in 42ms (Views: 39.5ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:26 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:26 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:26 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:26 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:26 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:26 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:26 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:26 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:26 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:26 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:26 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:26 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:26 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:26 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:26 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:26 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:26 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:26 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:26 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:26 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:26 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:26 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:26 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:26 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-26 10:46:28 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.8ms) Completed 200 OK in 85ms (Views: 82.7ms | ActiveRecord: 0.7ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:29 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:29 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:29 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:29 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:29 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:29 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:29 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:29 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:29 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:29 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:29 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:29 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:29 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:29 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:29 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:29 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:29 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:29 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:29 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:29 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:29 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:29 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:29 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:29 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-26 10:46:40 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (13.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (63.6ms) Completed 200 OK in 124ms (Views: 121.4ms | ActiveRecord: 0.8ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (0ms) Started GET "/pages/test?mercury_frame=true&_=1356490001776" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356490001776", "slug"=>"test"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (13.1ms) Completed 200 OK in 18ms (Views: 13.8ms | ActiveRecord: 1.1ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-12-26 10:46:41 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin" for 127.0.0.1 at 2012-12-26 11:46:24 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (4.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (79.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (83.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (86.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (94.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (21.4ms) Completed 200 OK in 371ms (Views: 312.0ms | ActiveRecord: 5.7ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 11:46:25 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 11:46:25 +0800 Served asset /bootstrap.css - 304 Not Modified (13ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 11:46:25 +0800 Served asset /amalgam/extra.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 11:46:25 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 11:46:25 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 11:46:25 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (40ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:25 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:25 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:25 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:25 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:25 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:25 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:25 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:25 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:25 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:25 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:25 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:25 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:25 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:25 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:25 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:25 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:25 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:25 +0800 Served asset /amalgam/admin.js - 304 Not Modified (51ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-26 11:46:25 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-26 11:46:25 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (6ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-26 11:46:25 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-26 11:46:25 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-26 11:46:25 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (1ms) Started DELETE "/admin_user/signout" for 127.0.0.1 at 2012-12-26 11:46:28 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "resource"=>"admin_user"} {"session_id"=>"8b68ec0e3fbfcb67001a2b04843aa498", "_csrf_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "admin_user_id"=>1, "locale"=>"zh-CN"} Redirected to http://127.0.0.1:3000/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-12-26 11:46:28 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 3ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.9ms) Started GET "/admin" for 127.0.0.1 at 2012-12-26 11:46:32 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://127.0.0.1:3000/admin_user/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-12-26 11:46:32 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (6.8ms) Completed 200 OK in 23ms (Views: 21.1ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 11:46:32 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 11:46:32 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 11:46:32 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 11:46:32 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 11:46:32 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 11:46:32 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:32 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:32 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:32 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:32 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:32 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:32 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:32 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:32 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:32 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:32 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:32 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:32 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:32 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:32 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:32 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:32 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:32 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:32 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-12-26 11:46:39 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 Redirected to http://127.0.0.1:3000/admin Completed 302 Found in 89ms (ActiveRecord: 0.2ms) Started GET "/admin" for 127.0.0.1 at 2012-12-26 11:46:39 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (14.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.8ms) Completed 200 OK in 42ms (Views: 39.7ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 11:46:39 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 11:46:39 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 11:46:39 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 11:46:39 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 11:46:39 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 11:46:39 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:39 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:39 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:39 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:39 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:39 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:39 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:39 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:39 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:39 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:39 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:39 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:39 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:39 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:39 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:39 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:39 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:39 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 11:46:39 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-26 11:47:02 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (21.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (26.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.2ms) Completed 200 OK in 60ms (Views: 58.3ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 11:47:02 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 11:47:02 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 11:47:02 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 11:47:02 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 11:47:02 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 11:47:02 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:02 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:02 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:02 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:02 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:02 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:02 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:02 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:02 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:02 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:02 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:02 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:02 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:02 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:02 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:02 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:02 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:02 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:02 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-26 11:47:05 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.5ms) Completed 200 OK in 81ms (Views: 78.7ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 11:47:05 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 11:47:05 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 11:47:05 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 11:47:05 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 11:47:05 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 11:47:05 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:05 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:05 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:05 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:05 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:05 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:05 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:06 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:06 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:06 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:06 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:06 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:06 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:06 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:06 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:06 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:06 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:06 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 11:47:06 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-26 12:04:29 +0800 NoMethodError (undefined method `[]' for /zh-CN|en/:Regexp): config/routes.rb:4:in `block in ' config/routes.rb:2:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.7ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-26 12:07:21 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (67.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (69.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (71.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (80.4ms) Completed 500 Internal Server Error in 153ms ActionController::RoutingError (No route matches {:controller=>"pages", :action=>"show", :locale=>"test"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:339:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:29:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:32:in `method_missing' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:11:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___753180943675030948_70296936877140' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___753180943675030948_70296936877140' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml__537964054255528941_70296936925320' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__1822944365654350659_70296925557520' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__1822944365654350659_70296925557520' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__2849706074636266948_70296934883860' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__552152961640329403__process_action__737442752800704714__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1389710594185199672__call__2130230711707696333__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-26 12:07:24 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (8.4ms) Completed 500 Internal Server Error in 12ms ActionController::RoutingError (No route matches {:controller=>"pages", :action=>"show", :locale=>"test"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:339:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:29:in `page_path' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:11:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___753180943675030948_70296936877140' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___753180943675030948_70296936877140' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml__537964054255528941_70296936925320' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__1822944365654350659_70296925557520' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__1822944365654350659_70296925557520' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__2849706074636266948_70296934883860' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__552152961640329403__process_action__737442752800704714__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1389710594185199672__call__2130230711707696333__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-26 12:10:39 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (72.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (77.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (80.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (88.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (21.0ms) Completed 200 OK in 355ms (Views: 301.5ms | ActiveRecord: 4.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:40 +0800 Served asset /bootstrap.css - 304 Not Modified (13ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:40 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:40 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:40 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:40 +0800 Served asset /amalgam/admin.css - 304 Not Modified (18ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:40 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:40 +0800 Served asset /modernizr.js - 304 Not Modified (34ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:40 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:40 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:40 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:40 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (13ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:40 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (15ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:40 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:40 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:40 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:40 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:40 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:40 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:40 +0800 Served asset /amalgam/extra.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:40 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:40 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:40 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:40 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-26 12:10:40 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-26 12:10:40 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-26 12:10:40 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-26 12:10:40 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-26 12:10:40 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (2ms) Started GET "/zh-CN/pages/test" for 127.0.0.1 at 2012-12-26 12:10:43 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (144.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.6ms) Completed 200 OK in 443ms (Views: 432.4ms | ActiveRecord: 1.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:43 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:43 +0800 Served asset /mercury.css - 304 Not Modified (13ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:43 +0800 Served asset /mercury/mercury.css - 304 Not Modified (13ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:43 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:43 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:43 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:43 +0800 Served asset /mercury/dialog.css - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:43 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:43 +0800 Served asset /mercury/modal.css - 304 Not Modified (6ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:43 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:43 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (8ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:43 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (41ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /amalgam/editor.css - 304 Not Modified (28ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (48ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/mercury.js - 304 Not Modified (80ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/lightview.js - 304 Not Modified (43ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/region.js - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (43ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /amalgam/editor.js - 304 Not Modified (92ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.6ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (3ms) Started GET "/zh-CN/pages/test?mercury_frame=true&_=1356495044921" for 127.0.0.1 at 2012-12-26 12:10:44 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356495044921", "locale"=>"zh-CN", "slug"=>"test"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (11.9ms) Completed 200 OK in 15ms (Views: 12.4ms | ActiveRecord: 0.9ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-26 12:10:48 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (23.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (27.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (56.7ms) Completed 200 OK in 103ms (Views: 101.3ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:48 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:48 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:48 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:48 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:48 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:48 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:48 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:48 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:48 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:48 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:48 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:48 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:48 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:48 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:48 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:48 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:48 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:48 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:48 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:48 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:48 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:48 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:48 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:48 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/zh-CN/pages/test" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (14.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (59.9ms) Completed 200 OK in 121ms (Views: 116.6ms | ActiveRecord: 1.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:53 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Served asset /amalgam/editor.js - 304 Not Modified (1ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test?mercury_frame=true&_=1356495054234" for 127.0.0.1 at 2012-12-26 12:10:54 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356495054234", "locale"=>"zh-CN", "slug"=>"test"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (11.0ms) Completed 200 OK in 15ms (Views: 11.4ms | ActiveRecord: 0.9ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-26 12:11:50 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (14.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.8ms) Completed 200 OK in 42ms (Views: 39.4ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 12:11:50 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 12:11:50 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 12:11:50 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 12:11:50 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 12:11:50 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 12:11:50 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 12:11:50 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 12:11:50 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 12:11:50 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:11:50 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 12:11:50 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:11:50 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 12:11:50 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 12:11:50 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 12:11:50 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:11:51 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 12:11:51 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 12:11:51 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 12:11:51 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 12:11:51 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 12:11:51 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 12:11:51 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 12:11:51 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 12:11:51 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new?locale=zh-CN" for 127.0.0.1 at 2012-12-26 12:12:02 +0800 Processing by Amalgam::Admin::PagesController#new as JS Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (10.9ms) Completed 200 OK in 16ms (Views: 12.7ms | ActiveRecord: 0.4ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-26 12:12:08 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (61.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (64.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (66.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (71.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.6ms) Completed 200 OK in 109ms (Views: 101.4ms | ActiveRecord: 0.8ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:08 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:09 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:09 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:09 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:09 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:09 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:09 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:09 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:09 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:09 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:09 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:09 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:09 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:09 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:09 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:09 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:09 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:09 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:09 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:09 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:09 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:09 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:09 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new?locale=zh-CN" for 127.0.0.1 at 2012-12-26 12:12:10 +0800 Processing by Amalgam::Admin::PagesController#new as JS Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (5.2ms) Completed 200 OK in 9ms (Views: 6.5ms | ActiveRecord: 0.3ms) Started POST "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-26 12:12:24 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "page"=>{"title"=>"首页", "slug"=>"home", "parent_id"=>""}, "commit"=>"添加页面", "locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'home' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (2.2ms) INSERT INTO "pages" ("created_at", "lft", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 26 Dec 2012 12:12:24 CST +08:00], ["lft", 3], ["parent_id", nil], ["path", "home"], ["rgt", 4], ["slug", "home"], ["updated_at", Wed, 26 Dec 2012 12:12:24 CST +08:00]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 AND "page_translations"."locale" = 'zh-CN' LIMIT 1 SQL (0.4ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Wed, 26 Dec 2012 12:12:24 CST +08:00], ["locale", "zh-CN"], ["page_id", 2], ["title", "首页"], ["updated_at", Wed, 26 Dec 2012 12:12:24 CST +08:00]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 3]]  (2.5ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.9ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 3 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (19.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (20.9ms) Completed 200 OK in 100ms (Views: 28.3ms | ActiveRecord: 6.1ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-26 12:12:28 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (25.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (28.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (45.6ms) Completed 200 OK in 89ms (Views: 87.2ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:29 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:29 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:29 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:29 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:29 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:29 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:29 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:29 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:29 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:29 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:29 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:29 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:29 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:29 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:29 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:29 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:29 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:29 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:29 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:29 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:29 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:29 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:29 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:29 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/2?locale=en" for 127.0.0.1 at 2012-12-26 12:12:35 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "page"=>{"title"=>"home", "slug"=>"home"}, "commit"=>"update page", "locale"=>"en", "id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 2 AND "base_groups"."groupable_type" = 'Page' Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'home' AND "pages"."id" != 2 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-12-26 04:12:35.876875' WHERE "pages"."id" = 2 SQL (0.3ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Wed, 26 Dec 2012 12:12:35 CST +08:00], ["locale", "en"], ["page_id", 2], ["title", nil], ["updated_at", Wed, 26 Dec 2012 12:12:35 CST +08:00]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 AND "page_translations"."locale" = 'en' LIMIT 1  (0.3ms) UPDATE "page_translations" SET "title" = 'home', "updated_at" = '2012-12-26 04:12:35.882943' WHERE "page_translations"."id" = 4 Page::Translation Load (0.0ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 3]] Page::Translation Load (0.0ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 4]]  (2.8ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 3 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (25.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (28.6ms) Completed 200 OK in 64ms (Views: 39.2ms | ActiveRecord: 5.3ms) Started GET "/" for 127.0.0.1 at 2012-12-26 12:12:39 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (52.3ms) Completed 200 OK in 102ms (Views: 99.0ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:39 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:39 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356495160566" for 127.0.0.1 at 2012-12-26 12:12:40 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356495160566", "slug"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.4ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (13.7ms) Completed 200 OK in 17ms (Views: 14.2ms | ActiveRecord: 1.1ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-26 12:12:46 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (24.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (27.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.0ms) Completed 200 OK in 53ms (Views: 50.0ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:46 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:46 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:46 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:46 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:46 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 12:12:46 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:46 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:46 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:46 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:46 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:46 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:46 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:46 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:46 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:46 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:46 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:46 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:46 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:46 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:46 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:46 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:46 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:46 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 12:12:46 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-26 12:13:25 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.4ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (25.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (28.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.3ms) Completed 200 OK in 55ms (Views: 52.3ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 12:13:26 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 12:13:26 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 12:13:26 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 12:13:26 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 12:13:26 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 12:13:26 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:26 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:26 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:26 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:26 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:26 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:26 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:26 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:26 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:26 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:26 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:26 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:26 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:26 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:26 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:26 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:26 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:26 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:26 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-26 12:13:27 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.1ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (23.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (26.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.1ms) Completed 200 OK in 58ms (Views: 55.3ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 12:13:27 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 12:13:27 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 12:13:27 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 12:13:27 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 12:13:27 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 12:13:27 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:27 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:27 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:27 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:27 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:27 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:27 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:28 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:28 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:28 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:28 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:28 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:28 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:28 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:28 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:28 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:28 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:28 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 12:13:28 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-26 12:19:35 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (3.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (73.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (77.9ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (120.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (129.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (20.7ms) Completed 200 OK in 382ms (Views: 322.7ms | ActiveRecord: 4.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 12:19:35 +0800 Served asset /bootstrap.css - 304 Not Modified (14ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 12:19:35 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 12:19:35 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 12:19:35 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 12:19:35 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 12:19:35 +0800 Served asset /amalgam/admin.css - 304 Not Modified (57ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 12:19:35 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 12:19:35 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 12:19:35 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 12:19:35 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 12:19:36 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:19:36 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:19:36 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (14ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 12:19:36 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 12:19:36 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:19:36 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 12:19:36 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 12:19:36 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 12:19:36 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 12:19:36 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 12:19:36 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 12:19:36 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 12:19:36 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 12:19:36 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN" for 127.0.0.1 at 2012-12-26 12:26:03 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home", "locale"=>"zh-CN"} AdminUser Load (3.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (170.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (20.2ms) Completed 200 OK in 533ms (Views: 469.4ms | ActiveRecord: 4.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:04 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:04 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:04 +0800 Served asset /mercury/mercury.css - 304 Not Modified (16ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:04 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:04 +0800 Served asset /mercury.css - 304 Not Modified (47ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:04 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:04 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:04 +0800 Served asset /mercury/lightview.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:04 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:04 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:04 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:04 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:04 +0800 Served asset /mercury/uploader.css - 304 Not Modified (6ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:04 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:04 +0800 Served asset /amalgam/editor.css - 304 Not Modified (32ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:04 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:04 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (90ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:04 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:04 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:04 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:04 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:04 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:04 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:04 +0800 Served asset /mercury/mercury.js - 304 Not Modified (40ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:04 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:04 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:04 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:04 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/panel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (6ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/snippet.js - 304 Not Modified (6ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/region.js - 304 Not Modified (43ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (41ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /amalgam/editor.js - 304 Not Modified (50ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.7ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/zh-CN?mercury_frame=true&_=1356495965603" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356495965603", "slug"=>"home", "locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (11.5ms) Completed 200 OK in 16ms (Views: 12.2ms | ActiveRecord: 0.9ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (40ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-12-26 12:26:05 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (5ms) Started GET "/en" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home", "locale"=>"en"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (12.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.3ms) Completed 200 OK in 69ms (Views: 63.7ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /amalgam/editor.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:09 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Served asset /amalgam/editor.js - 304 Not Modified (1ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/en?mercury_frame=true&_=1356495970241" for 127.0.0.1 at 2012-12-26 12:26:10 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356495970241", "slug"=>"home", "locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (10.3ms) Completed 200 OK in 14ms (Views: 10.9ms | ActiveRecord: 0.9ms) Started GET "/zh-CN" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home", "locale"=>"zh-CN"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.8ms) Completed 200 OK in 105ms (Views: 100.8ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/zh-CN?mercury_frame=true&_=1356495977832" for 127.0.0.1 at 2012-12-26 12:26:17 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356495977832", "slug"=>"home", "locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (12.9ms) Completed 200 OK in 17ms (Views: 13.4ms | ActiveRecord: 0.9ms) Started GET "/en" for 127.0.0.1 at 2012-12-26 12:26:39 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home", "locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (48.1ms) Completed 200 OK in 97ms (Views: 93.0ms | ActiveRecord: 1.0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:39 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:39 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:39 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:39 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:39 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:39 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:39 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 6ms (Views: 6.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/en?mercury_frame=true&_=1356496000503" for 127.0.0.1 at 2012-12-26 12:26:40 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356496000503", "slug"=>"home", "locale"=>"en"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (10.9ms) Completed 200 OK in 61ms (Views: 11.6ms | ActiveRecord: 1.1ms) Started GET "/en/pages/home" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"en", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.6ms) Completed 200 OK in 61ms (Views: 56.7ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:53 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Served asset /amalgam/editor.js - 304 Not Modified (4ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/en/pages/home?mercury_frame=true&_=1356496014310" for 127.0.0.1 at 2012-12-26 12:26:54 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356496014310", "locale"=>"en", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (11.4ms) Completed 200 OK in 17ms (Views: 12.2ms | ActiveRecord: 1.1ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-26 12:26:57 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.6ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (34.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (38.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (39.7ms) Completed 200 OK in 237ms (Views: 234.1ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:57 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:57 +0800 Served asset /amalgam/extra.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:57 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:57 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:57 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 12:26:57 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:57 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:57 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:57 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:57 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:57 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:57 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (14ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:57 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (3ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:57 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:57 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:57 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:57 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:57 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:57 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:57 +0800 Served asset /amalgam/extra.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:57 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (42ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:58 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:58 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 12:26:58 +0800 Served asset /amalgam/admin.js - 304 Not Modified (16ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-26 12:28:38 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (16.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.7ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (35.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (40.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.4ms) Completed 200 OK in 70ms (Views: 67.4ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 12:28:39 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 12:28:39 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 12:28:39 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 12:28:39 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 12:28:39 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 12:28:39 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:39 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:39 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:39 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:39 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:39 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:39 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:39 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:39 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:39 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:39 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:39 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:39 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:39 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:39 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:39 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:39 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:39 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:39 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-26 12:28:41 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (23.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (25.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.0ms) Completed 200 OK in 52ms (Views: 48.8ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 12:28:41 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 12:28:41 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 12:28:41 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 12:28:41 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 12:28:41 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 12:28:41 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:41 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:41 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:41 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:41 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:41 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:41 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:41 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:41 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:41 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:41 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:41 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:41 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:41 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:41 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:41 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:41 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:41 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:41 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-26 12:28:43 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.3ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (26.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (29.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (17.4ms) Completed 200 OK in 66ms (Views: 63.8ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 12:28:43 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 12:28:43 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 12:28:43 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 12:28:44 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 12:28:44 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 12:28:44 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:44 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:44 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:44 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:44 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:44 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:44 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:44 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:44 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:44 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:44 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:44 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:44 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:44 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:44 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:44 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:44 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:44 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:44 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new?locale=en" for 127.0.0.1 at 2012-12-26 12:28:46 +0800 Processing by Amalgam::Admin::PagesController#new as JS Parameters: {"locale"=>"en"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (10.8ms) Completed 200 OK in 16ms (Views: 13.4ms | ActiveRecord: 0.3ms) Started POST "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-26 12:28:53 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "page"=>{"title"=>"test2", "slug"=>"test2", "parent_id"=>""}, "commit"=>"add page", "locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test2' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (1.8ms) INSERT INTO "pages" ("created_at", "lft", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 26 Dec 2012 12:28:54 CST +08:00], ["lft", 5], ["parent_id", nil], ["path", "test2"], ["rgt", 6], ["slug", "test2"], ["updated_at", Wed, 26 Dec 2012 12:28:54 CST +08:00]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 3 AND "page_translations"."locale" = 'en' LIMIT 1 SQL (0.4ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Wed, 26 Dec 2012 12:28:54 CST +08:00], ["locale", "en"], ["page_id", 3], ["title", "test2"], ["updated_at", Wed, 26 Dec 2012 12:28:54 CST +08:00]] Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 5]]  (2.2ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.7ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (24.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (26.5ms) Completed 200 OK in 68ms (Views: 36.8ms | ActiveRecord: 5.7ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-26 12:28:57 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 3 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (35.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (37.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (45.3ms) Completed 200 OK in 99ms (Views: 95.9ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 12:28:57 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 12:28:57 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 12:28:57 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 12:28:57 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 12:28:57 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 12:28:57 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:57 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:57 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:57 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:57 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:57 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:57 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:57 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:57 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:57 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:57 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:57 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:57 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:57 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:57 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:57 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:57 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:57 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 12:28:57 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/3?locale=zh-CN" for 127.0.0.1 at 2012-12-26 12:29:04 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "page"=>{"title"=>"test2", "slug"=>"test2"}, "commit"=>"更新页面", "locale"=>"zh-CN", "id"=>"3"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "3"]]  (0.0ms) begin transaction Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 3 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 3 AND "base_groups"."groupable_type" = 'Page' Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test2' AND "pages"."id" != 3 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-12-26 04:29:04.547334' WHERE "pages"."id" = 3 SQL (0.3ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Wed, 26 Dec 2012 12:29:04 CST +08:00], ["locale", "zh-CN"], ["page_id", 3], ["title", nil], ["updated_at", Wed, 26 Dec 2012 12:29:04 CST +08:00]] Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 3 AND "page_translations"."locale" = 'zh-CN' LIMIT 1  (0.5ms) UPDATE "page_translations" SET "title" = 'test2', "updated_at" = '2012-12-26 04:29:04.553065' WHERE "page_translations"."id" = 6 Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 5]] Page::Translation Load (0.0ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 6]]  (2.4ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.4ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (3.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (24.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (26.0ms) Completed 200 OK in 63ms (Views: 34.2ms | ActiveRecord: 5.2ms) Started GET "/admin/pages/new?locale=zh-CN" for 127.0.0.1 at 2012-12-26 12:29:08 +0800 Processing by Amalgam::Admin::PagesController#new as JS Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (8.4ms) Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.3ms) Started POST "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-26 12:29:22 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"rX2PSQbbRjOWZkzpD5exzC2I2480fltgqPxrvkWeIHI=", "page"=>{"title"=>"测试3", "slug"=>"test3", "parent_id"=>""}, "commit"=>"添加页面", "locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test3' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (0.4ms) INSERT INTO "pages" ("created_at", "lft", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 26 Dec 2012 12:29:22 CST +08:00], ["lft", 7], ["parent_id", nil], ["path", "test3"], ["rgt", 8], ["slug", "test3"], ["updated_at", Wed, 26 Dec 2012 12:29:22 CST +08:00]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 4 AND "page_translations"."locale" = 'zh-CN' LIMIT 1 SQL (0.3ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Wed, 26 Dec 2012 12:29:22 CST +08:00], ["locale", "zh-CN"], ["page_id", 4], ["title", "测试3"], ["updated_at", Wed, 26 Dec 2012 12:29:22 CST +08:00]] Page::Translation Load (0.0ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 7]]  (2.7ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (46.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (53.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (56.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (58.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (60.1ms) Completed 200 OK in 80ms (Views: 68.0ms | ActiveRecord: 4.3ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-26 12:29:25 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.5ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.5ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 3 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 4 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (48.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (51.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.7ms) Completed 200 OK in 77ms (Views: 74.4ms | ActiveRecord: 1.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 12:29:25 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 12:29:25 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 12:29:25 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 12:29:25 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 12:29:25 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 12:29:25 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 12:29:25 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 12:29:25 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 12:29:25 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 12:29:25 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 12:29:25 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:29:25 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 12:29:25 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 12:29:25 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 12:29:25 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 12:29:25 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 12:29:25 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 12:29:25 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 12:29:25 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 12:29:25 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 12:29:25 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 12:29:25 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 12:29:25 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 12:29:25 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started DELETE "/admin/pages/4?locale=en" for 127.0.0.1 at 2012-12-26 13:04:14 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"locale"=>"en", "id"=>"4"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction Page Load (0.2ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 4]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 7 AND "pages"."rgt" <= 8) AND ("pages"."id" != 4) ORDER BY lft ASC, "pages"."lft" SQL (0.2ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 8) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 8) ORDER BY lft ASC, "pages"."lft") Amalgam::Models::BaseGroup Load (0.1ms) SELECT "base_groups".* FROM "base_groups" WHERE "base_groups"."groupable_id" = 4 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 4 SQL (0.3ms) DELETE FROM "page_translations" WHERE "page_translations"."id" = ? [["id", 7]] SQL (0.1ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 4]]  (0.6ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (3.3ms) Completed 200 OK in 30ms (Views: 15.7ms | ActiveRecord: 2.4ms) Started DELETE "/admin/pages/3?locale=en" for 127.0.0.1 at 2012-12-26 13:04:18 +0800 Processing by Amalgam::Admin::PagesController#destroy as JS Parameters: {"locale"=>"en", "id"=>"3"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "3"]]  (0.2ms) begin transaction Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 3]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) AND ("pages"."id" != 3) ORDER BY lft ASC, "pages"."lft" SQL (0.2ms) UPDATE "pages" SET "lft" = ("lft" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("lft" > 6) ORDER BY lft ASC, "pages"."lft") SQL (0.2ms) UPDATE "pages" SET "rgt" = ("rgt" - 2) WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" WHERE ("rgt" > 6) ORDER BY lft ASC, "pages"."lft") Amalgam::Models::BaseGroup Load (0.1ms) SELECT "base_groups".* FROM "base_groups" WHERE "base_groups"."groupable_id" = 3 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 3 SQL (0.6ms) DELETE FROM "page_translations" WHERE "page_translations"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "page_translations" WHERE "page_translations"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "pages" WHERE "pages"."id" = ? [["id", 3]]  (1.3ms) commit transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_destroy.js.erb (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/destroy.js.erb (2.4ms) Completed 200 OK in 31ms (Views: 16.0ms | ActiveRecord: 3.7ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-26 13:04:20 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.1ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (24.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (27.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.2ms) Completed 200 OK in 54ms (Views: 51.2ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 13:04:21 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 13:04:21 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 13:04:21 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 13:04:21 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 13:04:21 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 13:04:21 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 13:04:21 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 13:04:21 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 13:04:21 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 13:04:21 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 13:04:21 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:04:21 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:04:21 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 13:04:21 +0800 Served asset /jquery_ujs.js - 304 Not Modified (46ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 13:04:21 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:04:21 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 13:04:21 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 13:04:21 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 13:04:21 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 13:04:21 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 13:04:21 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 13:04:21 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 13:04:21 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 13:04:21 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/zh-CN/pages/test" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (14.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.8ms) Completed 200 OK in 69ms (Views: 64.8ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:55 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:56 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:56 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:56 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:56 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:56 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:56 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:56 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:56 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:56 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:56 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:56 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:56 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:56 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 13:21:56 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 13:21:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 13:21:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 13:21:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 13:21:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 13:21:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-12-26 13:21:56 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-12-26 13:21:56 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (0ms) Started GET "/zh-CN/pages/test?mercury_frame=true&_=1356499316188" for 127.0.0.1 at 2012-12-26 13:21:56 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356499316188", "locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (15.6ms) Completed 200 OK in 21ms (Views: 16.4ms | ActiveRecord: 1.2ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-26 13:22:30 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (25.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (28.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.5ms) Completed 200 OK in 101ms (Views: 98.3ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 13:22:31 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 13:22:31 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 13:22:31 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 13:22:31 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 13:22:31 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 13:22:31 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:31 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:31 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:31 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:31 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:31 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:31 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:31 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:31 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:31 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:31 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:31 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:31 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:31 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:31 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:31 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:31 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:31 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:31 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-26 13:22:34 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (22.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (25.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (52.9ms) Completed 200 OK in 94ms (Views: 91.4ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 13:22:34 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 13:22:34 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 13:22:34 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 13:22:34 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 13:22:34 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 13:22:34 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:34 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:34 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:34 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:34 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:34 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:34 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:34 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:34 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:34 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:34 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:34 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:34 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:34 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:34 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:34 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:34 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:34 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 13:22:34 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-26 13:33:19 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (73.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (78.3ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (92.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (101.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (23.6ms) Completed 200 OK in 375ms (Views: 345.7ms | ActiveRecord: 5.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 13:33:19 +0800 Served asset /bootstrap.css - 304 Not Modified (13ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 13:33:19 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 13:33:19 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 13:33:19 +0800 Served asset /amalgam/admin.css - 304 Not Modified (15ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 13:33:19 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 13:33:19 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:19 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:19 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:19 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (48ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:19 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:19 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:19 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:19 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:19 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:19 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:19 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:19 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:19 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:19 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:19 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:19 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:19 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:19 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:19 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started GET "/admin?locale=zh-CN?locale=en" for 127.0.0.1 at 2012-12-26 13:33:21 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN?locale=en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (23.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (25.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (47.6ms) Completed 200 OK in 90ms (Views: 87.0ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 13:33:21 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 13:33:21 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 13:33:21 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 13:33:21 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 13:33:21 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 13:33:21 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:21 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:22 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:22 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:22 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:22 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:22 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:22 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:22 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:22 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:22 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:22 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:22 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:22 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:22 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:22 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:22 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:22 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:22 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin?locale=zh-CN?locale=en?locale=zh-CN" for 127.0.0.1 at 2012-12-26 13:33:30 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN?locale=en?locale=zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (24.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (27.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (49.0ms) Completed 200 OK in 93ms (Views: 90.1ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 13:33:31 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 13:33:31 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 13:33:31 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 13:33:31 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 13:33:31 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 13:33:31 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:31 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:31 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:31 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:31 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:31 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:31 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:31 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:31 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:31 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:31 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:31 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:31 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:31 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:31 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:31 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:31 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:31 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 13:33:31 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin?locale=zh-CN?locale=en?locale=zh-CN" for 127.0.0.1 at 2012-12-26 13:37:46 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN?locale=en?locale=zh-CN"} AdminUser Load (3.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (72.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (76.6ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (91.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (100.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (20.9ms) Completed 200 OK in 403ms (Views: 348.5ms | ActiveRecord: 4.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:47 +0800 Served asset /bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:47 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:47 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:47 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:47 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:47 +0800 Served asset /amalgam/admin.css - 304 Not Modified (46ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:47 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:47 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:47 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:47 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:47 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (13ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:47 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:47 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:47 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:47 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:47 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:47 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:47 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:47 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:47 +0800 Served asset /amalgam/extra.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:47 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:47 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:47 +0800 Served asset /amalgam/admin.js - 304 Not Modified (17ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:47 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/admin?locale=zh-CN?locale=en?locale=zh-CN" for 127.0.0.1 at 2012-12-26 13:37:49 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN?locale=en?locale=zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.5ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (47.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (48.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (62.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (64.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.0ms) Completed 200 OK in 90ms (Views: 87.2ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:49 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:49 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:49 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:49 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:49 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:49 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:49 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:49 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:49 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:49 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:49 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:49 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:49 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:49 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:49 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:49 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:49 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:49 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:49 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:49 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:49 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:49 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:49 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin" for 127.0.0.1 at 2012-12-26 13:37:54 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.8ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (31.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (34.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (17.0ms) Completed 200 OK in 123ms (Views: 119.6ms | ActiveRecord: 1.1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:54 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:54 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:54 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:54 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:54 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:54 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:54 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:54 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:54 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:54 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:54 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:54 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:54 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:54 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:54 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:54 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:54 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:54 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:54 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:54 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:54 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:54 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:54 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:54 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-26 13:37:56 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.6ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (33.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (37.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (58.0ms) Completed 200 OK in 120ms (Views: 117.2ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:56 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:56 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:56 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:56 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:56 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:56 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:56 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:56 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:56 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:56 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:56 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:56 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:56 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:56 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:56 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:56 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:56 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:56 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:56 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:56 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:56 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:56 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:56 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-26 13:37:58 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (25.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (28.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (48.1ms) Completed 200 OK in 93ms (Views: 90.8ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:58 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:58 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:58 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:58 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:58 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 13:37:58 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:58 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:58 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:58 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:58 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:58 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:58 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:58 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:58 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:58 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:58 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:58 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:58 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:58 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:58 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:58 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:58 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:58 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 13:37:58 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-26 13:38:04 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.4ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (25.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (28.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.8ms) Completed 200 OK in 54ms (Views: 51.6ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 13:38:04 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 13:38:04 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 13:38:04 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 13:38:04 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 13:38:04 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 13:38:04 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:04 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:04 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:04 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:04 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:04 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:04 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:04 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:04 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:04 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:04 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:04 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:04 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:04 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:04 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:04 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:04 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:04 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:04 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-26 13:38:07 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (25.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (28.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.9ms) Completed 200 OK in 57ms (Views: 54.6ms | ActiveRecord: 0.8ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 13:38:07 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 13:38:07 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 13:38:07 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 13:38:07 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 13:38:07 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 13:38:07 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:07 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:07 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:07 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:07 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:07 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:07 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:07 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:07 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:07 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:07 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:07 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:07 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:07 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:07 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:07 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:07 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:07 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:07 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-26 13:38:10 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.0ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (26.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (29.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.7ms) Completed 200 OK in 56ms (Views: 53.8ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 13:38:11 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 13:38:11 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 13:38:11 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 13:38:11 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 13:38:11 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 13:38:11 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:11 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:11 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:11 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:11 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:11 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:11 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:11 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:11 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:11 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:11 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:11 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:11 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:11 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:11 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:11 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:11 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:11 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 13:38:11 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-26 13:54:28 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (49.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (52.5ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (67.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (70.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.1ms) Completed 200 OK in 124ms (Views: 99.1ms | ActiveRecord: 1.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:28 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:28 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:28 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:28 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:28 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:28 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:28 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:28 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:28 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:28 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:28 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:28 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:28 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:28 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:28 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:28 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:28 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:28 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:28 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:28 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:28 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:28 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:28 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:28 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-26 13:54:29 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-26 13:54:29 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-26 13:54:29 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-26 13:54:29 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-26 13:54:29 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (3ms) Started GET "/locale=en" for 127.0.0.1 at 2012-12-26 13:54:30 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home", "locale"=>"locale=en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (88.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (50.0ms) Completed 200 OK in 404ms (Views: 397.0ms | ActiveRecord: 1.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (6ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury.css - 304 Not Modified (18ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/mercury.css - 304 Not Modified (16ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (8ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/uploader.css - 304 Not Modified (46ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /amalgam/editor.css - 304 Not Modified (27ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (49ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/mercury.js - 304 Not Modified (77ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (43ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (9ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (7ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (43ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:31 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:32 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:32 +0800 Served asset /amalgam/editor.js - 304 Not Modified (48ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 13:54:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 13:54:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 13:54:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.4ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 13:54:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 13:54:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.7ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-12-26 13:54:32 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (4ms) Started GET "/locale=en?mercury_frame=true&_=1356501272132" for 127.0.0.1 at 2012-12-26 13:54:32 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356501272132", "slug"=>"home", "locale"=>"locale=en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (10.7ms) Completed 200 OK in 15ms (Views: 11.5ms | ActiveRecord: 0.8ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-12-26 13:54:32 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (3ms) Started GET "/locale=zh-CN" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home", "locale"=>"locale=zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.0ms) Completed 200 OK in 58ms (Views: 53.9ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Served asset /bootstrap.css - 304 Not Modified (42ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:54 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/locale=zh-CN?mercury_frame=true&_=1356501295316" for 127.0.0.1 at 2012-12-26 13:54:55 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356501295316", "slug"=>"home", "locale"=>"locale=zh-CN"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (60.8ms) Completed 200 OK in 67ms (Views: 61.6ms | ActiveRecord: 1.2ms) Started GET "/admin" for 127.0.0.1 at 2012-12-26 13:54:59 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (24.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (27.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.1ms) Completed 200 OK in 55ms (Views: 51.4ms | ActiveRecord: 0.9ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:59 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:59 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:59 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:59 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:59 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 13:54:59 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:59 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:59 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:59 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:59 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:59 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:59 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:59 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:59 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:59 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:59 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:59 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:59 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:59 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:59 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:59 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:59 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:59 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 13:54:59 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-26 13:55:22 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.1ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (56.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (59.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (81.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (83.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.7ms) Completed 200 OK in 111ms (Views: 108.5ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 13:55:22 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 13:55:22 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 13:55:22 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 13:55:22 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 13:55:22 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 13:55:22 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:22 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:22 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:22 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:22 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:22 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:22 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:22 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:22 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:22 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:22 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:22 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:22 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:22 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:22 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:22 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:22 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:22 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:22 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/locale=zh-CN" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home", "locale"=>"locale=zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (56.2ms) Completed 200 OK in 119ms (Views: 115.8ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:25 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 13:55:26 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 13:55:26 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 13:55:26 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 13:55:26 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 13:55:26 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/locale=zh-CN?mercury_frame=true&_=1356501326054" for 127.0.0.1 at 2012-12-26 13:55:26 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356501326054", "slug"=>"home", "locale"=>"locale=zh-CN"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (12.1ms) Completed 200 OK in 19ms (Views: 12.8ms | ActiveRecord: 1.2ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-26 13:55:32 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.9ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (28.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (33.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.2ms) Completed 200 OK in 65ms (Views: 63.1ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 13:55:32 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 13:55:32 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 13:55:32 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 13:55:32 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 13:55:32 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 13:55:32 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:32 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:32 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:32 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:32 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:32 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:32 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:33 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:33 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:33 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:33 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:33 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:33 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:33 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:33 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:33 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:33 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:33 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 13:55:33 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-26 13:56:21 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (19.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.9ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (36.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (39.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.5ms) Completed 200 OK in 141ms (Views: 69.5ms | ActiveRecord: 2.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:21 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:21 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:21 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:21 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:21 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:21 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:21 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:21 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:21 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:21 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:21 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:21 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:21 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:21 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:21 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:21 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:21 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:21 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:21 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:21 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:21 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:21 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:21 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:21 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-26 13:56:26 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (24.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (26.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.5ms) Completed 200 OK in 54ms (Views: 51.4ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:26 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:26 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:26 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:26 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:26 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:26 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:26 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:26 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:26 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:26 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:26 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:26 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:26 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:26 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:26 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:26 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:26 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:26 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:26 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:26 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:26 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:26 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:26 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:26 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-26 13:56:28 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.9ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (52.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (55.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (69.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (71.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.8ms) Completed 200 OK in 99ms (Views: 97.1ms | ActiveRecord: 0.8ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:28 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:28 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:28 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:28 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:28 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:28 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:28 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:28 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:28 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:28 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:28 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:28 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:28 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:28 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:28 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:28 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:28 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:28 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:28 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:28 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:28 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:28 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:28 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:28 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-26 13:56:29 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (23.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (26.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (53.4ms) Completed 200 OK in 96ms (Views: 93.7ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:29 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:29 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:29 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:29 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:29 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:29 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:29 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:29 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:29 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:29 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:30 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:30 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:30 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:30 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:30 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:30 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:30 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:30 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:30 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:30 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:30 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:30 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:30 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:30 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/zh-CN/pages/home" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (81.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.1ms) Completed 200 OK in 138ms (Views: 132.4ms | ActiveRecord: 1.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:34 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:35 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:35 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:35 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:35 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:35 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:35 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:35 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:35 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:35 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:35 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:35 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:35 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:35 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:35 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:35 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:35 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:35 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 13:56:35 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 13:56:35 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 13:56:35 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 13:56:35 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 13:56:35 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/home?mercury_frame=true&_=1356501395190" for 127.0.0.1 at 2012-12-26 13:56:35 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356501395190", "locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (13.9ms) Completed 200 OK in 18ms (Views: 14.6ms | ActiveRecord: 1.0ms) Started GET "/zh-CN/pages/home?locale=en" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (53.7ms) Completed 200 OK in 102ms (Views: 99.1ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:38 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 13:56:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 13:56:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 13:56:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 13:56:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 13:56:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/home?locale=en&mercury_frame=true&_=1356501399067" for 127.0.0.1 at 2012-12-26 13:56:39 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "mercury_frame"=>"true", "_"=>"1356501399067", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (1.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (11.5ms) Completed 200 OK in 20ms (Views: 12.1ms | ActiveRecord: 1.9ms) Started GET "/zh-CN/pages/home" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.7ms) Completed 200 OK in 63ms (Views: 59.1ms | ActiveRecord: 1.0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:53 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/home?mercury_frame=true&_=1356501414314" for 127.0.0.1 at 2012-12-26 13:56:54 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356501414314", "locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (12.8ms) Completed 200 OK in 18ms (Views: 13.5ms | ActiveRecord: 1.2ms) Started GET "/zh-CN/pages/home" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (67.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.7ms) Completed 200 OK in 137ms (Views: 114.6ms | ActiveRecord: 1.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:41 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:42 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:42 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:42 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:42 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:42 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:42 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:42 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:42 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:42 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:42 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:42 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:42 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:42 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:42 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:42 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:42 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:42 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:42 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:06:42 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:06:42 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:06:42 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:06:42 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:06:42 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:06:42 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/home?mercury_frame=true&_=1356502002208" for 127.0.0.1 at 2012-12-26 14:06:42 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356502002208", "locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (10.6ms) Completed 200 OK in 17ms (Views: 11.4ms | ActiveRecord: 1.3ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/home" for 127.0.0.1 at 2012-12-26 14:07:30 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (3.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (169.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (57.6ms) Completed 200 OK in 568ms (Views: 504.7ms | ActiveRecord: 5.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /bootstrap.css - 304 Not Modified (18ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/mercury.css - 304 Not Modified (13ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury.css - 304 Not Modified (48ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /responsive.css - 304 Not Modified (6ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/all_images.css - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /amalgam/editor.css - 304 Not Modified (28ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (95ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/mercury.js - 304 Not Modified (61ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (48ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/dialog.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:31 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (9ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (42ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Served asset /amalgam/editor.js - 304 Not Modified (47ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.6ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.7ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/home?mercury_frame=true&_=1356502052466" for 127.0.0.1 at 2012-12-26 14:07:32 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356502052466", "locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (19.1ms) Completed 200 OK in 26ms (Views: 20.5ms | ActiveRecord: 1.4ms) Started GET "/zh-CN/pages/home" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (68.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.8ms) Completed 200 OK in 150ms (Views: 124.4ms | ActiveRecord: 2.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:26 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/home?mercury_frame=true&_=1356502227310" for 127.0.0.1 at 2012-12-26 14:10:27 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356502227310", "locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (13.4ms) Completed 200 OK in 17ms (Views: 13.9ms | ActiveRecord: 0.9ms) Started GET "/zh-CN/pages/home" for 127.0.0.1 at 2012-12-26 14:11:06 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (27.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.9ms) Completed 200 OK in 132ms (Views: 109.8ms | ActiveRecord: 1.8ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/home?mercury_frame=true&_=1356502267709" for 127.0.0.1 at 2012-12-26 14:11:07 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356502267709", "locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (13.0ms) Completed 200 OK in 19ms (Views: 13.5ms | ActiveRecord: 1.2ms) Started GET "/zh-CN/pages/home" for 127.0.0.1 at 2012-12-26 14:11:30 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (12.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (50.5ms) Completed 200 OK in 105ms (Views: 100.2ms | ActiveRecord: 1.1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:30 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:30 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:30 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:30 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:30 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:30 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/home?mercury_frame=true&_=1356502291616" for 127.0.0.1 at 2012-12-26 14:11:31 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356502291616", "locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (12.4ms) Completed 200 OK in 18ms (Views: 13.1ms | ActiveRecord: 1.0ms) Started GET "/zh-CN/pages/home" for 127.0.0.1 at 2012-12-26 14:12:11 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (28.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.7ms) Completed 200 OK in 133ms (Views: 73.7ms | ActiveRecord: 1.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/home?mercury_frame=true&_=1356502332890" for 127.0.0.1 at 2012-12-26 14:12:12 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356502332890", "locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (13.3ms) Completed 200 OK in 20ms (Views: 14.1ms | ActiveRecord: 1.3ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/home" for 127.0.0.1 at 2012-12-26 14:12:36 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (3.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (176.5ms) ["127", "0", "0", "1:3000"] ["", "zh-CN", "pages", "home"] ["127", "0", "0", "1:3000"] ["", "zh-CN", "pages", "home"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (21.4ms) Completed 200 OK in 542ms (Views: 478.3ms | ActiveRecord: 5.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:36 +0800 Served asset /bootstrap.css - 304 Not Modified (14ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:36 +0800 Served asset /mercury/mercury.css - 304 Not Modified (15ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (3ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (39ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury.css - 304 Not Modified (17ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /amalgam/editor.css - 304 Not Modified (28ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (105ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (8ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/mercury.js - 304 Not Modified (61ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (56ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/dialog.js - 304 Not Modified (7ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/palette.js - 304 Not Modified (6ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/select.js - 304 Not Modified (4ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/lightview.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/snippet.js - 304 Not Modified (6ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/region.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:37 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (42ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:38 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:38 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:38 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:38 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:38 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:38 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:12:38 +0800 Served asset /amalgam/editor.js - 304 Not Modified (47ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:12:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:12:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:12:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:12:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.7ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:12:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.7ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/home?mercury_frame=true&_=1356502358208" for 127.0.0.1 at 2012-12-26 14:12:38 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356502358208", "locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.4ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (18.9ms) Completed 200 OK in 25ms (Views: 19.6ms | ActiveRecord: 1.3ms) Started GET "/zh-CN/pages/home" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (61.6ms) ["127", "0", "0", "1:3000"] ["", "zh-CN", "pages", "home"] ["127", "0", "0", "1:3000"] ["", "zh-CN", "pages", "home"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.2ms) Completed 200 OK in 132ms (Views: 109.1ms | ActiveRecord: 1.9ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:47 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:15:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:15:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:15:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:15:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:15:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/home?mercury_frame=true&_=1356502548069" for 127.0.0.1 at 2012-12-26 14:15:48 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356502548069", "locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (11.3ms) Completed 200 OK in 17ms (Views: 12.1ms | ActiveRecord: 1.1ms) Started GET "/zh-CN/pages/home" for 127.0.0.1 at 2012-12-26 14:15:49 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (11.3ms) ["127", "0", "0", "1:3000"] ["", "zh-CN", "pages", "home"] ["127", "0", "0", "1:3000"] ["", "zh-CN", "pages", "home"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.4ms) Completed 200 OK in 101ms (Views: 97.6ms | ActiveRecord: 0.9ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/home?mercury_frame=true&_=1356502550682" for 127.0.0.1 at 2012-12-26 14:15:50 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356502550682", "locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (13.3ms) Completed 200 OK in 18ms (Views: 13.9ms | ActiveRecord: 0.9ms) Started GET "/zh-CN/pages/home" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (29.8ms) ["127", "0", "0", "1:3000"] ["", "zh-CN", "pages", "home"] ["127", "0", "0", "1:3000"] ["", "zh-CN", "pages", "home"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (49.1ms) Completed 200 OK in 172ms (Views: 111.0ms | ActiveRecord: 2.0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:38 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/home?mercury_frame=true&_=1356502719300" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356502719300", "locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (13.5ms) Completed 200 OK in 21ms (Views: 14.5ms | ActiveRecord: 1.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:18:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/home" for 127.0.0.1 at 2012-12-26 14:19:03 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (69.3ms) ["127", "0", "0", "1:3000"] ["", "zh-CN", "pages", "home"] ["127", "0", "0", "1:3000"] ["", "zh-CN", "pages", "home"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.2ms) Completed 200 OK in 140ms (Views: 116.1ms | ActiveRecord: 2.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:03 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:03 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:03 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:03 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:03 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:03 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:03 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:03 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:03 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:03 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:03 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:03 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:03 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:03 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:03 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:03 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:03 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:03 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:03 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:03 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:03 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:03 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:03 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Served asset /amalgam/editor.js - 304 Not Modified (4ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/home?mercury_frame=true&_=1356502744466" for 127.0.0.1 at 2012-12-26 14:19:04 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356502744466", "locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (58.0ms) Completed 200 OK in 64ms (Views: 59.1ms | ActiveRecord: 1.0ms) Started GET "/zh-CN/pages/home" for 127.0.0.1 at 2012-12-26 14:19:20 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (64.8ms) ["127", "0", "0", "1:3000"] ["", "zh-CN", "pages", "home"] ["127", "0", "0", "1:3000"] ["", "zh-CN", "pages", "home"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.0ms) Completed 200 OK in 133ms (Views: 111.1ms | ActiveRecord: 1.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/home?mercury_frame=true&_=1356502761931" for 127.0.0.1 at 2012-12-26 14:19:21 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356502761931", "locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (12.5ms) Completed 200 OK in 18ms (Views: 13.1ms | ActiveRecord: 1.1ms) Started GET "/zh-CN/pages/home" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (28.1ms) ["127", "0", "0", "1:3000"] ["", "zh-CN", "pages", "home"] ["127", "0", "0", "1:3000"] ["", "zh-CN", "pages", "home"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.5ms) Completed 200 OK in 131ms (Views: 108.9ms | ActiveRecord: 1.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:14 +0800 Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:20:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:20:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:20:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:20:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:20:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/home?mercury_frame=true&_=1356502815057" for 127.0.0.1 at 2012-12-26 14:20:15 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356502815057", "locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (10.5ms) Completed 200 OK in 16ms (Views: 11.1ms | ActiveRecord: 1.1ms) Started GET "/zh-CN/pages/home" for 127.0.0.1 at 2012-12-26 14:20:28 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (28.2ms) ["127", "0", "0", "1:3000"] ["", "zh-CN", "pages", "home"] ["127", "0", "0", "1:3000"] ["", "zh-CN", "pages", "home"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (50.8ms) Completed 200 OK in 136ms (Views: 113.0ms | ActiveRecord: 1.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/home?mercury_frame=true&_=1356502829824" for 127.0.0.1 at 2012-12-26 14:20:29 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356502829824", "locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (13.1ms) Completed 200 OK in 18ms (Views: 13.9ms | ActiveRecord: 1.1ms) Started GET "/zh-CN/pages/home" for 127.0.0.1 at 2012-12-26 14:20:47 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (29.9ms) ["127", "0", "0", "1:3000"] ["", "zh-CN", "pages", "home"] ["127", "0", "0", "1:3000"] ["", "zh-CN", "pages", "home"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (52.5ms) Completed 200 OK in 175ms (Views: 115.7ms | ActiveRecord: 1.9ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/home?mercury_frame=true&_=1356502848730" for 127.0.0.1 at 2012-12-26 14:20:48 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356502848730", "locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (16.2ms) Completed 200 OK in 23ms (Views: 17.2ms | ActiveRecord: 1.4ms) Started GET "/zh-CN/pages/home" for 127.0.0.1 at 2012-12-26 14:21:24 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (67.6ms) ["127", "0", "0", "1:3000"] ["", "zh-CN", "pages", "home"] ["127", "0", "0", "1:3000"] ["", "zh-CN", "pages", "home"] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.2ms) Completed 200 OK in 136ms (Views: 113.0ms | ActiveRecord: 1.8ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:24 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:24 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:24 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:24 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:24 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:24 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:24 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:24 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:24 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:24 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:24 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:24 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:24 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:24 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/home?mercury_frame=true&_=1356502885532" for 127.0.0.1 at 2012-12-26 14:21:25 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356502885532", "locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (64.0ms) Completed 200 OK in 69ms (Views: 64.7ms | ActiveRecord: 0.9ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/home" for 127.0.0.1 at 2012-12-26 14:21:46 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (164.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (19.2ms) Completed 200 OK in 527ms (Views: 463.4ms | ActiveRecord: 5.3ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /mercury.css - 304 Not Modified (20ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /mercury/mercury.css - 304 Not Modified (13ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /bootstrap.css - 304 Not Modified (6ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /responsive.css - 304 Not Modified (7ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /mercury/dialog.css - 304 Not Modified (38ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /mercury/lightview.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (6ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /amalgam/editor.css - 304 Not Modified (27ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (99ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (9ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /mercury/mercury.js - 304 Not Modified (56ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (10ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /mercury/dialog.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:47 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /mercury/region.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /mercury/uploader.js - 304 Not Modified (47ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (9ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (6ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (38ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Served asset /amalgam/editor.js - 304 Not Modified (49ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/home?mercury_frame=true&_=1356502908586" for 127.0.0.1 at 2012-12-26 14:21:48 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356502908586", "locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (10.9ms) Completed 200 OK in 15ms (Views: 11.5ms | ActiveRecord: 1.0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/home" for 127.0.0.1 at 2012-12-26 14:22:17 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (3.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (169.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (20.1ms) Completed 200 OK in 539ms (Views: 470.1ms | ActiveRecord: 5.1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (7ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (6ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /mercury.css - 304 Not Modified (48ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /mercury/mercury.css - 304 Not Modified (14ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /mercury/uploader.css - 304 Not Modified (8ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /mercury/all_images.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /amalgam/editor.css - 304 Not Modified (30ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (99ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /mercury/mercury.js - 304 Not Modified (58ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (56ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /mercury/dialog.js - 304 Not Modified (7ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /mercury/palette.js - 304 Not Modified (4ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /mercury/panel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /mercury/select.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /mercury/modal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:18 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /mercury/snippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (41ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Served asset /amalgam/editor.js - 304 Not Modified (47ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.4ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.7ms) Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/home?mercury_frame=true&_=1356502939541" for 127.0.0.1 at 2012-12-26 14:22:19 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356502939541", "locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (16.5ms) Completed 200 OK in 22ms (Views: 17.6ms | ActiveRecord: 1.1ms) Started GET "/en/pages/home" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"en", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (13.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (19.8ms) Completed 200 OK in 108ms (Views: 104.5ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:25 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:26 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:26 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:26 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:26 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:26 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:26 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:26 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:26 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:26 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:26 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:26 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:26 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:26 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:26 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:26 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:26 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:26 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:26 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:26 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:22:26 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:22:26 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:22:26 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:22:26 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:22:26 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/en/pages/home?mercury_frame=true&_=1356502946214" for 127.0.0.1 at 2012-12-26 14:22:26 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356502946214", "locale"=>"en", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (14.2ms) Completed 200 OK in 21ms (Views: 15.2ms | ActiveRecord: 1.3ms) Started GET "/zh-CN/pages/home" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (54.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.8ms) Completed 200 OK in 110ms (Views: 106.0ms | ActiveRecord: 0.9ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:28 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/home?mercury_frame=true&_=1356502949350" for 127.0.0.1 at 2012-12-26 14:22:29 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356502949350", "locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (10.2ms) Completed 200 OK in 15ms (Views: 10.8ms | ActiveRecord: 0.9ms) Started GET "/en/pages/home" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"en", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (50.5ms) Completed 200 OK in 98ms (Views: 94.5ms | ActiveRecord: 0.9ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:33 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:22:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:22:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 4ms (Views: 4.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:22:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:22:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:22:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/en/pages/home?mercury_frame=true&_=1356502954041" for 127.0.0.1 at 2012-12-26 14:22:34 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356502954041", "locale"=>"en", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (11.6ms) Completed 200 OK in 17ms (Views: 12.6ms | ActiveRecord: 1.1ms) Started GET "/zh-CN/pages/home" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.7ms) Completed 200 OK in 55ms (Views: 52.1ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:37 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/home?mercury_frame=true&_=1356502958262" for 127.0.0.1 at 2012-12-26 14:22:38 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356502958262", "locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (10.7ms) Completed 200 OK in 18ms (Views: 11.6ms | ActiveRecord: 1.1ms) Started GET "/en/pages/home" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"en", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (56.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.0ms) Completed 200 OK in 104ms (Views: 101.1ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/en/pages/home?mercury_frame=true&_=1356502963938" for 127.0.0.1 at 2012-12-26 14:22:43 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356502963938", "locale"=>"en", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (10.3ms) Completed 200 OK in 16ms (Views: 11.0ms | ActiveRecord: 1.1ms) Started GET "/zh-CN/pages/home" for 127.0.0.1 at 2012-12-26 14:23:10 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (53.2ms) Completed 200 OK in 100ms (Views: 96.6ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 7ms (Views: 7.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/home?mercury_frame=true&_=1356502991717" for 127.0.0.1 at 2012-12-26 14:23:11 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356502991717", "locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (11.8ms) Completed 200 OK in 17ms (Views: 12.8ms | ActiveRecord: 1.0ms) Started GET "/en/pages/home" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"en", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.8ms) Completed 200 OK in 57ms (Views: 53.4ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/en/pages/home?mercury_frame=true&_=1356502993905" for 127.0.0.1 at 2012-12-26 14:23:13 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356502993905", "locale"=>"en", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (10.8ms) Completed 200 OK in 17ms (Views: 11.5ms | ActiveRecord: 1.1ms) Started GET "/zh-CN/pages/home" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (54.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.9ms) Completed 200 OK in 101ms (Views: 97.6ms | ActiveRecord: 0.8ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:15 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/home?mercury_frame=true&_=1356502996303" for 127.0.0.1 at 2012-12-26 14:23:16 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356502996303", "locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (13.6ms) Completed 200 OK in 18ms (Views: 14.1ms | ActiveRecord: 1.1ms) Started GET "/en/pages/home" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"en", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (50.4ms) Completed 200 OK in 99ms (Views: 95.4ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /amalgam/editor.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:18 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:19 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:19 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:19 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:19 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:19 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:19 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:19 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:19 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:19 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:23:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:23:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:23:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:23:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:23:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/en/pages/home?mercury_frame=true&_=1356502999160" for 127.0.0.1 at 2012-12-26 14:23:19 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356502999160", "locale"=>"en", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (10.6ms) Completed 200 OK in 15ms (Views: 11.4ms | ActiveRecord: 0.9ms) Started GET "/zh-CN/pages/home" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.0ms) Completed 200 OK in 57ms (Views: 53.5ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:20 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/home?mercury_frame=true&_=1356503001286" for 127.0.0.1 at 2012-12-26 14:23:21 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356503001286", "locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (10.2ms) Completed 200 OK in 15ms (Views: 10.8ms | ActiveRecord: 0.9ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-12-26 14:23:23 +0800 Served asset /mercury/toolbar/primary/save.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-12-26 14:23:23 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 304 Not Modified (72ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-12-26 14:23:23 +0800 Served asset /mercury/toolbar/primary/preview.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-12-26 14:23:23 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-12-26 14:23:23 +0800 Served asset /mercury/toolbar/primary/redo.png - 304 Not Modified (9ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-12-26 14:23:23 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-12-26 14:23:23 +0800 Served asset /mercury/toolbar/primary/undo.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-12-26 14:23:23 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-12-26 14:23:23 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-12-26 14:23:23 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-12-26 14:23:23 +0800 Served asset /mercury/toolbar/editable/buttons.png - 304 Not Modified (3ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-12-26 14:23:23 +0800 Served asset /mercury/close.png - 304 Not Modified (4ms) Started PUT "/admin/editor" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Processing by Amalgam::Admin::EditorController#update as JSON Parameters: {"content"=>{"pages/2.title"=>{"type"=>"full", "value"=>"首页1"}}} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'home' AND "pages"."id" != 2 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-12-26 06:23:28.247764' WHERE "pages"."id" = 2 Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 AND "page_translations"."locale" = 'zh-CN' LIMIT 1  (0.1ms) UPDATE "page_translations" SET "title" = '首页1', "updated_at" = '2012-12-26 06:23:28.252902' WHERE "page_translations"."id" = 3 Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 3]] Page::Translation Load (0.0ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 4]]  (3.1ms) commit transaction Rendered text template (0.0ms) Completed 200 OK in 32ms (Views: 2.9ms | ActiveRecord: 4.5ms) Started GET "/zh-CN/pages/home" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (45.2ms) Completed 200 OK in 106ms (Views: 101.7ms | ActiveRecord: 1.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:23:28 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:23:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:23:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:23:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/home?mercury_frame=true&_=1356503009013" for 127.0.0.1 at 2012-12-26 14:23:29 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356503009013", "locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (12.2ms) Completed 200 OK in 19ms (Views: 13.2ms | ActiveRecord: 1.2ms) Started GET "/en/pages/home" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"en", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.1ms) Completed 200 OK in 72ms (Views: 68.1ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/en/pages/home?mercury_frame=true&_=1356503014954" for 127.0.0.1 at 2012-12-26 14:23:34 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356503014954", "locale"=>"en", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (11.3ms) Completed 200 OK in 16ms (Views: 12.0ms | ActiveRecord: 1.0ms) Started PUT "/admin/editor" for 127.0.0.1 at 2012-12-26 14:23:45 +0800 Processing by Amalgam::Admin::EditorController#update as JSON Parameters: {"content"=>{"pages/2.title"=>{"type"=>"full", "value"=>"home2"}}} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'home' AND "pages"."id" != 2 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.7ms) UPDATE "pages" SET "updated_at" = '2012-12-26 06:23:46.001086' WHERE "pages"."id" = 2 Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 AND "page_translations"."locale" = 'en' LIMIT 1  (0.1ms) UPDATE "page_translations" SET "title" = 'home2', "updated_at" = '2012-12-26 06:23:46.004123' WHERE "page_translations"."id" = 4 Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 3]] Page::Translation Load (0.0ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 4]]  (1.8ms) commit transaction Rendered text template (0.0ms) Completed 200 OK in 15ms (Views: 0.5ms | ActiveRecord: 3.4ms) Started GET "/en/pages/home" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"en", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (64.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.8ms) Completed 200 OK in 118ms (Views: 113.8ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /amalgam/editor.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Served asset /amalgam/editor.js - 304 Not Modified (1ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/en/pages/home?mercury_frame=true&_=1356503026778" for 127.0.0.1 at 2012-12-26 14:23:46 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356503026778", "locale"=>"en", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (12.1ms) Completed 200 OK in 17ms (Views: 12.8ms | ActiveRecord: 1.3ms) Started GET "/zh-CN/pages/home" for 127.0.0.1 at 2012-12-26 14:23:49 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (53.2ms) Completed 200 OK in 100ms (Views: 96.9ms | ActiveRecord: 0.8ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:49 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:49 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:49 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:49 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:49 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:49 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/home?mercury_frame=true&_=1356503030520" for 127.0.0.1 at 2012-12-26 14:23:50 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356503030520", "locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (10.7ms) Completed 200 OK in 15ms (Views: 11.3ms | ActiveRecord: 0.9ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/" for 127.0.0.1 at 2012-12-26 14:50:59 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Rendered pages/show.html.haml (65.8ms) Completed 200 OK in 133ms (Views: 75.7ms | ActiveRecord: 1.1ms) Started GET "/admin" for 127.0.0.1 at 2012-12-26 14:51:05 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://amalgam.dev/admin_user/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-12-26 14:51:05 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (9.5ms) Completed 200 OK in 78ms (Views: 69.7ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:51:06 +0800 Served asset /bootstrap.css - 200 OK (58ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 14:51:06 +0800 Served asset /amalgam/admin.css - 200 OK (19ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 14:51:06 +0800 Served asset /amalgam/admin/login.css - 200 OK (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:06 +0800 Served asset /modernizr.js - 200 OK (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:06 +0800 Served asset /jquery.ui.core.js - 200 OK (5ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:06 +0800 Served asset /jquery.ui.mouse.js - 200 OK (6ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:06 +0800 Served asset /jquery.ui.sortable.js - 200 OK (7ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:06 +0800 Served asset /jquery.ui.nestedSortable.js - 200 OK (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:06 +0800 Served asset /jquery.scrollto.js - 200 OK (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:06 +0800 Served asset /jquery_ujs.js - 200 OK (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:06 +0800 Served asset /bootstrap-dropdown.js - 200 OK (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:06 +0800 Served asset /bootstrap-alert.js - 200 OK (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:06 +0800 Served asset /bootstrap-tooltip.js - 200 OK (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:06 +0800 Served asset /bootstrap-button.js - 200 OK (5ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:06 +0800 Served asset /amalgam/extra.js - 200 OK (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:06 +0800 Served asset /amalgam/admin/app.js - 200 OK (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:06 +0800 Served asset /amalgam/admin/popover.js - 200 OK (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:06 +0800 Served asset /amalgam/admin/tree.js - 200 OK (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:06 +0800 Served asset /amalgam/admin.js - 200 OK (16ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 14:51:10 +0800 Served asset /amalgam/admin/_mixins.css - 200 OK (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 14:51:10 +0800 Served asset /amalgam/extra.css - 200 OK (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 14:51:10 +0800 Served asset /amalgam/admin/layout.css - 200 OK (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:10 +0800 Served asset /jquery.js - 200 OK (5ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:10 +0800 Served asset /jquery.ui.widget.js - 200 OK (2ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-26 14:51:10 +0800 Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-26 14:51:10 +0800 Served asset /amalgam/admin/bg.png - 200 OK (2ms) Served asset /glyphicons-halflings.png - 200 OK (5ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-12-26 14:51:17 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"y8k6wPraW1VWOnNAEsNTqHZO8ukyh7ke8lQTWuziJtM=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://amalgam.dev/admin Completed 302 Found in 91ms (ActiveRecord: 0.5ms) Started GET "/admin" for 127.0.0.1 at 2012-12-26 14:51:18 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.4ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (33.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (40.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (24.3ms) Completed 200 OK in 179ms (Views: 176.4ms | ActiveRecord: 1.0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:18 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:18 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:18 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:18 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:18 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:18 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (15ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:18 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:18 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:18 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:18 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:18 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:18 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (6ms) Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:18 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:18 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (3ms) Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:18 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:18 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 14:51:18 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-26 14:51:18 +0800 Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-26 14:51:18 +0800 Served asset /glyphicons-halflings-white.png - 200 OK (3ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-26 14:51:18 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 200 OK (1ms) Served asset /amalgam/admin/tree-node-bg.gif - 200 OK (38ms) Started HEAD "/admin" for 127.0.0.1 at 2012-12-26 14:51:57 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://en.amalgam.dev/admin_user/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/admin" for 127.0.0.1 at 2012-12-26 14:52:12 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://en.amalgam.dev/admin_user/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-12-26 14:52:12 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (5.9ms) Completed 200 OK in 22ms (Views: 20.7ms | ActiveRecord: 0.0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 14:52:12 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:52:12 +0800 Served asset /amalgam/extra.css - 200 OK (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 14:52:12 +0800 Served asset /bootstrap.css - 200 OK (11ms) Served asset /amalgam/admin/_mixins.css - 200 OK (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 14:52:12 +0800 Served asset /amalgam/admin/login.css - 200 OK (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:12 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 14:52:12 +0800 Served asset /amalgam/admin/layout.css - 200 OK (0ms) Served asset /jquery.js - 200 OK (11ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 14:52:12 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:12 +0800 Served asset /jquery.ui.core.js - 200 OK (0ms) Served asset /amalgam/admin.css - 200 OK (22ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:12 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:12 +0800 Served asset /jquery.ui.mouse.js - 200 OK (0ms) Served asset /modernizr.js - 200 OK (5ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:12 +0800 Served asset /jquery.ui.widget.js - 200 OK (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:12 +0800 Served asset /jquery.ui.sortable.js - 200 OK (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:12 +0800 Served asset /jquery.ui.nestedSortable.js - 200 OK (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:12 +0800 Served asset /jquery.scrollto.js - 200 OK (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:12 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:12 +0800 Served asset /jquery_ujs.js - 200 OK (0ms) Served asset /bootstrap-dropdown.js - 200 OK (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:12 +0800 Served asset /bootstrap-alert.js - 200 OK (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:12 +0800 Served asset /bootstrap-tooltip.js - 200 OK (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:12 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:12 +0800 Served asset /bootstrap-button.js - 200 OK (0ms) Served asset /amalgam/extra.js - 200 OK (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:12 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:12 +0800 Served asset /amalgam/admin/app.js - 200 OK (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:12 +0800 Served asset /amalgam/admin/popover.js - 200 OK (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:12 +0800 Served asset /amalgam/admin.js - 200 OK (1ms) Served asset /amalgam/admin/tree.js - 200 OK (3ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-26 14:52:12 +0800 Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-26 14:52:12 +0800 Served asset /glyphicons-halflings.png - 200 OK (0ms) Served asset /amalgam/admin/bg.png - 200 OK (0ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-12-26 14:52:19 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"QbrXXW1kD+fsVsO6TsUFap9sGD/eIESMtENCPkQpGxQ=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://en.amalgam.dev/admin Completed 302 Found in 90ms (ActiveRecord: 0.3ms) Started GET "/admin" for 127.0.0.1 at 2012-12-26 14:52:20 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.6ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (34.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (38.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.3ms) Completed 200 OK in 108ms (Views: 105.7ms | ActiveRecord: 0.8ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:20 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:20 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:20 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:20 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:20 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:20 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:20 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (13ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:20 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:20 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:20 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:20 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:20 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (6ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:20 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:20 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /bootstrap-button.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:20 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:20 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:20 +0800 Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:20 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-26 14:52:20 +0800 Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-26 14:52:20 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 200 OK (1ms) Served asset /glyphicons-halflings-white.png - 200 OK (5ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-26 14:52:20 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 200 OK (1ms) Started GET "/admin" for 127.0.0.1 at 2012-12-26 14:52:23 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://zh-cn.amalgam.dev/admin_user/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-12-26 14:52:23 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (2.1ms) Completed 200 OK in 15ms (Views: 13.8ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:52:23 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 14:52:23 +0800 Served asset /amalgam/extra.css - 200 OK (0ms) Served asset /bootstrap.css - 200 OK (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 14:52:23 +0800 Served asset /amalgam/admin/_mixins.css - 200 OK (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 14:52:23 +0800 Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 14:52:23 +0800 Served asset /amalgam/admin.css - 200 OK (3ms) Served asset /amalgam/admin/login.css - 200 OK (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:23 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 14:52:23 +0800 Served asset /jquery.js - 200 OK (0ms) Served asset /amalgam/admin/layout.css - 200 OK (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:23 +0800 Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:23 +0800 Served asset /modernizr.js - 200 OK (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:23 +0800 Served asset /jquery.ui.core.js - 200 OK (6ms) Served asset /jquery.ui.widget.js - 200 OK (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:23 +0800 Served asset /jquery.ui.mouse.js - 200 OK (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:23 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:23 +0800 Served asset /jquery.ui.nestedSortable.js - 200 OK (0ms) Served asset /jquery.ui.sortable.js - 200 OK (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:23 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:23 +0800 Served asset /jquery.scrollto.js - 200 OK (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:23 +0800 Served asset /bootstrap-alert.js - 200 OK (0ms) Served asset /jquery_ujs.js - 200 OK (8ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:23 +0800 Served asset /bootstrap-button.js - 200 OK (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:23 +0800 Served asset /bootstrap-dropdown.js - 200 OK (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:23 +0800 Served asset /bootstrap-tooltip.js - 200 OK (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:23 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:24 +0800 Served asset /amalgam/admin/app.js - 200 OK (0ms) Served asset /amalgam/extra.js - 200 OK (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:24 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:24 +0800 Served asset /amalgam/admin/popover.js - 200 OK (0ms) Served asset /amalgam/admin/tree.js - 200 OK (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:24 +0800 Served asset /amalgam/admin.js - 200 OK (0ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-26 14:52:24 +0800 Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-26 14:52:24 +0800 Served asset /amalgam/admin/bg.png - 200 OK (0ms) Served asset /glyphicons-halflings.png - 200 OK (0ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-12-26 14:52:51 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"LVv94cAoFJ+oyaLFOh6e3/cCDp59GJTtjZhzMVgelu8=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://zh-cn.amalgam.dev/admin Completed 302 Found in 90ms (ActiveRecord: 0.3ms) Started GET "/admin" for 127.0.0.1 at 2012-12-26 14:52:51 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (21.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (23.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.1ms) Completed 200 OK in 53ms (Views: 50.7ms | ActiveRecord: 0.7ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:51 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:51 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:51 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:51 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:51 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:51 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:51 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:51 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:51 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:51 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:51 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:51 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:51 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:51 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:51 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:51 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:51 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:51 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-26 14:52:51 +0800 Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-26 14:52:51 +0800 Served asset /glyphicons-halflings-white.png - 200 OK (0ms) Served asset /amalgam/admin/tree-node-bg.gif - 200 OK (0ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-26 14:52:51 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 200 OK (0ms) Started GET "/admin" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (47.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (49.3ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (61.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (63.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.1ms) Completed 200 OK in 90ms (Views: 87.7ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (4ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (0ms) Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-26 14:52:57 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (3ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (25.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (27.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (52.3ms) Completed 200 OK in 95ms (Views: 93.0ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /amalgam/admin/login.css - 304 Not Modified (63ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (0ms) Served asset /glyphicons-halflings.png - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-26 14:53:02 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (0ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-26 14:53:05 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (23.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (25.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.8ms) Completed 200 OK in 52ms (Views: 49.6ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:53:06 +0800 Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 14:53:06 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 14:53:06 +0800 Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 14:53:06 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 14:53:06 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 14:53:06 +0800 Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:06 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:06 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:06 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:06 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:06 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:06 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:06 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:06 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:06 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:06 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:06 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:06 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:06 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:06 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:06 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:06 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:06 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:06 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-26 14:53:06 +0800 Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-26 14:53:06 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-26 14:53:06 +0800 Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-26 14:53:06 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (0ms) Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-26 14:53:06 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (0ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.8ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (25.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (27.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.7ms) Completed 200 OK in 92ms (Views: 89.3ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (1ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (0ms) Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-26 14:53:07 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (0ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.3ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (25.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (28.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.4ms) Completed 200 OK in 88ms (Views: 85.6ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (0ms) Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (0ms) Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-26 14:53:09 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (0ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.1ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (26.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (28.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.1ms) Completed 200 OK in 57ms (Views: 54.8ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Served asset /bootstrap-button.js - 304 Not Modified (1ms) Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (0ms) Served asset /glyphicons-halflings.png - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-26 14:54:21 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (0ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.0ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (26.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (28.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (50.2ms) Completed 200 OK in 96ms (Views: 93.3ms | ActiveRecord: 0.8ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (0ms) Served asset /glyphicons-halflings.png - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-26 14:54:23 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (0ms) Started GET "/zh-CN/pages/test" for 127.0.0.1 at 2012-12-26 14:54:33 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (158.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.9ms) Completed 200 OK in 455ms (Views: 449.9ms | ActiveRecord: 1.6ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/bootstrap-ish.css - 200 OK (3ms) Served asset /responsive.css - 200 OK (4ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/bootstrap-overrides.css - 200 OK (5ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/mercury.css - 200 OK (18ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury.css - 200 OK (19ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/dialog.css - 200 OK (6ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/lightview.css - 200 OK (6ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/modal.css - 200 OK (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/statusbar.css - 200 OK (6ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/toolbar.css - 200 OK (5ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/tooltip.css - 200 OK (6ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/uploader.css - 200 OK (6ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/all_images.css - 200 OK (6ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /amalgam/editor.css - 200 OK (77ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/dependencies/jquery.additions.js - 200 OK (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/dependencies/liquidmetal.js - 200 OK (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /amalgam/mercury.js - 200 OK (120ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 200 OK (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 200 OK (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/mercury.js - 200 OK (52ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/dependencies/showdown.js - 200 OK (5ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/page_editor.js - 200 OK (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/native_extensions.js - 200 OK (6ms) Served asset /mercury/table_editor.js - 200 OK (5ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/history_buffer.js - 200 OK (6ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/palette.js - 200 OK (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/dialog.js - 200 OK (5ms) Served asset /mercury/select.js - 200 OK (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/panel.js - 200 OK (6ms) Served asset /mercury/modal.js - 200 OK (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/lightview.js - 200 OK (5ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/statusbar.js - 200 OK (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/toolbar.button.js - 200 OK (5ms) Served asset /mercury/toolbar.js - 200 OK (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/toolbar.button_group.js - 200 OK (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/tooltip.js - 200 OK (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/snippet.js - 200 OK (5ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/region.js - 200 OK (6ms) Served asset /mercury/toolbar.expander.js - 200 OK (58ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /mercury/regions/full.js - 200 OK (6ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/snippet_toolbar.js - 200 OK (7ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/uploader.js - 200 OK (6ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/regions/markdown.js - 200 OK (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/regions/simple.js - 200 OK (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/dialogs/backcolor.js - 200 OK (5ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/dialogs/formatblock.js - 200 OK (4ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/regions/image.js - 200 OK (62ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/style.js - 200 OK (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/regions/snippets.js - 200 OK (6ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/modals/htmleditor.js - 200 OK (8ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/dialogs/forecolor.js - 200 OK (7ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/modals/insertcharacter.js - 200 OK (6ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/dialogs/snippetpanel.js - 200 OK (6ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/modals/insertmedia.js - 200 OK (6ms) Served asset /mercury/modals/insertlink.js - 200 OK (7ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/modals/insertsnippet.js - 200 OK (5ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/modals/inserttable.js - 200 OK (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /mercury/finalize.js - 200 OK (6ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 200 OK (2ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /jquery.iframe-transport.js - 200 OK (2ms) Served asset /jquery.remotipart.js - 200 OK (4ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 200 OK (47ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:54:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-12-26 14:54:35 +0800 Served asset /mercury/loading-dark.gif - 200 OK (4ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:54:35 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.8ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test?mercury_frame=true&_=1356504874984" for 127.0.0.1 at 2012-12-26 14:54:35 +0800 Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-12-26 14:54:35 +0800 Served asset /mercury/toolbar/primary/_expander.png - 200 OK (3ms) Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356504874984", "locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (142.0ms) Completed 200 OK in 207ms (Views: 142.5ms | ActiveRecord: 5.1ms) Started GET "/en/pages/test" for 127.0.0.1 at 2012-12-26 14:54:46 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"en", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (13.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.7ms) Completed 200 OK in 64ms (Views: 61.1ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:54:46 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:46 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:46 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:46 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:46 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:46 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:46 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (97ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:46 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:46 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:46 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:46 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:46 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:54:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:54:46 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:54:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:54:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:54:46 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.8ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/en/pages/test?mercury_frame=true&_=1356504886419" for 127.0.0.1 at 2012-12-26 14:54:46 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356504886419", "locale"=>"en", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (56.4ms) Completed 200 OK in 62ms (Views: 57.1ms | ActiveRecord: 1.0ms) Started GET "/zh-CN/pages/test" for 127.0.0.1 at 2012-12-26 14:54:47 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.4ms) Completed 200 OK in 58ms (Views: 54.1ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (6ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (6ms) Served asset /mercury/mercury.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (7ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Served asset /mercury/modals/insertmedia.js - 304 Not Modified (44ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test?mercury_frame=true&_=1356504888386" for 127.0.0.1 at 2012-12-26 14:54:48 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356504888386", "locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (13.1ms) Completed 200 OK in 20ms (Views: 13.8ms | ActiveRecord: 1.3ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-26 14:58:22 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (30.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (98.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (103.3ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (118.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (128.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (46.9ms) Completed 200 OK in 391ms (Views: 335.2ms | ActiveRecord: 31.6ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 14:58:23 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:58:23 +0800 Served asset /bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 14:58:23 +0800 Served asset /amalgam/admin.css - 304 Not Modified (12ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:23 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:23 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:23 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:23 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:23 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:23 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:23 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:23 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:23 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:23 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:23 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:23 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:23 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:23 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:23 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:23 +0800 Served asset /amalgam/admin.js - 304 Not Modified (62ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 14:58:27 +0800 Served asset /amalgam/extra.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 14:58:27 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 14:58:27 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:27 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:27 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-26 14:58:27 +0800 Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-26 14:58:27 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-26 14:58:27 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-26 14:58:27 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-26 14:58:27 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Served asset /glyphicons-halflings.png - 304 Not Modified (2ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-26 14:58:29 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.9ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (36.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (41.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.8ms) Completed 200 OK in 76ms (Views: 73.8ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:58:29 +0800 Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 14:58:29 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Served asset /amalgam/admin/_mixins.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 14:58:29 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 14:58:29 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 14:58:29 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 14:58:29 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:29 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:29 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:29 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:29 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:29 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (9ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:29 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:29 +0800 Served asset /jquery.js - 304 Not Modified (63ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:29 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (6ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:29 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:29 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:29 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:29 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:29 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:29 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:29 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:29 +0800 Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:29 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:29 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (45ms) Started GET "/" for 127.0.0.1 at 2012-12-26 14:58:43 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (115.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.2ms) Completed 200 OK in 405ms (Views: 397.4ms | ActiveRecord: 1.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 14:58:43 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 14:58:43 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:58:43 +0800 Served asset /mercury/bootstrap-overrides.css - 200 OK (7ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 14:58:43 +0800 Served asset /mercury/bootstrap-ish.css - 200 OK (7ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 14:58:43 +0800 Served asset /mercury/mercury.css - 200 OK (22ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 14:58:43 +0800 Served asset /responsive.css - 200 OK (7ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 14:58:43 +0800 Served asset /mercury/dialog.css - 200 OK (3ms) Served asset /mercury.css - 200 OK (17ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 14:58:43 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 14:58:43 +0800 Served asset /mercury/modal.css - 200 OK (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:58:43 +0800 Served asset /mercury/lightview.css - 200 OK (6ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 14:58:43 +0800 Served asset /mercury/toolbar.css - 200 OK (5ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 14:58:43 +0800 Served asset /mercury/statusbar.css - 200 OK (6ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 14:58:43 +0800 Served asset /mercury/uploader.css - 200 OK (5ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 14:58:43 +0800 Served asset /mercury/tooltip.css - 200 OK (6ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 14:58:43 +0800 Served asset /mercury/all_images.css - 200 OK (5ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:43 +0800 Served asset /amalgam/editor.css - 200 OK (31ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:43 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 200 OK (10ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:43 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 200 OK (6ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/dependencies/showdown.js - 200 OK (5ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/native_extensions.js - 200 OK (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/history_buffer.js - 200 OK (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /amalgam/mercury.js - 200 OK (112ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/dependencies/jquery.additions.js - 200 OK (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/dependencies/liquidmetal.js - 200 OK (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/table_editor.js - 200 OK (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/dialog.js - 200 OK (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/select.js - 200 OK (4ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/modal.js - 200 OK (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 200 OK (50ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/page_editor.js - 200 OK (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/statusbar.js - 200 OK (9ms) Served asset /mercury/palette.js - 200 OK (11ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/toolbar.js - 200 OK (8ms) Served asset /mercury/panel.js - 200 OK (5ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/toolbar.button.js - 200 OK (4ms) Served asset /mercury/lightview.js - 200 OK (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/toolbar.expander.js - 200 OK (5ms) Served asset /mercury/toolbar.button_group.js - 200 OK (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Served asset /mercury/tooltip.js - 200 OK (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/snippet_toolbar.js - 200 OK (6ms) Served asset /mercury/snippet.js - 200 OK (6ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/uploader.js - 200 OK (7ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/regions/image.js - 200 OK (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/regions/markdown.js - 200 OK (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/dialogs/backcolor.js - 200 OK (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/dialogs/formatblock.js - 200 OK (5ms) Served asset /mercury/region.js - 200 OK (68ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/regions/full.js - 200 OK (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/dialogs/snippetpanel.js - 200 OK (6ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/regions/simple.js - 200 OK (6ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/dialogs/style.js - 200 OK (7ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/regions/snippets.js - 200 OK (8ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/modals/insertcharacter.js - 200 OK (6ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/dialogs/forecolor.js - 200 OK (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/modals/htmleditor.js - 200 OK (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/modals/insertlink.js - 200 OK (5ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/modals/inserttable.js - 200 OK (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 200 OK (2ms) Served asset /mercury/modals/insertmedia.js - 200 OK (49ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /jquery.remotipart.js - 200 OK (3ms) Served asset /mercury/modals/insertsnippet.js - 200 OK (5ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/finalize.js - 200 OK (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /jquery.iframe-transport.js - 200 OK (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 200 OK (53ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.6ms) Completed 200 OK in 21ms (Views: 20.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.7ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.9ms) Completed 200 OK in 8ms (Views: 3.9ms | ActiveRecord: 0.0ms) Served asset /mercury/toolbar/primary/_expander.png - 200 OK (9ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Started GET "/?mercury_frame=true&_=1356505124621" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-12-26 14:58:44 +0800 Served asset /mercury/loading-dark.gif - 200 OK (4ms) Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356505124621", "slug"=>"home"} AdminUser Load (4.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (164.5ms) Completed 200 OK in 203ms (Views: 165.0ms | ActiveRecord: 5.6ms) Started GET "/" for 127.0.0.1 at 2012-12-26 14:58:55 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.4ms) Completed 500 Internal Server Error in 57ms ActionView::Template::Error (undefined method `to_sym' for nil:NilClass): 12: = drop_down t("amalgam.locales.#{I18n.locale.to_s}"), '#' do 13: - I18n::available_locales.each do |locale| 14: = dropdown_item(t("amalgam.locales.#{locale.to_s}"), locale_url(locale)) 15: %ul.nav.pull-right 16: - if editor 17: %li.edit 18: %a{:href => '#'}= t('amalgam.admin.actions.edit') app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.7ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/" for 127.0.0.1 at 2012-12-26 15:09:01 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (168.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (58.7ms) Completed 200 OK in 563ms (Views: 495.6ms | ActiveRecord: 5.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:02 +0800 Served asset /bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:02 +0800 Served asset /mercury/mercury.css - 200 OK (15ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:02 +0800 Served asset /mercury.css - 200 OK (13ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:02 +0800 Served asset /mercury/dialog.css - 200 OK (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:02 +0800 Served asset /mercury/modal.css - 200 OK (6ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:02 +0800 Served asset /mercury/toolbar.css - 200 OK (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:02 +0800 Served asset /mercury/tooltip.css - 200 OK (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:02 +0800 Served asset /mercury/uploader.css - 200 OK (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:02 +0800 Served asset /mercury/all_images.css - 200 OK (5ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:02 +0800 Served asset /amalgam/editor.css - 200 OK (26ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:02 +0800 Served asset /amalgam/mercury.js - 200 OK (97ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:02 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 200 OK (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:02 +0800 Served asset /mercury/dependencies/jquery.additions.js - 200 OK (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:02 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 200 OK (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:02 +0800 Served asset /mercury/dependencies/liquidmetal.js - 200 OK (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:02 +0800 Served asset /mercury/dependencies/showdown.js - 200 OK (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/mercury.js - 200 OK (46ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/native_extensions.js - 200 OK (4ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/page_editor.js - 200 OK (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/history_buffer.js - 200 OK (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/table_editor.js - 200 OK (45ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/dialog.js - 200 OK (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/palette.js - 200 OK (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/select.js - 200 OK (4ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/panel.js - 200 OK (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/modal.js - 200 OK (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/lightview.js - 200 OK (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/statusbar.js - 200 OK (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/toolbar.js - 200 OK (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/toolbar.button.js - 200 OK (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/toolbar.button_group.js - 200 OK (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/toolbar.expander.js - 200 OK (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/tooltip.js - 200 OK (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/snippet.js - 200 OK (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/snippet_toolbar.js - 200 OK (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/region.js - 200 OK (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/uploader.js - 200 OK (51ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/regions/full.js - 200 OK (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/regions/image.js - 200 OK (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/regions/markdown.js - 200 OK (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/regions/simple.js - 200 OK (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/regions/snippets.js - 200 OK (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/dialogs/backcolor.js - 200 OK (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/dialogs/forecolor.js - 200 OK (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/dialogs/formatblock.js - 200 OK (6ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/dialogs/snippetpanel.js - 200 OK (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/dialogs/style.js - 200 OK (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/modals/htmleditor.js - 200 OK (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/modals/insertcharacter.js - 200 OK (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/modals/insertlink.js - 200 OK (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/modals/insertmedia.js - 200 OK (4ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/modals/insertsnippet.js - 200 OK (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/modals/inserttable.js - 200 OK (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /mercury/finalize.js - 200 OK (45ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 200 OK (1ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /jquery.iframe-transport.js - 200 OK (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /jquery.remotipart.js - 200 OK (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /amalgam/editor.js - 200 OK (62ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:03 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:06 +0800 Served asset /mercury/bootstrap-ish.css - 200 OK (4ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:06 +0800 Served asset /responsive.css - 200 OK (4ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:06 +0800 Served asset /mercury/bootstrap-overrides.css - 200 OK (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:06 +0800 Served asset /mercury/lightview.css - 200 OK (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:07 +0800 Served asset /mercury/statusbar.css - 200 OK (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:09:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:09:07 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:09:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:09:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-12-26 15:09:07 +0800 Served asset /mercury/loading-dark.gif - 200 OK (4ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-12-26 15:09:07 +0800 Served asset /mercury/toolbar/primary/_expander.png - 200 OK (3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.4ms) Completed 200 OK in 49ms (Views: 48.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:09:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356505747169" for 127.0.0.1 at 2012-12-26 15:09:07 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356505747169", "slug"=>"home"} AdminUser Load (3.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (137.6ms) Completed 200 OK in 202ms (Views: 138.3ms | ActiveRecord: 5.0ms) Started GET "/" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.6ms) Completed 200 OK in 101ms (Views: 97.9ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/mercury.css - 304 Not Modified (22ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (7ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (6ms) Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Served asset /mercury/uploader.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /amalgam/editor.css - 304 Not Modified (39ms) Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (76ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (7ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/modal.js - 304 Not Modified (6ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Served asset /mercury/tooltip.js - 304 Not Modified (6ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/uploader.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/regions/image.js - 304 Not Modified (54ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/regions/simple.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:10 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:11 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:11 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:11 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:11 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:11 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:11 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:11 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:11 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:11 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:11 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:11 +0800 Served asset /amalgam/editor.js - 304 Not Modified (48ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:09:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:09:11 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:09:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.6ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:09:11 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:09:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.8ms) Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356505751192" for 127.0.0.1 at 2012-12-26 15:09:11 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356505751192", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (57.4ms) Completed 200 OK in 64ms (Views: 58.6ms | ActiveRecord: 1.1ms) Started GET "/" for 127.0.0.1 at 2012-12-26 15:09:12 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.7ms) Completed 200 OK in 60ms (Views: 56.6ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:09:12 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:12 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:12 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:09:12 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:09:12 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:09:12 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:09:12 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:09:12 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:09:12 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.2ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356505752984" for 127.0.0.1 at 2012-12-26 15:09:13 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356505752984", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (13.0ms) Completed 200 OK in 18ms (Views: 13.6ms | ActiveRecord: 1.0ms) Started GET "/" for 127.0.0.1 at 2012-12-26 15:09:22 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (12.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.5ms) Completed 500 Internal Server Error in 98ms ActionView::Template::Error (undefined method `downcase' for nil:NilClass): 12: = drop_down t("amalgam.locales.#{I18n.locale.to_s}"), '#' do 13: - I18n::available_locales.each do |locale| 14: = dropdown_item(t("amalgam.locales.#{locale.to_s}"), locale_url(locale)) 15: %ul.nav.pull-right 16: - if editor 17: %li.edit 18: %a{:href => '#'}= t('amalgam.admin.actions.edit') app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.6ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:09:26 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:09:26 +0800 Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:09:26 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (1.1ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:09:26 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:09:26 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356505766063" for 127.0.0.1 at 2012-12-26 15:09:26 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356505766063", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (14.9ms) Completed 200 OK in 20ms (Views: 15.5ms | ActiveRecord: 1.0ms) Started GET "/" for 127.0.0.1 at 2012-12-26 15:09:30 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (45.8ms) Completed 500 Internal Server Error in 96ms ActionView::Template::Error (undefined method `downcase' for nil:NilClass): 12: = drop_down t("amalgam.locales.#{I18n.locale.to_s}"), '#' do 13: - I18n::available_locales.each do |locale| 14: = dropdown_item(t("amalgam.locales.#{locale.to_s}"), locale_url(locale)) 15: %ul.nav.pull-right 16: - if editor 17: %li.edit 18: %a{:href => '#'}= t('amalgam.admin.actions.edit') app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.3ms) Started GET "/" for 127.0.0.1 at 2012-12-26 15:11:28 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (62.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.4ms) Completed 500 Internal Server Error in 129ms ActionView::Template::Error (undefined method `downcase' for nil:NilClass): 12: = drop_down t("amalgam.locales.#{I18n.locale.to_s}"), '#' do 13: - I18n::available_locales.each do |locale| 14: = dropdown_item(t("amalgam.locales.#{locale.to_s}"), locale_url(locale)) 15: %ul.nav.pull-right 16: - if editor 17: %li.edit 18: %a{:href => '#'}= t('amalgam.admin.actions.edit') app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.4ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/" for 127.0.0.1 at 2012-12-26 15:12:38 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (166.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (54.4ms) Completed 200 OK in 551ms (Views: 485.8ms | ActiveRecord: 5.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:12:39 +0800 Served asset /bootstrap.css - 304 Not Modified (10ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:12:39 +0800 Served asset /mercury.css - 304 Not Modified (17ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:12:39 +0800 Served asset /responsive.css - 304 Not Modified (7ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:12:39 +0800 Served asset /mercury/dialog.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:12:39 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:12:39 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:12:39 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (6ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:12:39 +0800 Served asset /mercury/uploader.css - 304 Not Modified (5ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:12:39 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:12:39 +0800 Served asset /amalgam/editor.css - 304 Not Modified (27ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:39 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:39 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (93ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:39 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:39 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:39 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:39 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:39 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:39 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:39 +0800 Served asset /mercury/mercury.js - 304 Not Modified (45ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (52ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/dialog.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/palette.js - 304 Not Modified (4ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/snippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (48ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (4ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (44ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:12:40 +0800 Served asset /amalgam/editor.js - 304 Not Modified (58ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:12:43 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:12:43 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:12:43 +0800 Served asset /mercury/mercury.css - 304 Not Modified (14ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:12:43 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:12:43 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:12:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:12:44 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:12:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:12:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/?mercury_frame=true&_=1356505964125" for 127.0.0.1 at 2012-12-26 15:12:44 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356505964125", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (15.3ms) Completed 200 OK in 22ms (Views: 16.3ms | ActiveRecord: 1.2ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-12-26 15:12:44 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.6ms) Completed 200 OK in 63ms (Views: 62.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:12:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-12-26 15:12:44 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (3ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/" for 127.0.0.1 at 2012-12-26 15:16:08 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (3.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (166.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (55.0ms) Completed 200 OK in 561ms (Views: 496.3ms | ActiveRecord: 5.3ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:16:09 +0800 Served asset /responsive.css - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:16:09 +0800 Served asset /mercury/mercury.css - 304 Not Modified (12ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:16:09 +0800 Served asset /mercury.css - 304 Not Modified (12ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:16:09 +0800 Served asset /mercury/dialog.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:16:09 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:16:09 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:16:09 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:16:09 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:16:09 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:16:09 +0800 Served asset /amalgam/editor.css - 304 Not Modified (27ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:09 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:09 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (100ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:09 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:09 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:09 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:09 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:09 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:09 +0800 Served asset /mercury/mercury.js - 304 Not Modified (43ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:09 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:09 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:09 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (43ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:09 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:09 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:09 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:09 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:09 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:09 +0800 Served asset /mercury/modal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /mercury/region.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (47ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (43ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:10 +0800 Served asset /amalgam/editor.js - 304 Not Modified (60ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:16:13 +0800 Served asset /bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:16:13 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:16:13 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:16:13 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:16:13 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (6ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:16:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:16:13 +0800 Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.7ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:16:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.4ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:16:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356506173988" for 127.0.0.1 at 2012-12-26 15:16:14 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356506173988", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (14.4ms) Completed 200 OK in 21ms (Views: 15.5ms | ActiveRecord: 1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 71ms (Views: 70.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:16:14 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/" for 127.0.0.1 at 2012-12-26 15:16:56 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (3.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (161.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (55.5ms) Completed 200 OK in 546ms (Views: 484.7ms | ActiveRecord: 5.2ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:16:57 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:16:57 +0800 Served asset /mercury/mercury.css - 304 Not Modified (16ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:16:57 +0800 Served asset /bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:16:57 +0800 Served asset /mercury/dialog.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:16:57 +0800 Served asset /mercury/modal.css - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:16:57 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:16:57 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:16:57 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:16:57 +0800 Served asset /mercury/all_images.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:16:57 +0800 Served asset /amalgam/editor.css - 304 Not Modified (27ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:57 +0800 Served asset /jquery.js - 304 Not Modified (44ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:57 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (50ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/mercury.js - 304 Not Modified (44ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/dialog.js - 304 Not Modified (4ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/region.js - 304 Not Modified (48ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (51ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:58 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:59 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:59 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:59 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:16:59 +0800 Served asset /amalgam/editor.js - 304 Not Modified (57ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:02 +0800 Served asset /mercury.css - 304 Not Modified (13ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:02 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:02 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:02 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:02 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (5ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:17:02 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:17:02 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:17:02 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:17:02 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/?mercury_frame=true&_=1356506222342" for 127.0.0.1 at 2012-12-26 15:17:02 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356506222342", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (20.6ms) Completed 200 OK in 27ms (Views: 21.8ms | ActiveRecord: 1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.6ms) Completed 200 OK in 76ms (Views: 75.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:17:02 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/?locale=en" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"en", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (20.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (16.1ms) Completed 200 OK in 120ms (Views: 115.5ms | ActiveRecord: 1.1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /bootstrap.css - 304 Not Modified (9ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/mercury.css - 304 Not Modified (22ms) Served asset /mercury.css - 304 Not Modified (22ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/lightview.css - 304 Not Modified (9ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/dialog.css - 304 Not Modified (11ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Served asset /mercury/uploader.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /amalgam/editor.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (145ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/mercury.js - 304 Not Modified (65ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/modal.js - 304 Not Modified (10ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:08 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (7ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:09 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:09 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/tooltip.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:09 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:09 +0800 Served asset /mercury/region.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:09 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:09 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Served asset /mercury/regions/simple.js - 304 Not Modified (8ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:09 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:09 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:09 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:09 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:09 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:09 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:09 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:09 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:09 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertmedia.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:09 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:09 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:09 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:09 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:09 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:09 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:09 +0800 Served asset /amalgam/editor.js - 304 Not Modified (57ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:17:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:17:09 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:17:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:17:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/?locale=en&mercury_frame=true&_=1356506229382" for 127.0.0.1 at 2012-12-26 15:17:09 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 75ms (Views: 74.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:17:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Processing by PagesController#show as HTML Parameters: {"locale"=>"en", "mercury_frame"=>"true", "_"=>"1356506229382", "slug"=>"home"} AdminUser Load (5.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (148.8ms) Completed 200 OK in 223ms (Views: 149.5ms | ActiveRecord: 7.0ms) Started GET "/?locale=zh-CN" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.0ms) Completed 200 OK in 74ms (Views: 69.8ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (7ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (66ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (41ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Served asset /mercury/history_buffer.js - 304 Not Modified (6ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/palette.js - 304 Not Modified (1ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (9ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/lightview.js - 304 Not Modified (6ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/snippet.js - 304 Not Modified (6ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (7ms) Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (8ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (6ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (7ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (3ms) Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.4ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:17:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (1.0ms) Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (75.4ms) Completed 200 OK in 78ms (Views: 77.8ms | ActiveRecord: 0.0ms) Started GET "/?locale=zh-CN&mercury_frame=true&_=1356506231939" for 127.0.0.1 at 2012-12-26 15:17:12 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "mercury_frame"=>"true", "_"=>"1356506231939", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (14.5ms) Completed 200 OK in 19ms (Views: 15.0ms | ActiveRecord: 1.1ms) Started GET "/?locale=en" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"en", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.1ms) Completed 200 OK in 60ms (Views: 56.0ms | ActiveRecord: 0.9ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (6ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Served asset /mercury/all_images.css - 304 Not Modified (8ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Served asset /amalgam/editor.css - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (5ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (4ms) Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:20 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:21 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:21 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:21 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:21 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:21 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:21 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:21 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:21 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:21 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:21 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (5ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:21 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:21 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:21 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:21 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:21 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:21 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:22 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (7ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:22 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:22 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:22 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:22 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:22 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:22 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:22 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (6ms) Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:22 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:22 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (6ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:22 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:22 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:22 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:22 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:22 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:22 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:22 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:22 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:22 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:17:22 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:17:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:17:22 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:17:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:17:22 +0800 Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:17:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/?locale=en&mercury_frame=true&_=1356506242215" for 127.0.0.1 at 2012-12-26 15:17:22 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"en", "mercury_frame"=>"true", "_"=>"1356506242215", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (61.4ms) Completed 200 OK in 64ms (Views: 63.7ms | ActiveRecord: 0.0ms) Rendered pages/show.html.haml (62.9ms) Completed 200 OK in 69ms (Views: 63.9ms | ActiveRecord: 1.2ms) Started GET "/?locale=zh-CN" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.8ms) Completed 200 OK in 57ms (Views: 53.4ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (13ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Served asset /mercury/page_editor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (6ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /mercury/finalize.js - 304 Not Modified (6ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.2ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/?locale=zh-CN&mercury_frame=true&_=1356506671930" for 127.0.0.1 at 2012-12-26 15:24:31 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "mercury_frame"=>"true", "_"=>"1356506671930", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (51.3ms) Completed 200 OK in 56ms (Views: 51.8ms | ActiveRecord: 1.1ms) Started GET "/" for 127.0.0.1 at 2012-12-26 15:26:11 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (60.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.2ms) Completed 200 OK in 137ms (Views: 109.2ms | ActiveRecord: 2.0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:11 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:11 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:11 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:11 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:11 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:11 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:11 +0800 Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:11 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:11 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:11 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:11 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:11 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:11 +0800 Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:11 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:11 +0800 Served asset /amalgam/editor.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:11 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:11 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:11 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:11 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:11 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:11 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:11 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:11 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:11 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:11 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (4ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Served asset /mercury/dialog.js - 304 Not Modified (6ms) Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/modal.js - 304 Not Modified (2ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356506772369" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356506772369", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Processing by MercuryController#resource as HTML Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:26:12 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered pages/show.html.haml (13.0ms) Completed 200 OK in 20ms (Views: 13.7ms | ActiveRecord: 1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/?locale=en" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"en", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.8ms) Completed 200 OK in 58ms (Views: 55.0ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /mercury/mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Served asset /mercury/modal.css - 304 Not Modified (6ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:14 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/?locale=en&mercury_frame=true&_=1356506775255" for 127.0.0.1 at 2012-12-26 15:26:15 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"en", "mercury_frame"=>"true", "_"=>"1356506775255", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (12.4ms) Completed 200 OK in 18ms (Views: 13.3ms | ActiveRecord: 1.1ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/" for 127.0.0.1 at 2012-12-26 15:26:55 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (172.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (54.3ms) Completed 200 OK in 565ms (Views: 501.1ms | ActiveRecord: 5.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:55 +0800 Served asset /bootstrap.css - 304 Not Modified (6ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /responsive.css - 304 Not Modified (6ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /amalgam/editor.css - 304 Not Modified (27ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (94ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/mercury.js - 304 Not Modified (47ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (47ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/panel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/lightview.js - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/region.js - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (49ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:56 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:57 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:57 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:57 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:57 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:57 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:57 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:57 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:57 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:57 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:57 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:57 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:57 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:57 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:57 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:26:57 +0800 Served asset /amalgam/editor.js - 304 Not Modified (108ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:00 +0800 Served asset /mercury.css - 304 Not Modified (13ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:00 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:00 +0800 Served asset /mercury/mercury.css - 304 Not Modified (10ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:00 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:00 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:27:00 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:27:00 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:27:00 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:27:00 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356506820527" for 127.0.0.1 at 2012-12-26 15:27:00 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356506820527", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (15.7ms) Completed 200 OK in 22ms (Views: 17.0ms | ActiveRecord: 1.2ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.6ms) Completed 200 OK in 20ms (Views: 19.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:27:00 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/en" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home", "locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (15.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.6ms) Completed 200 OK in 105ms (Views: 101.6ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (7ms) Served asset /mercury.css - 304 Not Modified (23ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/dialog.css - 304 Not Modified (5ms) Served asset /mercury/lightview.css - 304 Not Modified (6ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/all_images.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/native_extensions.js - 304 Not Modified (49ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/modal.js - 304 Not Modified (7ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/region.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (5ms) Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (6ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (7ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (6ms) Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Served asset /amalgam/editor.js - 304 Not Modified (76ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.6ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.3ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/en?mercury_frame=true&_=1356506825970" for 127.0.0.1 at 2012-12-26 15:27:05 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356506825970", "slug"=>"home", "locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (11.5ms) Completed 200 OK in 16ms (Views: 12.2ms | ActiveRecord: 1.0ms) Started GET "/zh-CN" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home", "locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (46.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.8ms) Completed 200 OK in 99ms (Views: 95.6ms | ActiveRecord: 0.9ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (6ms) Served asset /responsive.css - 304 Not Modified (9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /amalgam/editor.css - 304 Not Modified (41ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/dialog.js - 304 Not Modified (6ms) Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (5ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (7ms) Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (6ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (54ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:07 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:27:08 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:27:08 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:27:08 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:27:08 +0800 Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:27:08 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.7ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/zh-CN?mercury_frame=true&_=1356506828038" for 127.0.0.1 at 2012-12-26 15:27:08 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356506828038", "slug"=>"home", "locale"=>"zh-CN"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (57.0ms) Completed 200 OK in 63ms (Views: 57.5ms | ActiveRecord: 1.0ms) Started GET "/en" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home", "locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.1ms) Completed 200 OK in 61ms (Views: 56.6ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Served asset /mercury/modal.css - 304 Not Modified (7ms) Served asset /mercury/statusbar.css - 304 Not Modified (8ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (6ms) Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:10 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/style.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.7ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/en?mercury_frame=true&_=1356506831258" for 127.0.0.1 at 2012-12-26 15:27:11 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356506831258", "slug"=>"home", "locale"=>"en"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (14.2ms) Completed 200 OK in 21ms (Views: 15.4ms | ActiveRecord: 1.2ms) Started GET "/zh-CN" for 127.0.0.1 at 2012-12-26 15:27:12 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home", "locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.4ms) Completed 200 OK in 55ms (Views: 52.1ms | ActiveRecord: 0.8ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:12 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:12 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:12 +0800 Served asset /mercury/mercury.css - 304 Not Modified (13ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:12 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:12 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:12 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:12 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:12 +0800 Served asset /bootstrap.css - 304 Not Modified (60ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:12 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:12 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:12 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:12 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:12 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:12 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:12 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:12 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:12 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:12 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:12 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (63ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:12 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:12 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:12 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:12 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:12 +0800 Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:12 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:12 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (61ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (37ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/zh-CN?mercury_frame=true&_=1356506833368" for 127.0.0.1 at 2012-12-26 15:27:13 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356506833368", "slug"=>"home", "locale"=>"zh-CN"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (10.4ms) Completed 200 OK in 16ms (Views: 11.1ms | ActiveRecord: 1.0ms) Started GET "/en" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home", "locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (15.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.7ms) Completed 200 OK in 61ms (Views: 58.4ms | ActiveRecord: 0.8ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/uploader.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:14 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:27:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:27:15 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:27:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:27:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:27:15 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/en?mercury_frame=true&_=1356506835060" for 127.0.0.1 at 2012-12-26 15:27:15 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356506835060", "slug"=>"home", "locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (11.8ms) Completed 200 OK in 17ms (Views: 12.6ms | ActiveRecord: 1.0ms) Started GET "/zh-CN" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home", "locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.6ms) Completed 200 OK in 62ms (Views: 58.2ms | ActiveRecord: 0.9ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (6ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/zh-CN?mercury_frame=true&_=1356506837861" for 127.0.0.1 at 2012-12-26 15:27:17 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356506837861", "slug"=>"home", "locale"=>"zh-CN"} AdminUser Load (33.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (180.2ms) Completed 200 OK in 249ms (Views: 180.7ms | ActiveRecord: 35.6ms) Started GET "/en" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home", "locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.8ms) Completed 200 OK in 59ms (Views: 55.2ms | ActiveRecord: 0.9ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/mercury.js - 304 Not Modified (5ms) Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/en?mercury_frame=true&_=1356506839966" for 127.0.0.1 at 2012-12-26 15:27:19 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356506839966", "slug"=>"home", "locale"=>"en"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (12.1ms) Completed 200 OK in 19ms (Views: 13.1ms | ActiveRecord: 1.3ms) Started GET "/zh-CN" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home", "locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.7ms) Completed 200 OK in 55ms (Views: 51.4ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/zh-CN?mercury_frame=true&_=1356506843832" for 127.0.0.1 at 2012-12-26 15:27:23 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356506843832", "slug"=>"home", "locale"=>"zh-CN"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (12.7ms) Completed 200 OK in 19ms (Views: 13.6ms | ActiveRecord: 1.3ms) Started GET "/" for 127.0.0.1 at 2012-12-26 15:29:12 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.6ms) Completed 200 OK in 60ms (Views: 55.7ms | ActiveRecord: 1.0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:12 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:12 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:12 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:12 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:12 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:12 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Served asset /mercury/mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:12 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:12 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:12 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:12 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:12 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:12 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:12 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:12 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:12 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:12 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:12 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:12 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:12 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:12 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:12 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:12 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:12 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:12 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:12 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:12 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:12 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:12 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (5ms) Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (5ms) Started GET "/?mercury_frame=true&_=1356506953328" for 127.0.0.1 at 2012-12-26 15:29:13 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356506953328", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (13.3ms) Completed 200 OK in 17ms (Views: 13.8ms | ActiveRecord: 0.9ms) Started GET "/" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.5ms) Completed 200 OK in 58ms (Views: 54.6ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Started GET "/?mercury_frame=true&_=1356506956938" for 127.0.0.1 at 2012-12-26 15:29:16 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (0ms) Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356506956938", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (10.5ms) Completed 200 OK in 15ms (Views: 11.2ms | ActiveRecord: 0.9ms) Started GET "/" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.2ms) Completed 200 OK in 58ms (Views: 54.6ms | ActiveRecord: 0.8ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury/mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:18 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 54ms (Views: 53.8ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Started GET "/?mercury_frame=true&_=1356506959283" for 127.0.0.1 at 2012-12-26 15:29:19 +0800 Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356506959283", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (11.2ms) Completed 200 OK in 16ms (Views: 12.1ms | ActiveRecord: 0.9ms) Started GET "/" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.4ms) Completed 200 OK in 68ms (Views: 63.8ms | ActiveRecord: 1.1ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (4ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356506964844" for 127.0.0.1 at 2012-12-26 15:29:24 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356506964844", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (54.9ms) Completed 200 OK in 62ms (Views: 55.5ms | ActiveRecord: 1.3ms) Started GET "/" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.8ms) Completed 200 OK in 60ms (Views: 55.9ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:27 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356506968305" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356506968305", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (15.9ms) Completed 200 OK in 22ms (Views: 16.6ms | ActiveRecord: 1.2ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:29:28 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.6ms) Completed 200 OK in 58ms (Views: 54.1ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:29:46 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:29:47 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:29:47 +0800 Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:29:47 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:29:47 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:29:47 +0800 Processing by MercuryController#resource as HTML Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.7ms) Started GET "/?mercury_frame=true&_=1356506987062" for 127.0.0.1 at 2012-12-26 15:29:47 +0800 Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms) Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356506987062", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (12.8ms) Completed 200 OK in 18ms (Views: 13.5ms | ActiveRecord: 1.1ms) Started GET "/" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (49.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.5ms) Completed 200 OK in 95ms (Views: 91.6ms | ActiveRecord: 0.9ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:01 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:02 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:02 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:02 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:02 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:02 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:02 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:02 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:02 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:02 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:02 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:02 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:02 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:02 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:02 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:02 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:02 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:02 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:02 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:02 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:02 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:30:02 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:30:02 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:30:02 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:30:02 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:30:02 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356507002239" for 127.0.0.1 at 2012-12-26 15:30:02 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356507002239", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (51.7ms) Completed 200 OK in 56ms (Views: 52.4ms | ActiveRecord: 1.0ms) Started GET "/pages/home" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.2ms) Completed 200 OK in 59ms (Views: 54.3ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/pages/home?mercury_frame=true&_=1356507014713" for 127.0.0.1 at 2012-12-26 15:30:14 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356507014713", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (52.3ms) Completed 200 OK in 58ms (Views: 53.4ms | ActiveRecord: 1.2ms) Started GET "/pages/home" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (12.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.3ms) Completed 200 OK in 58ms (Views: 54.2ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/pages/home?mercury_frame=true&_=1356507018558" for 127.0.0.1 at 2012-12-26 15:30:18 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356507018558", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (11.7ms) Completed 200 OK in 16ms (Views: 12.3ms | ActiveRecord: 0.9ms) Started DELETE "/admin_user/signout?locale=zh-CN" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"LVv94cAoFJ+oyaLFOh6e3/cCDp59GJTtjZhzMVgelu8=", "locale"=>"zh-CN", "resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"59ae5355f6484a89cdd75819ef0e1d24", "_csrf_token"=>"LVv94cAoFJ+oyaLFOh6e3/cCDp59GJTtjZhzMVgelu8=", "admin_user_id"=>1, "locale"=>"zh-CN"} Redirected to http://zh-cn.amalgam.dev/ Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started GET "/" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.3ms) Completed 200 OK in 56ms (Views: 53.2ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /bootstrap.css - 304 Not Modified (3ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (5ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /mercury/mercury.js - 304 Not Modified (52ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356507651703" for 127.0.0.1 at 2012-12-26 15:40:51 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356507651703", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (15.4ms) Completed 200 OK in 20ms (Views: 15.9ms | ActiveRecord: 1.3ms) Started DELETE "/admin_user/signout?locale=zh-CN" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"LVv94cAoFJ+oyaLFOh6e3/cCDp59GJTtjZhzMVgelu8=", "locale"=>"zh-CN", "resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"59ae5355f6484a89cdd75819ef0e1d24", "_csrf_token"=>"LVv94cAoFJ+oyaLFOh6e3/cCDp59GJTtjZhzMVgelu8=", "admin_user_id"=>1, "locale"=>"zh-CN"} Redirected to http://zh-cn.amalgam.dev/ Completed 302 Found in 1ms (ActiveRecord: 0.1ms) Started GET "/" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.0ms) Completed 200 OK in 55ms (Views: 51.1ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356507654868" for 127.0.0.1 at 2012-12-26 15:40:54 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356507654868", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (14.7ms) Completed 200 OK in 19ms (Views: 15.2ms | ActiveRecord: 1.1ms) Started GET "/" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.0ms) Completed 200 OK in 56ms (Views: 52.6ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /amalgam/editor.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (5ms) Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:40:56 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:40:57 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:40:57 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:40:57 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:40:57 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:40:57 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356507657064" for 127.0.0.1 at 2012-12-26 15:40:57 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356507657064", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (11.0ms) Completed 200 OK in 16ms (Views: 11.5ms | ActiveRecord: 1.1ms) Started DELETE "/admin_user/signout?locale=zh-CN" for 127.0.0.1 at 2012-12-26 15:41:02 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"LVv94cAoFJ+oyaLFOh6e3/cCDp59GJTtjZhzMVgelu8=", "locale"=>"zh-CN", "resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"59ae5355f6484a89cdd75819ef0e1d24", "_csrf_token"=>"LVv94cAoFJ+oyaLFOh6e3/cCDp59GJTtjZhzMVgelu8=", "admin_user_id"=>1, "locale"=>"zh-CN"} Redirected to http://zh-cn.amalgam.dev/ Completed 302 Found in 1ms (ActiveRecord: 0.1ms) Started GET "/" for 127.0.0.1 at 2012-12-26 15:41:02 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.6ms) Completed 200 OK in 55ms (Views: 52.2ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /amalgam/editor.css - 304 Not Modified (4ms) Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356507663528" for 127.0.0.1 at 2012-12-26 15:41:03 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356507663528", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (11.5ms) Completed 200 OK in 18ms (Views: 12.7ms | ActiveRecord: 1.2ms) Started GET "/" for 127.0.0.1 at 2012-12-26 15:41:09 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.7ms) Completed 200 OK in 59ms (Views: 55.3ms | ActiveRecord: 1.0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (1ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356507670592" for 127.0.0.1 at 2012-12-26 15:41:10 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356507670592", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (9.7ms) Completed 200 OK in 16ms (Views: 10.3ms | ActiveRecord: 1.2ms) Started DELETE "/admin_user/signout?locale=zh-CN" for 127.0.0.1 at 2012-12-26 15:41:14 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"LVv94cAoFJ+oyaLFOh6e3/cCDp59GJTtjZhzMVgelu8=", "locale"=>"zh-CN", "resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"59ae5355f6484a89cdd75819ef0e1d24", "_csrf_token"=>"LVv94cAoFJ+oyaLFOh6e3/cCDp59GJTtjZhzMVgelu8=", "admin_user_id"=>1, "locale"=>"zh-CN"} Redirected to http://zh-cn.amalgam.dev/ Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started GET "/" for 127.0.0.1 at 2012-12-26 15:41:14 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.3ms) Completed 200 OK in 54ms (Views: 50.2ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:14 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:14 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:14 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:14 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:14 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:14 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:14 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:14 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:14 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:14 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:14 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:14 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:14 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:14 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:14 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:14 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:14 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:14 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:14 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:14 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:14 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (59ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:14 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Served asset /amalgam/editor.js - 304 Not Modified (3ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356507675352" for 127.0.0.1 at 2012-12-26 15:41:15 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356507675352", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (14.6ms) Completed 200 OK in 19ms (Views: 15.2ms | ActiveRecord: 1.0ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-12-26 15:41:16 +0800 Served asset /mercury/toolbar/primary/save.png - 200 OK (3ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-12-26 15:41:16 +0800 Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-12-26 15:41:16 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 200 OK (4ms) Served asset /mercury/toolbar/primary/preview.png - 200 OK (4ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-12-26 15:41:16 +0800 Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-12-26 15:41:16 +0800 Served asset /mercury/toolbar/primary/undo.png - 200 OK (8ms) Served asset /mercury/toolbar/primary/redo.png - 200 OK (8ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-12-26 15:41:16 +0800 Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-12-26 15:41:16 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 200 OK (7ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-12-26 15:41:16 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 200 OK (7ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-12-26 15:41:16 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 200 OK (4ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-12-26 15:41:16 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 200 OK (7ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-12-26 15:41:16 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 200 OK (4ms) Served asset /mercury/toolbar/editable/buttons.png - 200 OK (5ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-12-26 15:41:16 +0800 Served asset /mercury/close.png - 200 OK (3ms) Started DELETE "/admin_user/signout?locale=zh-CN" for 127.0.0.1 at 2012-12-26 15:41:20 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"LVv94cAoFJ+oyaLFOh6e3/cCDp59GJTtjZhzMVgelu8=", "locale"=>"zh-CN", "resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"59ae5355f6484a89cdd75819ef0e1d24", "_csrf_token"=>"LVv94cAoFJ+oyaLFOh6e3/cCDp59GJTtjZhzMVgelu8=", "admin_user_id"=>1, "locale"=>"zh-CN"} Redirected to http://zh-cn.amalgam.dev/ Completed 302 Found in 1ms (ActiveRecord: 0.1ms) Started GET "/" for 127.0.0.1 at 2012-12-26 15:41:20 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.0ms) Completed 200 OK in 103ms (Views: 99.8ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:20 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:20 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:20 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:20 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:20 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:20 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:20 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:20 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:20 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:20 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:20 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:20 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:20 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:20 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:41:20 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:20 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:20 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:20 +0800 Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356507681394" for 127.0.0.1 at 2012-12-26 15:41:21 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356507681394", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (9.9ms) Completed 200 OK in 17ms (Views: 10.4ms | ActiveRecord: 1.2ms) Started DELETE "/admin_user/signout?locale=zh-CN" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"LVv94cAoFJ+oyaLFOh6e3/cCDp59GJTtjZhzMVgelu8=", "locale"=>"zh-CN", "resource"=>"admin_user"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"59ae5355f6484a89cdd75819ef0e1d24", "_csrf_token"=>"LVv94cAoFJ+oyaLFOh6e3/cCDp59GJTtjZhzMVgelu8=", "admin_user_id"=>1, "locale"=>"zh-CN"} Redirected to http://zh-cn.amalgam.dev/ Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.2ms) Completed 200 OK in 92ms (Views: 88.9ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /amalgam/editor.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Served asset /amalgam/editor.js - 304 Not Modified (1ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:44:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:44:45 +0800 Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:44:45 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356507885022" for 127.0.0.1 at 2012-12-26 15:44:45 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356507885022", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (12.9ms) Completed 200 OK in 17ms (Views: 13.4ms | ActiveRecord: 1.1ms) Started DELETE "/admin_user/signout?locale=zh-CN" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"LVv94cAoFJ+oyaLFOh6e3/cCDp59GJTtjZhzMVgelu8=", "locale"=>"zh-CN", "resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"59ae5355f6484a89cdd75819ef0e1d24", "_csrf_token"=>"LVv94cAoFJ+oyaLFOh6e3/cCDp59GJTtjZhzMVgelu8=", "admin_user_id"=>1, "locale"=>"zh-CN"} Redirected to http://zh-cn.amalgam.dev/ Completed 302 Found in 1ms (ActiveRecord: 0.1ms) Started GET "/" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.5ms) Completed 200 OK in 111ms (Views: 107.4ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /amalgam/editor.css - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:16 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356508157243" for 127.0.0.1 at 2012-12-26 15:49:17 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356508157243", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (17.3ms) Completed 200 OK in 22ms (Views: 17.8ms | ActiveRecord: 1.1ms) Started GET "/admin_user/edit?locale=zh-CN" for 127.0.0.1 at 2012-12-26 15:54:35 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"locale"=>"zh-CN", "resource"=>"admin_user"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (13.4ms) Completed 200 OK in 80ms (Views: 77.1ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:35 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:35 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:35 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:35 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:35 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:35 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:35 +0800 Served asset /amalgam/admin.css - 304 Not Modified (20ms) Served asset /modernizr.js - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:35 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:35 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:35 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (16ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:35 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (5ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:35 +0800 Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:35 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:35 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (17ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:35 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:35 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (7ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:35 +0800 Served asset /amalgam/extra.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:35 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:35 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:35 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (66ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:35 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:35 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:35 +0800 Served asset /amalgam/admin.js - 304 Not Modified (21ms) Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:35 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.1ms) Completed 200 OK in 63ms (Views: 59.1ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /amalgam/editor.css - 304 Not Modified (6ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356508478945" for 127.0.0.1 at 2012-12-26 15:54:38 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356508478945", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (50.8ms) Completed 200 OK in 58ms (Views: 51.8ms | ActiveRecord: 1.5ms) Started DELETE "/admin_user/signout?locale=zh-CN" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"LVv94cAoFJ+oyaLFOh6e3/cCDp59GJTtjZhzMVgelu8=", "locale"=>"zh-CN", "resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"59ae5355f6484a89cdd75819ef0e1d24", "_csrf_token"=>"LVv94cAoFJ+oyaLFOh6e3/cCDp59GJTtjZhzMVgelu8=", "admin_user_id"=>1, "locale"=>"zh-CN"} Redirected to http://zh-cn.amalgam.dev/ Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started GET "/" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.0ms) Completed 200 OK in 57ms (Views: 53.1ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 15:54:40 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 15:54:41 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 15:54:41 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 15:54:41 +0800 Started GET "/?mercury_frame=true&_=1356508481072" for 127.0.0.1 at 2012-12-26 15:54:41 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356508481072", "slug"=>"home"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 15:54:41 +0800 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 15:54:41 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered pages/show.html.haml (15.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 21ms (Views: 15.9ms | ActiveRecord: 1.2ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-12-26 16:07:47 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `can_edit?' for #): /Users/brownjohn/code/amalgam/lib/amalgam/globalize/helpers.rb:11:in `set_locale' activesupport (3.2.8) lib/active_support/callbacks.rb:418:in `_run__1124892982265697486__process_action__3129138172414543199__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2234544247899965482__call__1970659023526826045__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.9ms) Started GET "/" for 127.0.0.1 at 2012-12-26 16:08:00 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (28.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (47.6ms) Completed 200 OK in 133ms (Views: 108.9ms | ActiveRecord: 1.8ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:00 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:00 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:00 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /mercury/mercury.css - 304 Not Modified (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:00 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:00 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:00 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:00 +0800 Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:00 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:00 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:00 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:00 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:00 +0800 Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:00 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:00 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:00 +0800 Served asset /amalgam/editor.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:00 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:00 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:00 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:00 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/mercury.js - 304 Not Modified (4ms) Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356509281439" for 127.0.0.1 at 2012-12-26 16:08:01 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356509281439", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (14.4ms) Completed 200 OK in 21ms (Views: 15.2ms | ActiveRecord: 1.2ms) Started DELETE "/admin_user/signout?locale=zh-CN" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"LVv94cAoFJ+oyaLFOh6e3/cCDp59GJTtjZhzMVgelu8=", "locale"=>"zh-CN", "resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"59ae5355f6484a89cdd75819ef0e1d24", "_csrf_token"=>"LVv94cAoFJ+oyaLFOh6e3/cCDp59GJTtjZhzMVgelu8=", "admin_user_id"=>1, "locale"=>"zh-CN"} Redirected to http://zh-cn.amalgam.dev/ Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started GET "/" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.5ms) Completed 200 OK in 59ms (Views: 55.7ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Served asset /mercury/mercury.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:04 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:05 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:05 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:05 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:05 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:05 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:05 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:05 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:05 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:05 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:05 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:05 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:05 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:05 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:05 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:05 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:05 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:05 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:05 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:05 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 16:08:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 16:08:05 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 16:08:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 16:08:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356509285216" for 127.0.0.1 at 2012-12-26 16:08:05 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356509285216", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (14.9ms) Completed 200 OK in 21ms (Views: 15.6ms | ActiveRecord: 1.2ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 16:08:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started DELETE "/admin_user/signout?locale=zh-CN" for 127.0.0.1 at 2012-12-26 16:08:30 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"LVv94cAoFJ+oyaLFOh6e3/cCDp59GJTtjZhzMVgelu8=", "locale"=>"zh-CN", "resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"59ae5355f6484a89cdd75819ef0e1d24", "_csrf_token"=>"LVv94cAoFJ+oyaLFOh6e3/cCDp59GJTtjZhzMVgelu8=", "admin_user_id"=>1, "locale"=>"zh-CN"} Redirected to http://zh-cn.amalgam.dev/ Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started GET "/" for 127.0.0.1 at 2012-12-26 16:08:30 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (13.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.5ms) Completed 200 OK in 62ms (Views: 57.5ms | ActiveRecord: 0.9ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356509311725" for 127.0.0.1 at 2012-12-26 16:08:31 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356509311725", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (14.2ms) Completed 200 OK in 21ms (Views: 15.1ms | ActiveRecord: 1.3ms) Started DELETE "/admin_user/signout?locale=zh-CN" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"LVv94cAoFJ+oyaLFOh6e3/cCDp59GJTtjZhzMVgelu8=", "locale"=>"zh-CN", "resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"59ae5355f6484a89cdd75819ef0e1d24", "_csrf_token"=>"LVv94cAoFJ+oyaLFOh6e3/cCDp59GJTtjZhzMVgelu8=", "admin_user_id"=>1, "locale"=>"zh-CN"} Redirected to http://zh-cn.amalgam.dev/ Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started GET "/" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.7ms) Completed 200 OK in 57ms (Views: 54.0ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (1ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Served asset /mercury/mercury.js - 304 Not Modified (4ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:27 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (1ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356509368252" for 127.0.0.1 at 2012-12-26 16:09:28 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356509368252", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (13.3ms) Completed 200 OK in 20ms (Views: 14.3ms | ActiveRecord: 1.5ms) Started GET "/" for 127.0.0.1 at 2012-12-26 16:14:08 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (68.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.5ms) Completed 200 OK in 138ms (Views: 113.1ms | ActiveRecord: 1.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /amalgam/editor.css - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (7ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356509649826" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 16:14:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356509649826", "slug"=>"home"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (11.7ms) Completed 200 OK in 20ms (Views: 13.1ms | ActiveRecord: 1.4ms) Started DELETE "/admin_user/signout?locale=zh-CN" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"LVv94cAoFJ+oyaLFOh6e3/cCDp59GJTtjZhzMVgelu8=", "locale"=>"zh-CN", "resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://zh-cn.amalgam.dev/ Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started GET "/" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.0ms) Completed 200 OK in 98ms (Views: 94.7ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:11 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356509652270" for 127.0.0.1 at 2012-12-26 16:14:12 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356509652270", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (12.6ms) Completed 200 OK in 18ms (Views: 13.1ms | ActiveRecord: 1.1ms) Started DELETE "/admin_user/signout?locale=zh-CN" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"LVv94cAoFJ+oyaLFOh6e3/cCDp59GJTtjZhzMVgelu8=", "locale"=>"zh-CN", "resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://zh-cn.amalgam.dev/ Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started GET "/" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.1ms) Completed 200 OK in 96ms (Views: 92.3ms | ActiveRecord: 0.9ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (1ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/mercury.js - 304 Not Modified (6ms) Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:18 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:19 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 16:17:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 16:17:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 16:17:19 +0800 Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 16:17:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 16:17:19 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356509839091" for 127.0.0.1 at 2012-12-26 16:17:19 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356509839091", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (12.2ms) Completed 200 OK in 19ms (Views: 13.1ms | ActiveRecord: 1.3ms) Started DELETE "/admin_user/signout?locale=zh-CN" for 127.0.0.1 at 2012-12-26 16:17:21 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"LVv94cAoFJ+oyaLFOh6e3/cCDp59GJTtjZhzMVgelu8=", "locale"=>"zh-CN", "resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://zh-cn.amalgam.dev/ Completed 302 Found in 1ms (ActiveRecord: 0.1ms) Started GET "/" for 127.0.0.1 at 2012-12-26 16:17:21 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.0ms) Completed 200 OK in 99ms (Views: 94.5ms | ActiveRecord: 1.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356509842656" for 127.0.0.1 at 2012-12-26 16:17:22 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356509842656", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (10.9ms) Completed 200 OK in 19ms (Views: 11.9ms | ActiveRecord: 1.4ms) Started GET "/" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (51.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.9ms) Completed 200 OK in 102ms (Views: 97.8ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /amalgam/editor.css - 304 Not Modified (4ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (9ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Served asset /amalgam/editor.js - 304 Not Modified (3ms) Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.2ms) Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356509859928" for 127.0.0.1 at 2012-12-26 16:17:39 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356509859928", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (16.7ms) Completed 200 OK in 24ms (Views: 17.3ms | ActiveRecord: 1.5ms) Started DELETE "/admin_user/signout?locale=zh-CN" for 127.0.0.1 at 2012-12-26 16:17:41 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"y8k6wPraW1VWOnNAEsNTqHZO8ukyh7ke8lQTWuziJtM=", "locale"=>"zh-CN", "resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://amalgam.dev/ Completed 302 Found in 1ms (ActiveRecord: 0.1ms) Started GET "/" for 127.0.0.1 at 2012-12-26 16:17:41 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (50.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.8ms) Completed 200 OK in 100ms (Views: 97.0ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356509862669" for 127.0.0.1 at 2012-12-26 16:17:42 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356509862669", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (12.4ms) Completed 200 OK in 19ms (Views: 13.1ms | ActiveRecord: 1.2ms) Started GET "/" for 127.0.0.1 at 2012-12-26 16:20:12 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] # Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (61.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.2ms) Completed 200 OK in 131ms (Views: 108.2ms | ActiveRecord: 1.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:12 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:12 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:12 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:12 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:12 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:12 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:12 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:12 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:12 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:12 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:12 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:12 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:12 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:12 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:12 +0800 Served asset /amalgam/editor.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356510013455" for 127.0.0.1 at 2012-12-26 16:20:13 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356510013455", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] # Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (11.3ms) Completed 200 OK in 16ms (Views: 12.0ms | ActiveRecord: 0.9ms) Started DELETE "/admin_user/signout?locale=zh-CN" for 127.0.0.1 at 2012-12-26 16:20:28 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"y8k6wPraW1VWOnNAEsNTqHZO8ukyh7ke8lQTWuziJtM=", "locale"=>"zh-CN", "resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://amalgam.dev/ Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started GET "/" for 127.0.0.1 at 2012-12-26 16:20:28 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] # Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (44.9ms) Completed 200 OK in 91ms (Views: 87.4ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (2ms) Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356510029609" for 127.0.0.1 at 2012-12-26 16:20:29 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356510029609", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] # Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (13.9ms) Completed 200 OK in 19ms (Views: 14.5ms | ActiveRecord: 1.0ms) Started GET "/" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"876ae866401a6bdd6abb4a4ba8f54b25", "_csrf_token"=>"y8k6wPraW1VWOnNAEsNTqHZO8ukyh7ke8lQTWuziJtM=", "admin_user_id"=>1, "locale"=>"zh-CN"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (27.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (48.0ms) Completed 200 OK in 171ms (Views: 107.4ms | ActiveRecord: 1.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:03 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:04 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:04 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:04 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:04 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:04 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:04 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:04 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:04 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:04 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 16:21:04 +0800 Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 16:21:04 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 16:21:04 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 16:21:04 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 16:21:04 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.7ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356510064145" for 127.0.0.1 at 2012-12-26 16:21:04 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356510064145", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"876ae866401a6bdd6abb4a4ba8f54b25", "_csrf_token"=>"y8k6wPraW1VWOnNAEsNTqHZO8ukyh7ke8lQTWuziJtM=", "admin_user_id"=>1, "locale"=>"zh-CN"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (11.0ms) Completed 200 OK in 18ms (Views: 11.9ms | ActiveRecord: 1.2ms) Started DELETE "/admin_user/signout?locale=zh-CN" for 127.0.0.1 at 2012-12-26 16:21:10 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"y8k6wPraW1VWOnNAEsNTqHZO8ukyh7ke8lQTWuziJtM=", "locale"=>"zh-CN", "resource"=>"admin_user"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://amalgam.dev/ Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/" for 127.0.0.1 at 2012-12-26 16:21:10 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"876ae866401a6bdd6abb4a4ba8f54b25", "_csrf_token"=>"y8k6wPraW1VWOnNAEsNTqHZO8ukyh7ke8lQTWuziJtM=", "admin_user_id"=>1, "locale"=>"zh-CN"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (47.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.0ms) Completed 200 OK in 100ms (Views: 96.7ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (4ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356510071580" for 127.0.0.1 at 2012-12-26 16:21:11 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356510071580", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"876ae866401a6bdd6abb4a4ba8f54b25", "_csrf_token"=>"y8k6wPraW1VWOnNAEsNTqHZO8ukyh7ke8lQTWuziJtM=", "admin_user_id"=>1, "locale"=>"zh-CN"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (13.1ms) Completed 200 OK in 18ms (Views: 13.6ms | ActiveRecord: 1.1ms) Started GET "/zh-CN/pages/test" for 127.0.0.1 at 2012-12-26 16:24:00 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test"} {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"zh-CN"} Page Load (41.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Rendered pages/show.html.haml (1.5ms) Completed 200 OK in 47ms (Views: 2.4ms | ActiveRecord: 41.5ms) Started GET "/admin" for 127.0.0.1 at 2012-12-26 16:24:09 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://amalgam.dev/admin_user/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-12-26 16:24:09 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (7.2ms) Completed 200 OK in 21ms (Views: 18.9ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 16:24:09 +0800 Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 16:24:09 +0800 Served asset /amalgam/admin/_mixins.css - 200 OK (0ms) Served asset /bootstrap.css - 200 OK (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 16:24:09 +0800 Served asset /amalgam/extra.css - 200 OK (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 16:24:09 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 16:24:09 +0800 Served asset /amalgam/admin/layout.css - 200 OK (0ms) Served asset /amalgam/admin/login.css - 200 OK (4ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 16:24:09 +0800 Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 16:24:09 +0800 Served asset /modernizr.js - 200 OK (0ms) Served asset /amalgam/admin.css - 200 OK (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 16:24:09 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 16:24:09 +0800 Served asset /jquery.js - 200 OK (0ms) Served asset /jquery.ui.core.js - 200 OK (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 16:24:09 +0800 Served asset /jquery.ui.widget.js - 200 OK (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 16:24:09 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 16:24:09 +0800 Served asset /jquery.ui.mouse.js - 200 OK (8ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 16:24:09 +0800 Served asset /jquery.ui.nestedSortable.js - 200 OK (3ms) Served asset /jquery.ui.sortable.js - 200 OK (24ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 16:24:09 +0800 Served asset /jquery.scrollto.js - 200 OK (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 16:24:09 +0800 Served asset /jquery_ujs.js - 200 OK (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:24:09 +0800 Served asset /bootstrap-dropdown.js - 200 OK (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 16:24:09 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 16:24:09 +0800 Served asset /bootstrap-alert.js - 200 OK (6ms) Served asset /bootstrap-tooltip.js - 200 OK (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 16:24:09 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 16:24:09 +0800 Served asset /bootstrap-button.js - 200 OK (6ms) Served asset /amalgam/extra.js - 200 OK (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 16:24:09 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 16:24:09 +0800 Served asset /amalgam/admin/app.js - 200 OK (1ms) Served asset /amalgam/admin/popover.js - 200 OK (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 16:24:09 +0800 Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 16:24:09 +0800 Served asset /amalgam/admin.js - 200 OK (0ms) Served asset /amalgam/admin/tree.js - 200 OK (1ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-26 16:24:09 +0800 Served asset /amalgam/admin/bg.png - 200 OK (2ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-26 16:24:10 +0800 Served asset /glyphicons-halflings.png - 200 OK (6ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-12-26 16:24:15 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://amalgam.dev/admin Completed 302 Found in 90ms (ActiveRecord: 0.3ms) Started GET "/admin" for 127.0.0.1 at 2012-12-26 16:24:16 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (17.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.1ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (45.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (47.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (72.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (76.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.9ms) Completed 200 OK in 204ms (Views: 201.1ms | ActiveRecord: 1.0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-26 16:24:16 +0800 Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-26 16:24:16 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 200 OK (2ms) Served asset /glyphicons-halflings-white.png - 200 OK (4ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-26 16:24:16 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 200 OK (1ms) Started DELETE "/admin_user/signout?locale=zh-CN" for 127.0.0.1 at 2012-12-26 16:24:19 +0800 Processing by Amalgam::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "locale"=>"zh-CN", "resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://amalgam.dev/ Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started GET "/" for 127.0.0.1 at 2012-12-26 16:24:19 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"zh-CN", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "flash"=>#, @closed=false, @flashes={:notice=>"退出成功"}, @now=nil>} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Rendered pages/show.html.haml (1.7ms) Completed 200 OK in 5ms (Views: 2.5ms | ActiveRecord: 0.6ms) Started GET "/zh-cn" for 127.0.0.1 at 2012-12-26 16:26:54 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home", "locale"=>"zh-cn"} {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"zh-cn", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "flash"=>#, @closed=false, @flashes={}, @now=nil>} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Rendered pages/show.html.haml (1.7ms) Completed 200 OK in 6ms (Views: 2.5ms | ActiveRecord: 0.6ms) Started GET "/en" for 127.0.0.1 at 2012-12-26 16:26:58 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home", "locale"=>"en"} {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"en", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io="} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Rendered pages/show.html.haml (1.6ms) Completed 200 OK in 7ms (Views: 2.7ms | ActiveRecord: 0.8ms) Started GET "/" for 127.0.0.1 at 2012-12-26 16:28:59 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"en", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io="} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Rendered pages/show.html.haml (1.7ms) Completed 200 OK in 7ms (Views: 2.8ms | ActiveRecord: 0.7ms) Started GET "/" for 127.0.0.1 at 2012-12-26 16:29:06 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"en", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io="} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Rendered pages/show.html.haml (1.7ms) Completed 200 OK in 6ms (Views: 2.7ms | ActiveRecord: 0.6ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/" for 127.0.0.1 at 2012-12-26 16:46:47 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"en", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io="} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Rendered pages/show.html.haml (53.7ms) Completed 200 OK in 118ms (Views: 62.0ms | ActiveRecord: 0.9ms) Started GET "/" for 127.0.0.1 at 2012-12-26 16:47:40 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"en", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io="} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Rendered pages/show.html.haml (3.7ms) Completed 200 OK in 8ms (Views: 4.5ms | ActiveRecord: 0.7ms) Started GET "/" for 127.0.0.1 at 2012-12-26 16:47:42 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"en", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io="} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Rendered pages/show.html.haml (2.2ms) Completed 200 OK in 6ms (Views: 3.0ms | ActiveRecord: 0.8ms) Started GET "/admin" for 127.0.0.1 at 2012-12-26 16:47:46 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://en.amalgam.dev/admin_user/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-12-26 16:47:46 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (10.7ms) Completed 200 OK in 107ms (Views: 99.6ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 16:47:46 +0800 Served asset /bootstrap.css - 200 OK (8ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 16:47:46 +0800 Served asset /amalgam/extra.css - 200 OK (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 16:47:46 +0800 Served asset /amalgam/admin/login.css - 200 OK (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 16:47:46 +0800 Served asset /modernizr.js - 200 OK (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 16:47:46 +0800 Served asset /jquery.ui.core.js - 200 OK (4ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 16:47:46 +0800 Served asset /jquery.ui.widget.js - 200 OK (4ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 16:47:46 +0800 Served asset /jquery.ui.sortable.js - 200 OK (6ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 16:47:46 +0800 Served asset /jquery.ui.nestedSortable.js - 200 OK (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 16:47:46 +0800 Served asset /jquery.scrollto.js - 200 OK (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 16:47:46 +0800 Served asset /jquery_ujs.js - 200 OK (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:47:46 +0800 Served asset /bootstrap-dropdown.js - 200 OK (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 16:47:46 +0800 Served asset /bootstrap-alert.js - 200 OK (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 16:47:46 +0800 Served asset /bootstrap-tooltip.js - 200 OK (6ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 16:47:46 +0800 Served asset /bootstrap-button.js - 200 OK (4ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 16:47:46 +0800 Served asset /amalgam/extra.js - 200 OK (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 16:47:46 +0800 Served asset /amalgam/admin/app.js - 200 OK (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 16:47:46 +0800 Served asset /amalgam/admin/popover.js - 200 OK (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 16:47:46 +0800 Served asset /amalgam/admin/tree.js - 200 OK (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 16:47:46 +0800 Served asset /amalgam/admin.js - 200 OK (19ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 16:47:50 +0800 Served asset /amalgam/admin/_mixins.css - 200 OK (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 16:47:50 +0800 Served asset /amalgam/admin.css - 200 OK (12ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 16:47:50 +0800 Served asset /amalgam/admin/layout.css - 200 OK (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 16:47:50 +0800 Served asset /jquery.js - 200 OK (5ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 16:47:50 +0800 Served asset /jquery.ui.mouse.js - 200 OK (8ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-26 16:47:50 +0800 Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-26 16:47:50 +0800 Served asset /amalgam/admin/bg.png - 200 OK (1ms) Served asset /glyphicons-halflings.png - 200 OK (4ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-12-26 16:47:56 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 AdminUser Load (3.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://en.amalgam.dev/admin Completed 302 Found in 116ms (ActiveRecord: 6.6ms) Started GET "/admin" for 127.0.0.1 at 2012-12-26 16:47:56 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (74.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (79.7ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (95.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (103.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (19.2ms) Completed 200 OK in 350ms (Views: 338.4ms | ActiveRecord: 1.3ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-26 16:47:57 +0800 Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-26 16:47:57 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 200 OK (1ms) Served asset /glyphicons-halflings-white.png - 200 OK (4ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-26 16:47:57 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 200 OK (1ms) Started GET "/en/pages/test" for 127.0.0.1 at 2012-12-26 16:48:02 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"en", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"en", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user_id"=>1} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (107.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (50.9ms) Completed 200 OK in 441ms (Views: 431.1ms | ActiveRecord: 1.5ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:48:02 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:48:02 +0800 Served asset /mercury/mercury.css - 200 OK (12ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 16:48:02 +0800 Served asset /mercury/bootstrap-overrides.css - 200 OK (4ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 16:48:02 +0800 Served asset /mercury/bootstrap-ish.css - 200 OK (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 16:48:02 +0800 Served asset /mercury/modal.css - 200 OK (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:48:02 +0800 Served asset /mercury.css - 200 OK (65ms) Served asset /mercury/toolbar.css - 200 OK (3ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 16:48:02 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 16:48:02 +0800 Served asset /responsive.css - 200 OK (6ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 16:48:02 +0800 Served asset /mercury/tooltip.css - 200 OK (7ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 16:48:02 +0800 Served asset /mercury/dialog.css - 200 OK (8ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 16:48:02 +0800 Served asset /mercury/uploader.css - 200 OK (6ms) Served asset /mercury/lightview.css - 200 OK (6ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 16:48:02 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:48:02 +0800 Served asset /mercury/statusbar.css - 200 OK (5ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 16:48:02 +0800 Served asset /mercury/all_images.css - 200 OK (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:02 +0800 Served asset /amalgam/editor.css - 200 OK (33ms) Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 200 OK (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:02 +0800 Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:02 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 200 OK (7ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:02 +0800 Served asset /mercury/dependencies/showdown.js - 200 OK (4ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:02 +0800 Served asset /mercury/native_extensions.js - 200 OK (5ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:02 +0800 Served asset /mercury/history_buffer.js - 200 OK (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:02 +0800 Served asset /mercury/table_editor.js - 200 OK (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:02 +0800 Served asset /mercury/dialog.js - 200 OK (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:02 +0800 Served asset /mercury/palette.js - 200 OK (4ms) Served asset /amalgam/mercury.js - 200 OK (111ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:02 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/dependencies/jquery.additions.js - 200 OK (6ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/select.js - 200 OK (7ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/dependencies/liquidmetal.js - 200 OK (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/panel.js - 200 OK (6ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/lightview.js - 200 OK (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/statusbar.js - 200 OK (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/mercury.js - 200 OK (51ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/page_editor.js - 200 OK (4ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/modal.js - 200 OK (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/toolbar.button.js - 200 OK (50ms) Served asset /mercury/toolbar.js - 200 OK (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/toolbar.expander.js - 200 OK (5ms) Served asset /mercury/toolbar.button_group.js - 200 OK (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/snippet.js - 200 OK (5ms) Served asset /mercury/tooltip.js - 200 OK (7ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/snippet_toolbar.js - 200 OK (6ms) Served asset /mercury/region.js - 200 OK (6ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/regions/full.js - 200 OK (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/regions/markdown.js - 200 OK (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/regions/snippets.js - 200 OK (5ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/dialogs/forecolor.js - 200 OK (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/dialogs/snippetpanel.js - 200 OK (4ms) Served asset /mercury/uploader.js - 200 OK (59ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/regions/image.js - 200 OK (4ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/dialogs/style.js - 200 OK (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/regions/simple.js - 200 OK (6ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/modals/htmleditor.js - 200 OK (6ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/dialogs/backcolor.js - 200 OK (6ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/modals/insertlink.js - 200 OK (6ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/dialogs/formatblock.js - 200 OK (5ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/modals/insertsnippet.js - 200 OK (7ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/modals/insertcharacter.js - 200 OK (6ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/finalize.js - 200 OK (8ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/modals/insertmedia.js - 200 OK (5ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /jquery.iframe-transport.js - 200 OK (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/modals/inserttable.js - 200 OK (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 200 OK (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /jquery.remotipart.js - 200 OK (3ms) Served asset /amalgam/editor.js - 200 OK (97ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.6ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Served asset /mercury/loading-dark.gif - 200 OK (5ms) Served asset /mercury/toolbar/primary/_expander.png - 200 OK (6ms) Started GET "/en/pages/test?mercury_frame=true&_=1356511683534" for 127.0.0.1 at 2012-12-26 16:48:03 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356511683534", "locale"=>"en", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"en", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user_id"=>1} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (11.9ms) Completed 200 OK in 17ms (Views: 12.6ms | ActiveRecord: 0.9ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-12-26 16:48:05 +0800 Served asset /mercury/toolbar/primary/save.png - 200 OK (5ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-12-26 16:48:05 +0800 Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-12-26 16:48:05 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 200 OK (5ms) Served asset /mercury/toolbar/primary/insertmedia.png - 200 OK (5ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-12-26 16:48:05 +0800 Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-12-26 16:48:05 +0800 Served asset /mercury/toolbar/primary/redo.png - 200 OK (6ms) Served asset /mercury/toolbar/primary/undo.png - 200 OK (8ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-12-26 16:48:05 +0800 Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-12-26 16:48:05 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 200 OK (4ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-12-26 16:48:05 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 200 OK (5ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-12-26 16:48:05 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 200 OK (7ms) Served asset /mercury/toolbar/primary/preview.png - 200 OK (68ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-12-26 16:48:05 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 200 OK (4ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-12-26 16:48:05 +0800 Served asset /mercury/toolbar/editable/buttons.png - 200 OK (4ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-12-26 16:48:05 +0800 Served asset /mercury/close.png - 200 OK (3ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/en/pages/test" for 127.0.0.1 at 2012-12-26 16:48:54 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"en", "slug"=>"test"} AdminUser Load (3.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"en", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user_id"=>1} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (165.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (55.7ms) Completed 200 OK in 548ms (Views: 481.7ms | ActiveRecord: 5.2ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 16:48:54 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 16:48:54 +0800 Served asset /responsive.css - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:48:54 +0800 Served asset /mercury/mercury.css - 304 Not Modified (14ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 16:48:54 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 16:48:54 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:48:54 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 16:48:54 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 16:48:54 +0800 Served asset /mercury/uploader.css - 304 Not Modified (8ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /amalgam/editor.css - 304 Not Modified (22ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (103ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/mercury.js - 304 Not Modified (41ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (50ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/palette.js - 304 Not Modified (4ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/lightview.js - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/snippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/region.js - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/uploader.js - 304 Not Modified (49ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:55 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:56 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:56 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:56 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:56 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:56 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:56 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:56 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (4ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:56 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:56 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (46ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:56 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:56 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:48:56 +0800 Served asset /amalgam/editor.js - 304 Not Modified (57ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:48:59 +0800 Served asset /mercury.css - 304 Not Modified (12ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 16:48:59 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 16:48:59 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 16:48:59 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:48:59 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 16:48:59 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 16:48:59 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 16:48:59 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 16:48:59 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (1.6ms) Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/en/pages/test?mercury_frame=true&_=1356511739402" for 127.0.0.1 at 2012-12-26 16:48:59 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356511739402", "locale"=>"en", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"en", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user_id"=>1} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (26.3ms) Completed 200 OK in 35ms (Views: 27.7ms | ActiveRecord: 1.5ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.4ms) Completed 200 OK in 67ms (Views: 65.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 16:48:59 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/en/pages/test" for 127.0.0.1 at 2012-12-26 16:49:45 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"en", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"en", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user_id"=>1} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (14.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.9ms) Completed 200 OK in 101ms (Views: 95.5ms | ActiveRecord: 1.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:45 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:45 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:45 +0800 Served asset /bootstrap.css - 304 Not Modified (10ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:45 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:45 +0800 Served asset /mercury/mercury.css - 304 Not Modified (18ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:45 +0800 Served asset /responsive.css - 304 Not Modified (7ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:45 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (24ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:45 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:45 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:45 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Served asset /mercury/uploader.css - 304 Not Modified (7ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (80ms) Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (78ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (6ms) Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/native_extensions.js - 304 Not Modified (6ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/palette.js - 304 Not Modified (10ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (13ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (6ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (13ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (6ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (97ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.9ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/en/pages/test?mercury_frame=true&_=1356511786759" for 127.0.0.1 at 2012-12-26 16:49:46 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356511786759", "locale"=>"en", "slug"=>"test"} AdminUser Load (1.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"en", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user_id"=>1} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (72.7ms) Completed 200 OK in 82ms (Views: 74.0ms | ActiveRecord: 2.3ms) Started PUT "/admin/editor" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Processing by Amalgam::Admin::EditorController#update as JSON Parameters: {"content"=>{"pages/1.title"=>{"type"=>"full", "value"=>"test1"}, "pages/1.body.title"=>{"type"=>"full", "value"=>"body2"}}} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1  (0.0ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-12-26 08:49:52.270328' WHERE "pages"."id" = 1 Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 AND "page_translations"."locale" = 'en' LIMIT 1  (0.1ms) UPDATE "page_translations" SET "body" = '--- title: body2 ', "updated_at" = '2012-12-26 08:49:52.276348' WHERE "page_translations"."id" = 2 Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 1]] Page::Translation Load (0.0ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 2]]  (3.1ms) commit transaction Rendered text template (0.0ms) Completed 200 OK in 80ms (Views: 2.6ms | ActiveRecord: 4.8ms) Started GET "/en/pages/test" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"en", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"en", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user_id"=>1} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (25.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.4ms) Completed 200 OK in 87ms (Views: 80.3ms | ActiveRecord: 1.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (6ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (13ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/dialog.css - 304 Not Modified (9ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/lightview.css - 304 Not Modified (6ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/modal.css - 304 Not Modified (7ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (63ms) Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /amalgam/editor.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (10ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/mercury.js - 304 Not Modified (159ms) Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/dialog.js - 304 Not Modified (6ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:52 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (9ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:53 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:53 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/region.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:53 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:53 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:53 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:53 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:53 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:53 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:53 +0800 Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:53 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/style.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:53 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:53 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:53 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:53 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:53 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:53 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (9ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:53 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:53 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:53 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:53 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:53 +0800 Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:53 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (4ms) Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 16:49:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 16:49:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 16:49:53 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 16:49:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 16:49:53 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/en/pages/test?mercury_frame=true&_=1356511793297" for 127.0.0.1 at 2012-12-26 16:49:53 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356511793297", "locale"=>"en", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"en", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user_id"=>1} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (18.6ms) Completed 200 OK in 25ms (Views: 19.9ms | ActiveRecord: 1.0ms) Started GET "/en/pages/test" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"en", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"en", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user_id"=>1} Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (15.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (47.2ms) Completed 200 OK in 103ms (Views: 99.1ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /mercury.css - 200 OK (0ms) Served asset /bootstrap.css - 200 OK (1ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /mercury/bootstrap-ish.css - 200 OK (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /mercury/bootstrap-overrides.css - 200 OK (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /responsive.css - 200 OK (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /mercury/mercury.css - 200 OK (0ms) Served asset /mercury/lightview.css - 200 OK (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /mercury/dialog.css - 200 OK (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /mercury/modal.css - 200 OK (0ms) Served asset /mercury/statusbar.css - 200 OK (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /mercury/toolbar.css - 200 OK (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /mercury/tooltip.css - 200 OK (0ms) Served asset /mercury/uploader.css - 200 OK (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /mercury/all_images.css - 200 OK (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /jquery.js - 200 OK (0ms) Served asset /amalgam/editor.css - 200 OK (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /amalgam/mercury.js - 200 OK (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 200 OK (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /jquery_ujs.js - 200 OK (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /mercury/dependencies/jquery.additions.js - 200 OK (7ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 200 OK (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /mercury/dependencies/liquidmetal.js - 200 OK (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /mercury/dependencies/showdown.js - 200 OK (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /mercury/mercury.js - 200 OK (4ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /mercury/native_extensions.js - 200 OK (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /mercury/history_buffer.js - 200 OK (0ms) Served asset /mercury/page_editor.js - 200 OK (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /mercury/dialog.js - 200 OK (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /mercury/palette.js - 200 OK (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /mercury/panel.js - 200 OK (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /mercury/modal.js - 200 OK (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /mercury/statusbar.js - 200 OK (0ms) Served asset /mercury/table_editor.js - 200 OK (68ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /mercury/select.js - 200 OK (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /mercury/toolbar.button.js - 200 OK (0ms) Served asset /mercury/lightview.js - 200 OK (7ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /mercury/toolbar.js - 200 OK (5ms) Served asset /mercury/toolbar.button_group.js - 200 OK (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /mercury/tooltip.js - 200 OK (0ms) Served asset /mercury/toolbar.expander.js - 200 OK (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /mercury/snippet.js - 200 OK (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /mercury/snippet_toolbar.js - 200 OK (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /mercury/region.js - 200 OK (0ms) Served asset /mercury/uploader.js - 200 OK (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Served asset /mercury/regions/full.js - 200 OK (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:56 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:57 +0800 Served asset /mercury/regions/image.js - 200 OK (0ms) Served asset /mercury/regions/markdown.js - 200 OK (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:57 +0800 Served asset /mercury/regions/simple.js - 200 OK (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:57 +0800 Served asset /mercury/regions/snippets.js - 200 OK (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:57 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:57 +0800 Served asset /mercury/dialogs/forecolor.js - 200 OK (0ms) Served asset /mercury/dialogs/backcolor.js - 200 OK (6ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:57 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:57 +0800 Served asset /mercury/dialogs/formatblock.js - 200 OK (0ms) Served asset /mercury/dialogs/snippetpanel.js - 200 OK (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:57 +0800 Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:57 +0800 Served asset /mercury/dialogs/style.js - 200 OK (0ms) Served asset /mercury/modals/htmleditor.js - 200 OK (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:57 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:57 +0800 Served asset /mercury/modals/insertcharacter.js - 200 OK (0ms) Served asset /mercury/modals/insertlink.js - 200 OK (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:57 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:57 +0800 Served asset /mercury/modals/insertsnippet.js - 200 OK (0ms) Served asset /mercury/modals/insertmedia.js - 200 OK (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:57 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:57 +0800 Served asset /mercury/modals/inserttable.js - 200 OK (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:57 +0800 Served asset /mercury/finalize.js - 200 OK (7ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 200 OK (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:57 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:57 +0800 Served asset /bootstrap-dropdown.js - 200 OK (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:57 +0800 Served asset /jquery.iframe-transport.js - 200 OK (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 16:49:57 +0800 Served asset /jquery.remotipart.js - 200 OK (0ms) Served asset /amalgam/editor.js - 200 OK (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 16:49:57 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 16:49:57 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 16:49:57 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 16:49:57 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 16:49:57 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-12-26 16:49:57 +0800 Started GET "/en/pages/test?mercury_frame=true&_=1356511797256" for 127.0.0.1 at 2012-12-26 16:49:57 +0800 Served asset /mercury/toolbar/primary/_expander.png - 200 OK (9ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-12-26 16:49:57 +0800 Served asset /mercury/loading-dark.gif - 200 OK (5ms) Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356511797256", "locale"=>"en", "slug"=>"test"} AdminUser Load (4.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"en", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user_id"=>1} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (177.8ms) Completed 200 OK in 253ms (Views: 178.5ms | ActiveRecord: 6.2ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-12-26 16:50:00 +0800 Served asset /mercury/toolbar/primary/save.png - 200 OK (3ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-12-26 16:50:00 +0800 Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-12-26 16:50:00 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 200 OK (6ms) Served asset /mercury/toolbar/primary/preview.png - 200 OK (6ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-12-26 16:50:00 +0800 Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-12-26 16:50:00 +0800 Served asset /mercury/toolbar/primary/redo.png - 200 OK (6ms) Served asset /mercury/toolbar/primary/undo.png - 200 OK (7ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-12-26 16:50:00 +0800 Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-12-26 16:50:00 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 200 OK (6ms) Served asset /mercury/toolbar/primary/insertmedia.png - 200 OK (6ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-12-26 16:50:00 +0800 Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-12-26 16:50:00 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 200 OK (5ms) Served asset /mercury/toolbar/primary/inserttable.png - 200 OK (6ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-12-26 16:50:00 +0800 Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-12-26 16:50:00 +0800 Served asset /mercury/toolbar/editable/buttons.png - 200 OK (4ms) Served asset /mercury/toolbar/primary/inspectorpanel.png - 200 OK (4ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-12-26 16:50:00 +0800 Served asset /mercury/close.png - 200 OK (3ms) Started GET "/en/pages/test" for 127.0.0.1 at 2012-12-26 16:50:02 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"en", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"en", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user_id"=>1} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (57.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.9ms) Completed 200 OK in 111ms (Views: 107.2ms | ActiveRecord: 1.0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 16:50:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 16:50:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 16:50:03 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 16:50:03 +0800 Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 16:50:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (1.1ms) Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/en/pages/test?mercury_frame=true&_=1356511803177" for 127.0.0.1 at 2012-12-26 16:50:03 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356511803177", "locale"=>"en", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"en", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user_id"=>1} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (22.7ms) Completed 200 OK in 29ms (Views: 23.8ms | ActiveRecord: 1.1ms) Started GET "/en/pages/test" for 127.0.0.1 at 2012-12-26 16:50:08 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"en", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"en", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user_id"=>1} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (53.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.7ms) Completed 200 OK in 103ms (Views: 99.5ms | ActiveRecord: 0.8ms) Started GET "/en/pages/test?mercury_frame=true&_=1356511808767" for 127.0.0.1 at 2012-12-26 16:50:08 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356511808767", "locale"=>"en", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"en", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user_id"=>1} Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (15.8ms) Completed 200 OK in 20ms (Views: 16.4ms | ActiveRecord: 0.9ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 16:50:09 +0800 Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 16:50:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 16:50:09 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 16:50:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 16:50:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/en/pages/test" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"en", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"en", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user_id"=>1} Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (15.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.5ms) Completed 200 OK in 104ms (Views: 100.1ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /responsive.css - 200 OK (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/bootstrap-ish.css - 200 OK (0ms) Served asset /mercury/mercury.css - 200 OK (1ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/bootstrap-overrides.css - 200 OK (0ms) Served asset /mercury.css - 200 OK (1ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/modal.css - 200 OK (0ms) Served asset /mercury/dialog.css - 200 OK (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/lightview.css - 200 OK (0ms) Served asset /mercury/statusbar.css - 200 OK (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/tooltip.css - 200 OK (0ms) Served asset /mercury/toolbar.css - 200 OK (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/uploader.css - 200 OK (0ms) Served asset /mercury/all_images.css - 200 OK (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /amalgam/editor.css - 200 OK (2ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /amalgam/mercury.js - 200 OK (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 200 OK (0ms) Served asset /mercury/dependencies/jquery.additions.js - 200 OK (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 200 OK (0ms) Served asset /mercury/dependencies/liquidmetal.js - 200 OK (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/dependencies/showdown.js - 200 OK (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/mercury.js - 200 OK (3ms) Served asset /mercury/native_extensions.js - 200 OK (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/page_editor.js - 200 OK (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/table_editor.js - 200 OK (0ms) Served asset /mercury/history_buffer.js - 200 OK (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/palette.js - 200 OK (0ms) Served asset /mercury/dialog.js - 200 OK (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/select.js - 200 OK (1ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/modal.js - 200 OK (0ms) Served asset /mercury/panel.js - 200 OK (12ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/lightview.js - 200 OK (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/statusbar.js - 200 OK (7ms) Served asset /mercury/toolbar.js - 200 OK (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/toolbar.button_group.js - 200 OK (0ms) Served asset /mercury/toolbar.button.js - 200 OK (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/tooltip.js - 200 OK (0ms) Served asset /mercury/toolbar.expander.js - 200 OK (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/snippet.js - 200 OK (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/snippet_toolbar.js - 200 OK (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/region.js - 200 OK (0ms) Served asset /mercury/uploader.js - 200 OK (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/regions/full.js - 200 OK (0ms) Served asset /mercury/regions/image.js - 200 OK (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/regions/markdown.js - 200 OK (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/regions/simple.js - 200 OK (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/regions/snippets.js - 200 OK (0ms) Served asset /mercury/dialogs/backcolor.js - 200 OK (2ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/dialogs/forecolor.js - 200 OK (0ms) Served asset /mercury/dialogs/formatblock.js - 200 OK (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/dialogs/snippetpanel.js - 200 OK (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/dialogs/style.js - 200 OK (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/modals/htmleditor.js - 200 OK (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/modals/insertlink.js - 200 OK (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/modals/insertcharacter.js - 200 OK (6ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/modals/insertsnippet.js - 200 OK (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/finalize.js - 200 OK (0ms) Served asset /mercury/modals/insertmedia.js - 200 OK (6ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 200 OK (0ms) Served asset /mercury/modals/inserttable.js - 200 OK (5ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /jquery.remotipart.js - 200 OK (0ms) Served asset /jquery.iframe-transport.js - 200 OK (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /amalgam/editor.js - 200 OK (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/toolbar/primary/_expander.png - 200 OK (0ms) Started GET "/en/pages/test?mercury_frame=true&_=1356511815781" for 127.0.0.1 at 2012-12-26 16:50:15 +0800 Served asset /mercury/loading-dark.gif - 200 OK (5ms) Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356511815781", "locale"=>"en", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"en", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user_id"=>1} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (15.2ms) Completed 200 OK in 21ms (Views: 15.9ms | ActiveRecord: 1.1ms) Started GET "/zh-CN/pages/test" for 127.0.0.1 at 2012-12-26 16:50:17 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"zh-CN", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user_id"=>1} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (58.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (18.5ms) Completed 200 OK in 115ms (Views: 111.5ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:17 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:17 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 16:50:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 16:50:17 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 16:50:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 16:50:17 +0800 Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 16:50:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.7ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test?mercury_frame=true&_=1356511817934" for 127.0.0.1 at 2012-12-26 16:50:17 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356511817934", "locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"zh-CN", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user_id"=>1} Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (13.6ms) Completed 200 OK in 21ms (Views: 14.8ms | ActiveRecord: 1.4ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-12-26 16:50:21 +0800 Served asset /mercury/toolbar/primary/save.png - 200 OK (0ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-12-26 16:50:21 +0800 Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-12-26 16:50:21 +0800 Served asset /mercury/toolbar/primary/redo.png - 200 OK (0ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-12-26 16:50:21 +0800 Served asset /mercury/toolbar/primary/preview.png - 200 OK (8ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-12-26 16:50:21 +0800 Served asset /mercury/toolbar/primary/undo.png - 200 OK (0ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-12-26 16:50:21 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 200 OK (0ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-12-26 16:50:21 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 200 OK (0ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-12-26 16:50:21 +0800 Served asset /mercury/toolbar/editable/buttons.png - 200 OK (0ms) Served asset /mercury/toolbar/primary/_pressed.png - 200 OK (84ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-12-26 16:50:21 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 200 OK (0ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-12-26 16:50:21 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 200 OK (0ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-12-26 16:50:21 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 200 OK (0ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-12-26 16:50:21 +0800 Served asset /mercury/close.png - 200 OK (0ms) Started PUT "/admin/editor" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Processing by Amalgam::Admin::EditorController#update as JSON Parameters: {"content"=>{"pages/1.title"=>{"type"=>"full", "value"=>"测试"}, "pages/1.body.title"=>{"type"=>"full", "value"=>"body2"}}} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-12-26 08:50:25.036570' WHERE "pages"."id" = 1 Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 AND "page_translations"."locale" = 'zh-CN' LIMIT 1  (0.2ms) UPDATE "page_translations" SET "body" = '--- title: body2 ', "updated_at" = '2012-12-26 08:50:25.040186' WHERE "page_translations"."id" = 1 Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 1]] Page::Translation Load (0.0ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 2]]  (3.2ms) commit transaction Rendered text template (0.0ms) Completed 200 OK in 69ms (Views: 0.5ms | ActiveRecord: 4.6ms) Started GET "/zh-CN/pages/test" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"zh-CN", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user_id"=>1} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (16.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.2ms) Completed 200 OK in 73ms (Views: 68.2ms | ActiveRecord: 1.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /amalgam/editor.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (5ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /jquery_ujs.js - 304 Not Modified (19ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/mercury.js - 304 Not Modified (5ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (16ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (6ms) Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Served asset /amalgam/editor.js - 304 Not Modified (42ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test?mercury_frame=true&_=1356511825882" for 127.0.0.1 at 2012-12-26 16:50:25 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356511825882", "locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"zh-CN", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user_id"=>1} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (14.3ms) Completed 200 OK in 19ms (Views: 15.0ms | ActiveRecord: 0.9ms) Started GET "/en/pages/test" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"en", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"en", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user_id"=>1} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (15.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.3ms) Completed 200 OK in 70ms (Views: 66.3ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Served asset /mercury/modal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 17ms (Views: 16.5ms | ActiveRecord: 0.0ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Processing by MercuryController#resource as HTML Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/en/pages/test?mercury_frame=true&_=1356511828745" for 127.0.0.1 at 2012-12-26 16:50:28 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356511828745", "locale"=>"en", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"en", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user_id"=>1} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (17.9ms) Completed 200 OK in 24ms (Views: 18.5ms | ActiveRecord: 1.3ms) Started GET "/zh-CN/pages/test" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"zh-CN", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user_id"=>1} Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (16.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (44.1ms) Completed 200 OK in 105ms (Views: 101.4ms | ActiveRecord: 0.8ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /amalgam/editor.css - 304 Not Modified (4ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (5ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (62ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:30 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:31 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:31 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:31 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:31 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:31 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:31 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:31 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:31 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:31 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:31 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:31 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:31 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:31 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:31 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:31 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:31 +0800 Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:31 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 16:50:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 16:50:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 16:50:31 +0800 Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 16:50:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 16:50:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test?mercury_frame=true&_=1356511831183" for 127.0.0.1 at 2012-12-26 16:50:31 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356511831183", "locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"zh-CN", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user_id"=>1} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (21.4ms) Completed 200 OK in 26ms (Views: 22.1ms | ActiveRecord: 1.0ms) Started PUT "/admin/editor" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Processing by Amalgam::Admin::EditorController#update as JSON Parameters: {"content"=>{"pages/1.title"=>{"type"=>"full", "value"=>"测试"}, "pages/1.body.title"=>{"type"=>"full", "value"=>"这是测试"}}} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page::Translation Load (0.5ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.2ms) UPDATE "pages" SET "updated_at" = '2012-12-26 08:50:39.414554' WHERE "pages"."id" = 1 Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 AND "page_translations"."locale" = 'zh-CN' LIMIT 1  (0.1ms) UPDATE "page_translations" SET "body" = '--- title: 这是测试 ', "updated_at" = '2012-12-26 08:50:39.420965' WHERE "page_translations"."id" = 1 Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 1]] Page::Translation Load (0.0ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 2]]  (1.8ms) commit transaction Rendered text template (0.0ms) Completed 200 OK in 34ms (Views: 0.5ms | ActiveRecord: 3.4ms) Started GET "/zh-CN/pages/test" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"zh-CN", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user_id"=>1} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (16.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.9ms) Completed 200 OK in 105ms (Views: 99.6ms | ActiveRecord: 1.1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Served asset /mercury/mercury.css - 304 Not Modified (1ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Served asset /amalgam/editor.css - 304 Not Modified (4ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:39 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:40 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:40 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:40 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (2ms) Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:40 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:40 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:40 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:40 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:40 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:40 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:40 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:40 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:40 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:40 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:40 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:40 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:40 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:40 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:40 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:40 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:40 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:40 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:40 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 16:50:40 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 16:50:40 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 16:50:40 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 16:50:40 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 16:50:40 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (1.2ms) Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test?mercury_frame=true&_=1356511840227" for 127.0.0.1 at 2012-12-26 16:50:40 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356511840227", "locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"zh-CN", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user_id"=>1} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (16.5ms) Completed 200 OK in 24ms (Views: 17.5ms | ActiveRecord: 1.3ms) Started GET "/en/pages/test" for 127.0.0.1 at 2012-12-26 16:50:43 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"en", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"en", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user_id"=>1} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (54.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.3ms) Completed 200 OK in 110ms (Views: 105.8ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:43 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:43 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:43 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:43 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:43 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:43 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:43 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:43 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:43 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:43 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:43 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:43 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:43 +0800 Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:43 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/en/pages/test?mercury_frame=true&_=1356511844435" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 16:50:44 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356511844435", "locale"=>"en", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] {"session_id"=>"43d877c7e9c905d04d8060af59a765da", "locale"=>"en", "_csrf_token"=>"crTsAaAwp5NzwW1fJwe/cR1b6MV0q9JYGCJVHgTN5io=", "admin_user_id"=>1} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (59.4ms) Completed 200 OK in 66ms (Views: 60.5ms | ActiveRecord: 1.0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin" for 127.0.0.1 at 2012-12-26 17:16:32 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (101.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (105.8ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (121.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (130.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (47.2ms) Completed 200 OK in 402ms (Views: 346.6ms | ActiveRecord: 5.2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-26 17:16:32 +0800 Served asset /amalgam/admin/_mixins.css - 200 OK (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-26 17:16:32 +0800 Served asset /amalgam/admin/layout.css - 200 OK (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-26 17:16:32 +0800 Served asset /amalgam/admin.css - 200 OK (16ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-26 17:16:32 +0800 Served asset /jquery.ui.core.js - 200 OK (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-26 17:16:32 +0800 Served asset /jquery.ui.mouse.js - 200 OK (7ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-26 17:16:32 +0800 Served asset /jquery.ui.sortable.js - 200 OK (9ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-26 17:16:32 +0800 Served asset /bootstrap-alert.js - 200 OK (4ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-26 17:16:32 +0800 Served asset /jquery.scrollto.js - 200 OK (2ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 17:16:32 +0800 Served asset /bootstrap-tooltip.js - 200 OK (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-26 17:16:32 +0800 Served asset /bootstrap-button.js - 200 OK (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-26 17:16:33 +0800 Served asset /amalgam/extra.js - 200 OK (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-26 17:16:33 +0800 Served asset /amalgam/admin/app.js - 200 OK (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-26 17:16:33 +0800 Served asset /amalgam/admin/tree.js - 200 OK (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-26 17:16:33 +0800 Served asset /amalgam/admin/popover.js - 200 OK (3ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-26 17:16:33 +0800 Served asset /amalgam/admin.js - 200 OK (64ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-26 17:16:36 +0800 Served asset /amalgam/extra.css - 200 OK (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-26 17:16:36 +0800 Served asset /modernizr.js - 200 OK (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-26 17:16:36 +0800 Served asset /amalgam/admin/login.css - 200 OK (1ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-26 17:16:36 +0800 Served asset /jquery.ui.widget.js - 200 OK (2ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-26 17:16:36 +0800 Served asset /jquery.ui.nestedSortable.js - 200 OK (1ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-26 17:16:36 +0800 Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-26 17:16:36 +0800 Served asset /amalgam/admin/bg.png - 200 OK (1ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-26 17:16:36 +0800 Served asset /glyphicons-halflings-white.png - 200 OK (6ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-26 17:16:36 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 200 OK (1ms) Served asset /glyphicons-halflings.png - 200 OK (5ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-26 17:16:36 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 200 OK (1ms) Started GET "/admin" for 127.0.0.1 at 2012-12-26 17:16:41 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (28.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (31.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.3ms) Completed 200 OK in 65ms (Views: 62.0ms | ActiveRecord: 0.9ms) Started GET "/admin" for 127.0.0.1 at 2012-12-26 17:16:48 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (28.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (30.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (49.7ms) Completed 200 OK in 104ms (Views: 101.0ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 17:16:48 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 17:16:48 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Served asset /bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 17:16:48 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 17:16:48 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (6ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-26 17:16:51 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.9ms) Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (40.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (44.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.8ms) Completed 200 OK in 80ms (Views: 76.2ms | ActiveRecord: 1.0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 17:16:51 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 17:16:51 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 17:16:51 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Served asset /jquery.js - 304 Not Modified (44ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 17:16:51 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-26 17:16:53 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.6ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (28.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (31.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.8ms) Completed 200 OK in 58ms (Views: 55.5ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 17:16:53 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 17:16:53 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 17:16:53 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 17:16:53 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-26 17:16:55 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (24.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (26.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (50.7ms) Completed 200 OK in 94ms (Views: 91.4ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 17:16:56 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 17:16:56 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 17:16:56 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 17:16:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2012-12-26 17:18:26 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (25.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (28.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.4ms) Completed 200 OK in 59ms (Views: 56.3ms | ActiveRecord: 0.8ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 17:18:27 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 17:18:27 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 17:18:27 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 17:18:27 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-26 17:19:28 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.1ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (23.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (25.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (47.3ms) Completed 200 OK in 92ms (Views: 90.0ms | ActiveRecord: 0.8ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:29 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:29 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:29 +0800 Served asset /bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:29 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/zh-CN/pages/test" for 127.0.0.1 at 2012-12-26 17:19:32 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (162.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.3ms) Completed 200 OK in 457ms (Views: 449.0ms | ActiveRecord: 1.3ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury.css - 304 Not Modified (18ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (6ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/lightview.css - 304 Not Modified (6ms) Served asset /mercury/mercury.css - 304 Not Modified (21ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (50ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/all_images.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/uploader.css - 304 Not Modified (62ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /amalgam/editor.css - 304 Not Modified (32ms) Served asset /mercury/dialog.css - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (71ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /mercury/page_editor.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/dialog.js - 304 Not Modified (5ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/select.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/mercury.js - 304 Not Modified (53ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/palette.js - 304 Not Modified (6ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/panel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (53ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Served asset /mercury/lightview.js - 304 Not Modified (56ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (10ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/snippet.js - 304 Not Modified (6ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (8ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/region.js - 304 Not Modified (7ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (8ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (9ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /mercury/finalize.js - 304 Not Modified (6ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:33 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Served asset /amalgam/editor.js - 304 Not Modified (86ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 17:19:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 17:19:34 +0800 Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.7ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 17:19:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 17:19:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 15ms (Views: 11.0ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.6ms) Completed 200 OK in 15ms (Views: 14.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 17:19:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test?mercury_frame=true&_=1356513574068" for 127.0.0.1 at 2012-12-26 17:19:34 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356513574068", "locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (175.6ms) Completed 200 OK in 243ms (Views: 176.1ms | ActiveRecord: 5.1ms) Started GET "/en/pages/test" for 127.0.0.1 at 2012-12-26 17:19:36 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"en", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (18.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.8ms) Completed 200 OK in 74ms (Views: 70.4ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:36 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:36 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:36 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:36 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:36 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:36 +0800 Served asset /mercury/mercury.css - 304 Not Modified (19ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (65ms) Served asset /mercury/uploader.css - 304 Not Modified (7ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/all_images.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Served asset /mercury/history_buffer.js - 304 Not Modified (8ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/dialog.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/select.js - 304 Not Modified (6ms) Served asset /mercury/palette.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (7ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (1ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Served asset /amalgam/editor.js - 304 Not Modified (82ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.7ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/en/pages/test?mercury_frame=true&_=1356513577643" for 127.0.0.1 at 2012-12-26 17:19:37 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356513577643", "locale"=>"en", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (22.9ms) Completed 200 OK in 30ms (Views: 24.0ms | ActiveRecord: 1.1ms) Started GET "/zh-CN/pages/test" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (54.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.1ms) Completed 200 OK in 104ms (Views: 100.3ms | ActiveRecord: 0.9ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Served asset /amalgam/editor.css - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (11ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Served asset /mercury/page_editor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:39 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (6ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (62ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (10ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (6ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (3ms) Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test?mercury_frame=true&_=1356513580334" for 127.0.0.1 at 2012-12-26 17:19:40 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356513580334", "locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (17.1ms) Completed 200 OK in 24ms (Views: 17.8ms | ActiveRecord: 1.3ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-26 17:19:48 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.5ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (24.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (26.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (56.2ms) Completed 200 OK in 104ms (Views: 101.5ms | ActiveRecord: 0.8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:49 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:49 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:49 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-26 17:19:57 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (27.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (30.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.6ms) Completed 200 OK in 58ms (Views: 55.2ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:57 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:57 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:57 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:57 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-26 17:19:59 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (28.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (31.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (54.6ms) Completed 200 OK in 108ms (Views: 105.8ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 17:19:59 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:59 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:59 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 17:19:59 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test" for 127.0.0.1 at 2012-12-26 17:52:42 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (187.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (62.3ms) Completed 200 OK in 629ms (Views: 551.8ms | ActiveRecord: 5.4ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:43 +0800 Served asset /responsive.css - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:43 +0800 Served asset /mercury/mercury.css - 304 Not Modified (16ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:43 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:43 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:43 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:43 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:43 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:43 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:43 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:43 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:43 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (100ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:43 +0800 Served asset /amalgam/editor.css - 304 Not Modified (26ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:43 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:43 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:43 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:43 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:43 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:43 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:43 +0800 Served asset /mercury/mercury.js - 304 Not Modified (58ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:43 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (50ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/palette.js - 304 Not Modified (6ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/modal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/lightview.js - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/snippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/region.js - 304 Not Modified (51ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /mercury/finalize.js - 304 Not Modified (46ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:44 +0800 Served asset /amalgam/editor.js - 304 Not Modified (60ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:47 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:47 +0800 Served asset /mercury.css - 304 Not Modified (14ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:47 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:47 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:47 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 17:52:47 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 17:52:48 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 17:52:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 17:52:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/zh-CN/pages/test?mercury_frame=true&_=1356515568033" for 127.0.0.1 at 2012-12-26 17:52:48 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356515568033", "locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (27.7ms) Completed 200 OK in 35ms (Views: 28.9ms | ActiveRecord: 1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.9ms) Completed 200 OK in 63ms (Views: 62.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 17:52:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/en/pages/test" for 127.0.0.1 at 2012-12-26 17:52:53 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"en", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (55.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (17.9ms) Completed 200 OK in 116ms (Views: 112.1ms | ActiveRecord: 0.9ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:53 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:53 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:53 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:53 +0800 Served asset /bootstrap.css - 304 Not Modified (10ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:53 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:53 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/mercury.css - 304 Not Modified (26ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:53 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:53 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:53 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:53 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:53 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:53 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:53 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:53 +0800 Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:53 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:53 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:53 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (39ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:53 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:53 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:53 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /mercury/mercury.js - 304 Not Modified (6ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (56ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/history_buffer.js - 304 Not Modified (6ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/palette.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/regions/full.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Served asset /mercury/regions/simple.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (6ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (10ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (3ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Served asset /amalgam/editor.js - 304 Not Modified (82ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (2.0ms) Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/en/pages/test?mercury_frame=true&_=1356515574527" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 17:52:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.7ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356515574527", "locale"=>"en", "slug"=>"test"} AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (145.6ms) Completed 200 OK in 213ms (Views: 146.2ms | ActiveRecord: 5.5ms) Started GET "/zh-CN/pages/test" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (19.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.4ms) Completed 200 OK in 71ms (Views: 66.8ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury.css - 304 Not Modified (22ms) Served asset /mercury/dialog.css - 304 Not Modified (8ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/lightview.css - 304 Not Modified (7ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/modal.css - 304 Not Modified (52ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Served asset /mercury/toolbar.css - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /mercury/uploader.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (8ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/dialog.js - 304 Not Modified (6ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/select.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/mercury.js - 304 Not Modified (56ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/modal.js - 304 Not Modified (6ms) Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Served asset /mercury/region.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (7ms) Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (9ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /mercury/finalize.js - 304 Not Modified (6ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-26 17:52:57 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-26 17:52:58 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-26 17:52:58 +0800 Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-26 17:52:58 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (6.9ms) Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test?mercury_frame=true&_=1356515578019" for 127.0.0.1 at 2012-12-26 17:52:58 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356515578019", "locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (15.8ms) Completed 200 OK in 22ms (Views: 16.9ms | ActiveRecord: 1.1ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test" for 127.0.0.1 at 2012-12-27 10:28:45 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (3.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Rendered pages/show.html.haml within layouts/amalgam/admin/editor (67.5ms) Completed 500 Internal Server Error in 145ms ActionView::Template::Error (undefined local variable or method `page' for #<#:0x007fc3d6447720>): 3: = editable_content_tag :div, @page, 'body.title' do 4: = "body" 5: = link_to @page.title, page_url(page.slug,:subdomain => 'en') 6: - if current_admin 7: = properties_for @page do |p| 8: = p.string 'title' 9: = p.attachment 'pic' app/views/pages/show.html.haml:6:in `_app_views_pages_show_html_haml___569611741940334845_70239544772180' app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.4ms) Started GET "/zh-CN/pages/test" for 127.0.0.1 at 2012-12-27 10:29:03 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (127.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (19.6ms) Completed 200 OK in 457ms (Views: 453.0ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /mercury/mercury.css - 304 Not Modified (14ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /mercury/dialog.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /mercury/uploader.css - 304 Not Modified (47ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /amalgam/editor.css - 304 Not Modified (31ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (49ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (45ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /mercury/mercury.js - 304 Not Modified (46ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /mercury/dialog.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /mercury/select.js - 304 Not Modified (6ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:04 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (52ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (44ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:05 +0800 Served asset /amalgam/editor.js - 304 Not Modified (69ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:08 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:08 +0800 Served asset /mercury.css - 304 Not Modified (11ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:08 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:08 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:08 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 10:29:08 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 10:29:08 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 10:29:08 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.7ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 10:29:08 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test?mercury_frame=true&_=1356575348918" for 127.0.0.1 at 2012-12-27 10:29:08 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.6ms) Completed 200 OK in 75ms (Views: 74.4ms | ActiveRecord: 0.0ms) Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356575348918", "locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 10:29:08 +0800 Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (26.2ms) Completed 200 OK in 33ms (Views: 27.0ms | ActiveRecord: 1.3ms) Started GET "/zh-CN/pages/test" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (15.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.1ms) Completed 200 OK in 70ms (Views: 66.3ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /responsive.css - 304 Not Modified (7ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (6ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/all_images.css - 304 Not Modified (6ms) Served asset /mercury/lightview.css - 304 Not Modified (57ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /amalgam/editor.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (79ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (59ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/dialog.js - 304 Not Modified (4ms) Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/modal.js - 304 Not Modified (9ms) Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/statusbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (6ms) Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (6ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:11 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:12 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:12 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:12 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:12 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:12 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:12 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:12 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:12 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:29:12 +0800 Served asset /amalgam/editor.js - 304 Not Modified (87ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 10:29:12 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 10:29:12 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 10:29:12 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 10:29:12 +0800 Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 10:29:12 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.8ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-12-27 10:29:12 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test?mercury_frame=true&_=1356575352252" for 127.0.0.1 at 2012-12-27 10:29:12 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-12-27 10:29:12 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (3ms) Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356575352252", "locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (173.2ms) Completed 200 OK in 237ms (Views: 173.7ms | ActiveRecord: 5.1ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test" for 127.0.0.1 at 2012-12-27 10:32:39 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (170.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (53.3ms) Completed 200 OK in 542ms (Views: 476.0ms | ActiveRecord: 5.4ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:40 +0800 Served asset /mercury.css - 304 Not Modified (12ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:40 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:40 +0800 Served asset /mercury/mercury.css - 304 Not Modified (18ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:40 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:40 +0800 Served asset /mercury/modal.css - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:40 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:40 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:40 +0800 Served asset /mercury/uploader.css - 304 Not Modified (6ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:40 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:40 +0800 Served asset /amalgam/editor.css - 304 Not Modified (69ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:40 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:40 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (53ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:40 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:40 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:40 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:40 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:40 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:40 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:40 +0800 Served asset /mercury/mercury.js - 304 Not Modified (88ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:40 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:40 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:40 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:40 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:40 +0800 Served asset /mercury/dialog.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:40 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:40 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:40 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:40 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:40 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (50ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /mercury/region.js - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (51ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /mercury/finalize.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:41 +0800 Served asset /amalgam/editor.js - 304 Not Modified (56ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:44 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:44 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:44 +0800 Served asset /responsive.css - 304 Not Modified (6ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:44 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:44 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 10:32:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 10:32:44 +0800 Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 10:32:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 10:32:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test?mercury_frame=true&_=1356575564879" for 127.0.0.1 at 2012-12-27 10:32:44 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356575564879", "locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (25.8ms) Completed 200 OK in 33ms (Views: 27.1ms | ActiveRecord: 1.2ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.7ms) Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 10:32:44 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (54.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (26.0ms) Completed 200 OK in 119ms (Views: 115.6ms | ActiveRecord: 1.0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /responsive.css - 304 Not Modified (7ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (9ms) Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (9ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /mercury/dialog.css - 304 Not Modified (7ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /mercury/modal.css - 304 Not Modified (6ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /mercury/uploader.css - 304 Not Modified (6ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (127ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (11ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /mercury/select.js - 304 Not Modified (9ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (6ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:46 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/region.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:47 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:47 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:47 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:47 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:47 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:47 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:47 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (6ms) Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:47 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:47 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:47 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (6ms) Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:47 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:47 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:47 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (7ms) Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:47 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:47 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:47 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:47 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:47 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:47 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (52ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:47 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:32:47 +0800 Served asset /amalgam/editor.js - 304 Not Modified (50ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 10:32:47 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 10:32:47 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 10:32:47 +0800 Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 10:32:47 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 10:32:47 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test?mercury_frame=true&_=1356575567383" for 127.0.0.1 at 2012-12-27 10:32:47 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356575567383", "locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (17.4ms) Completed 200 OK in 25ms (Views: 18.4ms | ActiveRecord: 1.4ms) Started GET "/zh-CN/pages/test" for 127.0.0.1 at 2012-12-27 10:33:09 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (15.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.9ms) Completed 200 OK in 65ms (Views: 60.0ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury.css - 304 Not Modified (13ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (61ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/mercury.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (6ms) Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (38ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (73ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (6ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test?mercury_frame=true&_=1356575590831" for 127.0.0.1 at 2012-12-27 10:33:10 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356575590831", "locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (20.7ms) Completed 200 OK in 26ms (Views: 21.6ms | ActiveRecord: 1.0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test" for 127.0.0.1 at 2012-12-27 10:44:03 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (3.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (175.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (55.3ms) Completed 200 OK in 545ms (Views: 480.3ms | ActiveRecord: 5.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 10:44:04 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 10:44:04 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:44:04 +0800 Served asset /mercury/mercury.css - 304 Not Modified (15ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 10:44:04 +0800 Served asset /mercury/dialog.css - 304 Not Modified (6ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 10:44:04 +0800 Served asset /mercury/modal.css - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:44:04 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 10:44:04 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 10:44:04 +0800 Served asset /mercury/uploader.css - 304 Not Modified (6ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 10:44:04 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 10:44:04 +0800 Served asset /amalgam/editor.css - 304 Not Modified (79ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:04 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:04 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (55ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:04 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:04 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/mercury.js - 304 Not Modified (87ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/dialog.js - 304 Not Modified (6ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/palette.js - 304 Not Modified (4ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/select.js - 304 Not Modified (4ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/lightview.js - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (54ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (50ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:05 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:06 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:44:06 +0800 Served asset /amalgam/editor.js - 304 Not Modified (70ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 10:44:08 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 10:44:08 +0800 Served asset /responsive.css - 304 Not Modified (3ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:44:08 +0800 Served asset /mercury.css - 304 Not Modified (11ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 10:44:09 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:44:09 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 10:44:09 +0800 Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 10:44:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 10:44:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 10:44:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.7ms) Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test?mercury_frame=true&_=1356576249226" for 127.0.0.1 at 2012-12-27 10:44:09 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356576249226", "locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.7ms) Completed 200 OK in 18ms (Views: 17.1ms | ActiveRecord: 0.0ms) Rendered pages/show.html.haml (28.3ms) Completed 200 OK in 36ms (Views: 29.6ms | ActiveRecord: 1.4ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 10:44:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test" for 127.0.0.1 at 2012-12-27 10:55:54 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (5.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (229.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (59.5ms) Completed 200 OK in 696ms (Views: 615.8ms | ActiveRecord: 7.7ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 10:55:55 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 10:55:55 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:55:55 +0800 Served asset /mercury/mercury.css - 304 Not Modified (17ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 10:55:55 +0800 Served asset /mercury/dialog.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 10:55:55 +0800 Served asset /mercury/modal.css - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:55:55 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 10:55:55 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (6ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 10:55:55 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 10:55:55 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 10:55:55 +0800 Served asset /amalgam/editor.css - 304 Not Modified (37ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:55 +0800 Served asset /jquery.js - 304 Not Modified (48ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:55 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (61ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:55 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:55 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:55 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:55 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:55 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:55 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:55 +0800 Served asset /mercury/mercury.js - 304 Not Modified (100ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:55 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:55 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:55 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/dialog.js - 304 Not Modified (4ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (7ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/snippet.js - 304 Not Modified (6ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (58ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/region.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (7ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (53ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:55:56 +0800 Served asset /amalgam/editor.js - 304 Not Modified (69ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:00 +0800 Served asset /bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:00 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (3ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:00 +0800 Served asset /mercury.css - 304 Not Modified (20ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:00 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:00 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 10:56:00 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 10:56:00 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 10:56:00 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.7ms) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 10:56:00 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test?mercury_frame=true&_=1356576960599" for 127.0.0.1 at 2012-12-27 10:56:00 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356576960599", "locale"=>"zh-CN", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered pages/show.html.haml (23.6ms) Completed 200 OK in 31ms (Views: 25.1ms | ActiveRecord: 1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.8ms) Completed 200 OK in 21ms (Views: 20.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 10:56:00 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (61.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.1ms) Completed 200 OK in 123ms (Views: 118.8ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Served asset /bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (8ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (7ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Served asset /mercury/modal.css - 304 Not Modified (7ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Served asset /mercury/lightview.css - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (6ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Served asset /mercury/uploader.css - 304 Not Modified (7ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (90ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Served asset /jquery_ujs.js - 304 Not Modified (16ms) Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (13ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Served asset /mercury/dialog.js - 304 Not Modified (6ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Served asset /mercury/select.js - 304 Not Modified (9ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Served asset /mercury/modal.js - 304 Not Modified (8ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (6ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:08 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (8ms) Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (6ms) Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Served asset /mercury/uploader.js - 304 Not Modified (6ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (6ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (7ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Served asset /amalgam/editor.js - 304 Not Modified (95ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.6ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.7ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356576969515" for 127.0.0.1 at 2012-12-27 10:56:09 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356576969515", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (24.9ms) Completed 200 OK in 32ms (Views: 26.3ms | ActiveRecord: 1.3ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 10:56:13 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (17.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (55.3ms) Completed 200 OK in 126ms (Views: 121.5ms | ActiveRecord: 1.1ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:13 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:13 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:13 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:13 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:13 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:13 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:13 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:13 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:13 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:13 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:13 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:13 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (6ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:13 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:13 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:13 +0800 Served asset /amalgam/editor.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:13 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Served asset /mercury/all_images.css - 304 Not Modified (25ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:13 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:13 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:13 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (11ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (6ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (6ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/lightview.js - 304 Not Modified (11ms) Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (58ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (6ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/region.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (5ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (9ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (5ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /mercury/finalize.js - 304 Not Modified (12ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Served asset /amalgam/editor.js - 304 Not Modified (4ms) Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356576974640" for 127.0.0.1 at 2012-12-27 10:56:14 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356576974640", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (28.0ms) Completed 200 OK in 36ms (Views: 29.0ms | ActiveRecord: 1.4ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (16.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (58.0ms) Completed 200 OK in 117ms (Views: 112.7ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /mercury/mercury.css - 304 Not Modified (26ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (150ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (7ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:24 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (1ms) Served asset /amalgam/editor.js - 304 Not Modified (4ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 10:56:25 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 10:56:25 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 10:56:25 +0800 Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 10:56:25 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.7ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 10:56:25 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-12-27 10:56:25 +0800 Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-12-27 10:56:25 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (6ms) Started GET "/pages/test?mercury_frame=true&_=1356576985170" for 127.0.0.1 at 2012-12-27 10:56:25 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (11ms) Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356576985170", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (19.8ms) Completed 200 OK in 28ms (Views: 20.5ms | ActiveRecord: 1.5ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (70.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.2ms) Completed 200 OK in 133ms (Views: 128.1ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (6ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (7ms) Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.js - 304 Not Modified (9ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/regions/image.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:28 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:29 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:29 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:29 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:29 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:29 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:29 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:29 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:29 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:29 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:29 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:29 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:56:29 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 10:56:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 10:56:29 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 10:56:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 5ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 10:56:29 +0800 Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 10:56:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356576989204" for 127.0.0.1 at 2012-12-27 10:56:29 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356576989204", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (70.4ms) Completed 200 OK in 77ms (Views: 71.4ms | ActiveRecord: 1.4ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 10:58:55 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (27.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (175.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (53.7ms) Completed 200 OK in 562ms (Views: 498.0ms | ActiveRecord: 29.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 10:58:56 +0800 Served asset /bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 10:58:56 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (6ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 10:58:56 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 10:58:56 +0800 Served asset /mercury/dialog.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 10:58:56 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:58:56 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 10:58:56 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 10:58:56 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 10:58:56 +0800 Served asset /mercury/all_images.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 10:58:56 +0800 Served asset /amalgam/editor.css - 304 Not Modified (73ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:56 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:56 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:56 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:56 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (51ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:56 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:56 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:56 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:56 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:56 +0800 Served asset /mercury/mercury.js - 304 Not Modified (87ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:56 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:56 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:56 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:56 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/dialog.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/palette.js - 304 Not Modified (4ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (49ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/region.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (47ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:58:57 +0800 Served asset /amalgam/editor.js - 304 Not Modified (68ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:00 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:00 +0800 Served asset /mercury/mercury.css - 304 Not Modified (15ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:00 +0800 Served asset /mercury.css - 304 Not Modified (14ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:00 +0800 Served asset /mercury/lightview.css - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:00 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 10:59:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 10:59:01 +0800 Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 10:59:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 10:59:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356577141138" for 127.0.0.1 at 2012-12-27 10:59:01 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356577141138", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered pages/show.html.haml (19.9ms) Completed 200 OK in 26ms (Views: 21.0ms | ActiveRecord: 1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.6ms) Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 10:59:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.7ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 10:59:06 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (53.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.2ms) Completed 200 OK in 102ms (Views: 98.9ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury.css - 304 Not Modified (21ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (6ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (11ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (7ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (6ms) Served asset /mercury/mercury.js - 304 Not Modified (4ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (49ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/palette.js - 304 Not Modified (6ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/region.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (8ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (6ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (92ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Processing by MercuryController#resource as HTML Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Parameters: {"type"=>"selects", "resource"=>"formatblock"} Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (1.8ms) Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356577147886" for 127.0.0.1 at 2012-12-27 10:59:07 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356577147886", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.4ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (18.2ms) Completed 200 OK in 25ms (Views: 19.2ms | ActiveRecord: 1.4ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (14.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.8ms) Completed 200 OK in 66ms (Views: 63.0ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (6ms) Served asset /responsive.css - 304 Not Modified (7ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/dialog.css - 304 Not Modified (7ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/modal.css - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/all_images.css - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /mercury/mercury.css - 304 Not Modified (70ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Served asset /amalgam/mercury.js - 304 Not Modified (77ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Served asset /mercury/history_buffer.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (6ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (60ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Served asset /mercury/regions/image.js - 304 Not Modified (8ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (6ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (8ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (4ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Served asset /amalgam/editor.js - 304 Not Modified (4ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356577149841" for 127.0.0.1 at 2012-12-27 10:59:09 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356577149841", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (18.7ms) Completed 200 OK in 24ms (Views: 19.7ms | ActiveRecord: 1.1ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (15.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.2ms) Completed 200 OK in 103ms (Views: 99.5ms | ActiveRecord: 0.9ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (77ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (6ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (8ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 10:59:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 10:59:12 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 10:59:12 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 10:59:12 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 10:59:12 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356577152043" for 127.0.0.1 at 2012-12-27 10:59:12 +0800 Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-12-27 10:59:12 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356577152043", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Served asset /mercury/loading-dark.gif - 304 Not Modified (4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (22.6ms) Completed 200 OK in 29ms (Views: 23.3ms | ActiveRecord: 1.3ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-12-27 10:59:12 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (3ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (51.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.6ms) Completed 200 OK in 99ms (Views: 95.3ms | ActiveRecord: 0.8ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Served asset /bootstrap.css - 304 Not Modified (11ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:13 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:14 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:14 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:14 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:14 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:14 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:14 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:14 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:14 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:14 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:14 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:14 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:14 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:14 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:14 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:14 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:14 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:14 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:14 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:14 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:14 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:14 +0800 Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 10:59:14 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 10:59:14 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 10:59:14 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 10:59:14 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 10:59:14 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 10:59:14 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356577154226" for 127.0.0.1 at 2012-12-27 10:59:14 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356577154226", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (61.4ms) Completed 200 OK in 66ms (Views: 61.9ms | ActiveRecord: 1.0ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 11:00:02 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (14.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.0ms) Completed 200 OK in 62ms (Views: 58.2ms | ActiveRecord: 0.8ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/dialog.js - 304 Not Modified (6ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (60ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /amalgam/editor.js - 304 Not Modified (4ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356577203765" for 127.0.0.1 at 2012-12-27 11:00:03 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356577203765", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (18.6ms) Completed 200 OK in 24ms (Views: 19.2ms | ActiveRecord: 1.1ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 11:00:06 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.9ms) Completed 200 OK in 67ms (Views: 63.0ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:06 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:06 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:06 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:06 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:06 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:06 +0800 Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:06 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:06 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:06 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:06 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:06 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:06 +0800 Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:06 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:06 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:06 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:06 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:06 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:06 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (8ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:06 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:06 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:06 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:06 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356577207413" for 127.0.0.1 at 2012-12-27 11:00:07 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356577207413", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (18.2ms) Completed 200 OK in 26ms (Views: 19.2ms | ActiveRecord: 1.5ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (46.3ms) Completed 200 OK in 103ms (Views: 99.3ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:09 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:10 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:10 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (8ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:10 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:10 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:10 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:10 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:10 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:10 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 11:00:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 11:00:10 +0800 Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 11:00:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 11:00:10 +0800 Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 11:00:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356577210124" for 127.0.0.1 at 2012-12-27 11:00:10 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356577210124", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (16.6ms) Completed 200 OK in 23ms (Views: 17.3ms | ActiveRecord: 1.1ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 11:00:17 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (15.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (46.0ms) Completed 200 OK in 97ms (Views: 93.8ms | ActiveRecord: 0.9ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:17 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:17 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (90ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (6ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Served asset /amalgam/editor.js - 304 Not Modified (3ms) Served asset /jquery.remotipart.js - 304 Not Modified (4ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356577218619" for 127.0.0.1 at 2012-12-27 11:00:18 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356577218619", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (18.0ms) Completed 200 OK in 24ms (Views: 19.2ms | ActiveRecord: 1.2ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (15.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.3ms) Completed 200 OK in 97ms (Views: 93.4ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356577220758" for 127.0.0.1 at 2012-12-27 11:00:20 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356577220758", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (15.9ms) Completed 200 OK in 21ms (Views: 17.0ms | ActiveRecord: 1.0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 11:01:00 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (29.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (170.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (53.6ms) Completed 200 OK in 565ms (Views: 500.4ms | ActiveRecord: 31.0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/dialog.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/uploader.css - 304 Not Modified (5ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/all_images.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /amalgam/editor.css - 304 Not Modified (27ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /jquery.js - 304 Not Modified (46ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (49ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/mercury.js - 304 Not Modified (84ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/dialog.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/palette.js - 304 Not Modified (4ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/panel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:01 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (49ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:02 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:02 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:02 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:02 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:02 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:02 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:02 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:02 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:02 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:02 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:02 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:02 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:02 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:02 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:02 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:02 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:02 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:02 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (46ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:02 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:02 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:02 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:02 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:02 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:02 +0800 Served asset /amalgam/editor.js - 304 Not Modified (62ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:05 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:05 +0800 Served asset /mercury/mercury.css - 304 Not Modified (11ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:05 +0800 Served asset /mercury.css - 304 Not Modified (11ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:05 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:05 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 11:01:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 11:01:05 +0800 Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 11:01:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.7ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 11:01:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356577265615" for 127.0.0.1 at 2012-12-27 11:01:05 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356577265615", "slug"=>"test"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (23.7ms) Completed 200 OK in 32ms (Views: 25.6ms | ActiveRecord: 1.5ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 11:01:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.7ms) Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (49.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.8ms) Completed 200 OK in 103ms (Views: 98.9ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (6ms) Served asset /bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (6ms) Served asset /mercury/modal.css - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (6ms) Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Served asset /mercury/all_images.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (48ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Served asset /mercury/history_buffer.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /mercury/dialog.js - 304 Not Modified (6ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (6ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (6ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:07 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:08 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:08 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:08 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:08 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:08 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:08 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:08 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:08 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:08 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:08 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:08 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:08 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:08 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:08 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:08 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:08 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:08 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:08 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 11:01:08 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 11:01:08 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 11:01:08 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 11:01:08 +0800 Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 11:01:08 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356577268240" for 127.0.0.1 at 2012-12-27 11:01:08 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356577268240", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (18.5ms) Completed 200 OK in 25ms (Views: 19.5ms | ActiveRecord: 1.2ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (15.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.4ms) Completed 200 OK in 68ms (Views: 63.9ms | ActiveRecord: 0.9ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/dialog.css - 304 Not Modified (6ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/mercury.css - 304 Not Modified (79ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/lightview.css - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (49ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (82ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (59ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (5ms) Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/regions/simple.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:10 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:11 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (53ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:11 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:11 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:11 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:11 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:11 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (6ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:11 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:11 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:11 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:11 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:11 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:11 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:11 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 11:01:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 11:01:11 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 11:01:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 11:01:11 +0800 Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 11:01:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356577271160" for 127.0.0.1 at 2012-12-27 11:01:11 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356577271160", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (17.4ms) Completed 200 OK in 22ms (Views: 17.9ms | ActiveRecord: 1.0ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 11:01:12 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (15.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (48.2ms) Completed 200 OK in 106ms (Views: 102.2ms | ActiveRecord: 1.0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:12 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:12 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:12 +0800 Served asset /responsive.css - 304 Not Modified (7ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Served asset /mercury/modal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/region.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (5ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (83ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356577273627" for 127.0.0.1 at 2012-12-27 11:01:13 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356577273627", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (17.9ms) Completed 200 OK in 25ms (Views: 19.2ms | ActiveRecord: 1.3ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (14.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.3ms) Completed 200 OK in 95ms (Views: 92.1ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (21ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356577275724" for 127.0.0.1 at 2012-12-27 11:01:15 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356577275724", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (61.6ms) Completed 200 OK in 66ms (Views: 62.2ms | ActiveRecord: 1.0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 11:03:05 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (28.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (177.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (54.8ms) Completed 200 OK in 575ms (Views: 510.1ms | ActiveRecord: 30.3ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury.css - 304 Not Modified (14ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury/dialog.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury/all_images.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /amalgam/editor.css - 304 Not Modified (67ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (58ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury/mercury.js - 304 Not Modified (90ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:06 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:07 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:07 +0800 Served asset /mercury/snippet.js - 304 Not Modified (47ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:07 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:07 +0800 Served asset /mercury/region.js - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:07 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:07 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:07 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:07 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:07 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:07 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:07 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:07 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:07 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:07 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:07 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:07 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:07 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:07 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:07 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:07 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (49ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:07 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:07 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:07 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:07 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:07 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:07 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:07 +0800 Served asset /amalgam/editor.js - 304 Not Modified (65ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:10 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:10 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:10 +0800 Served asset /mercury/mercury.css - 304 Not Modified (15ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:10 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:10 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 11:03:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 11:03:10 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 11:03:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 11:03:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356577390800" for 127.0.0.1 at 2012-12-27 11:03:10 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356577390800", "slug"=>"test"} AdminUser Load (0.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.6ms) Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 11:03:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Rendered pages/show.html.haml (78.1ms) Completed 200 OK in 87ms (Views: 79.5ms | ActiveRecord: 1.5ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (18.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.2ms) Completed 200 OK in 76ms (Views: 72.1ms | ActiveRecord: 0.9ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury.css - 304 Not Modified (17ms) Served asset /bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (6ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Served asset /mercury/mercury.css - 304 Not Modified (26ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/modal.css - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (6ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/uploader.css - 304 Not Modified (5ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (119ms) Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/palette.js - 304 Not Modified (2ms) Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/lightview.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (5ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (6ms) Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 11:03:14 +0800 Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.7ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356577395009" for 127.0.0.1 at 2012-12-27 11:03:15 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356577395009", "slug"=>"test"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.9ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (17.7ms) Completed 200 OK in 27ms (Views: 18.8ms | ActiveRecord: 2.0ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (16.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (44.8ms) Completed 200 OK in 112ms (Views: 107.5ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (6ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Served asset /responsive.css - 304 Not Modified (7ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/lightview.css - 304 Not Modified (6ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/dialog.css - 304 Not Modified (14ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /amalgam/editor.css - 304 Not Modified (36ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (7ms) Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (6ms) Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (6ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (6ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/region.js - 304 Not Modified (6ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:16 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:17 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:17 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:17 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:17 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:17 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (58ms) Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:17 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:17 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:17 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:17 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (6ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:17 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:17 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:17 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:03:17 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 11:03:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 11:03:17 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 11:03:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 11:03:17 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 11:03:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356577397180" for 127.0.0.1 at 2012-12-27 11:03:17 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356577397180", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (16.4ms) Completed 200 OK in 22ms (Views: 16.9ms | ActiveRecord: 1.1ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 11:04:41 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (28.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (171.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (54.8ms) Completed 200 OK in 559ms (Views: 484.7ms | ActiveRecord: 29.9ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury.css - 304 Not Modified (14ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/uploader.css - 304 Not Modified (5ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/all_images.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /amalgam/editor.css - 304 Not Modified (65ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (52ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/mercury.js - 304 Not Modified (88ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/dialog.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/palette.js - 304 Not Modified (4ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/select.js - 304 Not Modified (4ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/lightview.js - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/snippet.js - 304 Not Modified (50ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:42 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:43 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:43 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:43 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:43 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:43 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:43 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:43 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:43 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:43 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:43 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:43 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:43 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:43 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (47ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:43 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:43 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (4ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:43 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:43 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:43 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:43 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:43 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:04:43 +0800 Served asset /amalgam/editor.js - 304 Not Modified (63ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 11:04:46 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:04:46 +0800 Served asset /mercury/mercury.css - 304 Not Modified (10ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 11:04:46 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 11:04:46 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 11:04:46 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 11:04:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 11:04:46 +0800 Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 11:04:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 11:04:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (1.1ms) Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356577486553" for 127.0.0.1 at 2012-12-27 11:04:46 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356577486553", "slug"=>"test"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 20ms (Views: 19.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 11:04:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Rendered pages/show.html.haml (70.1ms) Completed 200 OK in 79ms (Views: 71.1ms | ActiveRecord: 1.4ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 11:05:30 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (3.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] zh-CN Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (178.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (55.1ms) Completed 200 OK in 563ms (Views: 495.5ms | ActiveRecord: 5.1ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury.css - 304 Not Modified (12ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/modal.css - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/uploader.css - 304 Not Modified (6ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /amalgam/editor.css - 304 Not Modified (23ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /jquery.js - 304 Not Modified (43ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (43ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/mercury.js - 304 Not Modified (95ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/panel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:31 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:32 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (50ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:32 +0800 Served asset /mercury/region.js - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:32 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:32 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:32 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:32 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:32 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:32 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:32 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:32 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:32 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:32 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:32 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:32 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:32 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:32 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:32 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:32 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:32 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (51ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:32 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:32 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:32 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:32 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:32 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:05:32 +0800 Served asset /amalgam/editor.js - 304 Not Modified (59ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 11:05:35 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 11:05:35 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:05:35 +0800 Served asset /mercury/mercury.css - 304 Not Modified (13ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 11:05:35 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:05:35 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 11:05:35 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 11:05:35 +0800 Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 11:05:35 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 11:05:35 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (1.4ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 11:05:35 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356577535723" for 127.0.0.1 at 2012-12-27 11:05:35 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356577535723", "slug"=>"test"} AdminUser Load (4.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] zh-CN Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (175.3ms) Completed 200 OK in 244ms (Views: 176.0ms | ActiveRecord: 5.7ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 11:06:24 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (3.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] zh-CN Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (187.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (53.5ms) Completed 200 OK in 589ms (Views: 525.0ms | ActiveRecord: 5.1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /mercury.css - 304 Not Modified (15ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /mercury/modal.css - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /amalgam/editor.css - 304 Not Modified (27ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /jquery.js - 304 Not Modified (41ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (48ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /mercury/mercury.js - 304 Not Modified (44ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /mercury/dialog.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:25 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:26 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:26 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:26 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:26 +0800 Served asset /mercury/region.js - 304 Not Modified (45ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:26 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:26 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:26 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:26 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:26 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:26 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:26 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:26 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:26 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:26 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:26 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:26 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:26 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:26 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:26 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:26 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:26 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (50ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:26 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:26 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:26 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:26 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:26 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:06:26 +0800 Served asset /amalgam/editor.js - 304 Not Modified (58ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 11:06:29 +0800 Served asset /bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 11:06:29 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:06:29 +0800 Served asset /mercury/mercury.css - 304 Not Modified (12ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 11:06:29 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:06:29 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (5ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 11:06:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 11:06:29 +0800 Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 11:06:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 11:06:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356577589781" for 127.0.0.1 at 2012-12-27 11:06:29 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356577589781", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] zh-CN Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered pages/show.html.haml (30.1ms) Completed 200 OK in 39ms (Views: 31.8ms | ActiveRecord: 1.5ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.8ms) Completed 200 OK in 20ms (Views: 18.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 11:06:29 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 11:07:46 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en"] zh-CN Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (169.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (54.3ms) Completed 200 OK in 548ms (Views: 484.4ms | ActiveRecord: 5.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 11:07:47 +0800 Served asset /bootstrap.css - 304 Not Modified (6ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 11:07:47 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:07:47 +0800 Served asset /mercury.css - 304 Not Modified (16ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 11:07:47 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 11:07:47 +0800 Served asset /mercury/modal.css - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:07:47 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 11:07:47 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 11:07:47 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 11:07:47 +0800 Served asset /mercury/all_images.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 11:07:47 +0800 Served asset /amalgam/editor.css - 304 Not Modified (23ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:47 +0800 Served asset /jquery.js - 304 Not Modified (43ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:47 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (51ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:47 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:47 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:47 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:47 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:47 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:47 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:47 +0800 Served asset /mercury/mercury.js - 304 Not Modified (91ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:47 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/dialog.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (47ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/region.js - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (46ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:07:48 +0800 Served asset /amalgam/editor.js - 304 Not Modified (60ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:07:51 +0800 Served asset /mercury/mercury.css - 304 Not Modified (11ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 11:07:51 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 11:07:51 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 11:07:51 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:07:51 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 11:07:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 11:07:51 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 11:07:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 11:07:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (1.2ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Started GET "/pages/test?mercury_frame=true&_=1356577671991" for 127.0.0.1 at 2012-12-27 11:07:52 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356577671991", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en"] zh-CN Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.5ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered pages/show.html.haml (21.4ms) Completed 200 OK in 28ms (Views: 22.2ms | ActiveRecord: 1.5ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.6ms) Completed 200 OK in 18ms (Views: 17.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 11:07:52 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 11:10:46 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (192.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (57.9ms) Completed 200 OK in 602ms (Views: 527.5ms | ActiveRecord: 5.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 11:10:47 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 11:10:47 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:10:47 +0800 Served asset /mercury.css - 304 Not Modified (17ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 11:10:47 +0800 Served asset /mercury/dialog.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 11:10:47 +0800 Served asset /mercury/modal.css - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:10:47 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 11:10:47 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 11:10:47 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 11:10:47 +0800 Served asset /mercury/all_images.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 11:10:47 +0800 Served asset /amalgam/editor.css - 304 Not Modified (33ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:47 +0800 Served asset /jquery.js - 304 Not Modified (50ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (51ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/mercury.js - 304 Not Modified (97ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/dialog.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/lightview.js - 304 Not Modified (6ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (14ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (50ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:48 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:49 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:49 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:49 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:49 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:49 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (45ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:49 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:49 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:49 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:49 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:49 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:10:49 +0800 Served asset /amalgam/editor.js - 304 Not Modified (71ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 11:10:52 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:10:52 +0800 Served asset /mercury/mercury.css - 304 Not Modified (13ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 11:10:52 +0800 Served asset /responsive.css - 304 Not Modified (6ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 11:10:52 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:10:52 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 11:10:52 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 11:10:52 +0800 Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 11:10:52 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.7ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 11:10:52 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.6ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Started GET "/pages/test?mercury_frame=true&_=1356577852425" for 127.0.0.1 at 2012-12-27 11:10:52 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356577852425", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.4ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.4ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (32.3ms) Completed 200 OK in 42ms (Views: 34.0ms | ActiveRecord: 1.7ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 67ms (Views: 66.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 11:10:52 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (51.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.4ms) Completed 200 OK in 100ms (Views: 96.8ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury.css - 304 Not Modified (24ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /mercury/mercury.css - 304 Not Modified (20ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (37ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (133ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (7ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (6ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (6ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Served asset /mercury/tooltip.js - 304 Not Modified (6ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:18 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:19 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:19 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:19 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:19 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:19 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:19 +0800 Served asset /mercury/finalize.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:19 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:19 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (3ms) Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:19 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:19 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:19 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 11:23:19 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (112ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 11:23:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 5ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 11:23:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 11:23:19 +0800 Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 11:23:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 11:23:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.7ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356578599324" for 127.0.0.1 at 2012-12-27 11:23:19 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356578599324", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (19.8ms) Completed 200 OK in 26ms (Views: 21.0ms | ActiveRecord: 1.1ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 11:24:00 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (27.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] en ["en", "zh-cn"] zh-CN Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (175.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (54.4ms) Completed 200 OK in 561ms (Views: 496.9ms | ActiveRecord: 29.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /mercury/mercury.css - 304 Not Modified (14ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /mercury/all_images.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /amalgam/editor.css - 304 Not Modified (69ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (50ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /mercury/mercury.js - 304 Not Modified (94ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /mercury/palette.js - 304 Not Modified (6ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /mercury/modal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /mercury/lightview.js - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (7ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:01 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:02 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (50ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:02 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:02 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:02 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:02 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:02 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:02 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:02 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:02 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:02 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:02 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:02 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:02 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:02 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:02 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:02 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:02 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:02 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:02 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (53ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:02 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:02 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:02 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:02 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:02 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (6ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:02 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:02 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:24:02 +0800 Served asset /amalgam/editor.js - 304 Not Modified (63ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:24:05 +0800 Served asset /mercury.css - 304 Not Modified (13ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 11:24:05 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 11:24:05 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 11:24:05 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:24:05 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (5ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 11:24:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 11:24:05 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 11:24:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 11:24:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.7ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356578645849" for 127.0.0.1 at 2012-12-27 11:24:05 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356578645849", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] en ["en", "zh-cn"] zh-CN Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.6ms) Completed 200 OK in 22ms (Views: 21.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 11:24:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Rendered pages/show.html.haml (93.6ms) Completed 200 OK in 100ms (Views: 94.7ms | ActiveRecord: 1.4ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 11:26:25 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] false en ["en", "zh-cn"] zh-CN Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (191.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (54.7ms) Completed 200 OK in 588ms (Views: 522.1ms | ActiveRecord: 5.6ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:26:26 +0800 Served asset /mercury/mercury.css - 304 Not Modified (16ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 11:26:26 +0800 Served asset /bootstrap.css - 304 Not Modified (12ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 11:26:26 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 11:26:26 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 11:26:26 +0800 Served asset /mercury/modal.css - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:26:26 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 11:26:26 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 11:26:26 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 11:26:26 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 11:26:26 +0800 Served asset /amalgam/editor.css - 304 Not Modified (72ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:26 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:26 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (49ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:26 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:26 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:26 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:26 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:26 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:26 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:26 +0800 Served asset /mercury/mercury.js - 304 Not Modified (92ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/dialog.js - 304 Not Modified (4ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/lightview.js - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/snippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (47ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (50ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:26:27 +0800 Served asset /amalgam/editor.js - 304 Not Modified (59ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 11:26:31 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:26:31 +0800 Served asset /mercury.css - 304 Not Modified (11ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 11:26:31 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 11:26:31 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:26:31 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 11:26:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.8ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 11:26:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 11:26:31 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 11:26:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356578791232" for 127.0.0.1 at 2012-12-27 11:26:31 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356578791232", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] false en ["en", "zh-cn"] zh-CN Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.4ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered pages/show.html.haml (22.5ms) Completed 200 OK in 31ms (Views: 23.6ms | ActiveRecord: 1.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.7ms) Completed 200 OK in 17ms (Views: 16.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 11:26:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 11:27:13 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (28.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] false en ["en", "zh-cn"] zh-CN Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (173.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (54.8ms) Completed 200 OK in 571ms (Views: 496.3ms | ActiveRecord: 30.6ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 11:27:14 +0800 Served asset /responsive.css - 304 Not Modified (7ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 11:27:14 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:27:14 +0800 Served asset /mercury.css - 304 Not Modified (17ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 11:27:14 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 11:27:14 +0800 Served asset /mercury/modal.css - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:27:14 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (7ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 11:27:14 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 11:27:14 +0800 Served asset /mercury/uploader.css - 304 Not Modified (5ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 11:27:14 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 11:27:14 +0800 Served asset /amalgam/editor.css - 304 Not Modified (81ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:14 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:14 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (61ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:14 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:14 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:14 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:14 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:14 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:14 +0800 Served asset /mercury/mercury.js - 304 Not Modified (101ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:14 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:14 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/dialog.js - 304 Not Modified (4ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (49ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/region.js - 304 Not Modified (6ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/uploader.js - 304 Not Modified (7ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (50ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:27:15 +0800 Served asset /amalgam/editor.js - 304 Not Modified (63ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 11:27:18 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:27:18 +0800 Served asset /mercury/mercury.css - 304 Not Modified (11ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 11:27:18 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 11:27:18 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:27:18 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 11:27:18 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 11:27:18 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 11:27:18 +0800 Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 11:27:18 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.7ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356578838950" for 127.0.0.1 at 2012-12-27 11:27:18 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356578838950", "slug"=>"test"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] false en ["en", "zh-cn"] zh-CN Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (21.6ms) Completed 200 OK in 29ms (Views: 22.9ms | ActiveRecord: 1.4ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 18ms (Views: 17.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 11:27:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 11:30:43 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] true en ["en", "zh-cn"] en Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (169.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (52.7ms) Completed 200 OK in 557ms (Views: 485.0ms | ActiveRecord: 5.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:44 +0800 Served asset /bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:44 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (5ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:44 +0800 Served asset /mercury.css - 304 Not Modified (20ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:44 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:44 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:44 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:44 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:44 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:44 +0800 Served asset /mercury/all_images.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:44 +0800 Served asset /amalgam/editor.css - 304 Not Modified (32ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:44 +0800 Served asset /jquery.js - 304 Not Modified (46ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:44 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (58ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:44 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:44 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:44 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:44 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:44 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:44 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/mercury.js - 304 Not Modified (86ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/panel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (6ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (48ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (44ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (6ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:45 +0800 Served asset /amalgam/editor.js - 304 Not Modified (60ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:48 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:48 +0800 Served asset /mercury/mercury.css - 304 Not Modified (10ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:49 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:49 +0800 Served asset /mercury/lightview.css - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:49 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 11:30:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 11:30:49 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 11:30:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 11:30:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (4.9ms) Completed 200 OK in 10ms (Views: 10.1ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356579049174" for 127.0.0.1 at 2012-12-27 11:30:49 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356579049174", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] true en ["en", "zh-cn"] en Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered pages/show.html.haml (25.6ms) Completed 200 OK in 33ms (Views: 26.6ms | ActiveRecord: 1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.4ms) Completed 200 OK in 16ms (Views: 15.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 11:30:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 11:30:52 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] true zh-cn ["en", "zh-cn"] zh-cn Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (56.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.8ms) Completed 200 OK in 113ms (Views: 109.4ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:52 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:52 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:52 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:52 +0800 Served asset /mercury.css - 304 Not Modified (18ms) Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:52 +0800 Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:52 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:52 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:52 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:52 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:52 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:52 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (6ms) Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:52 +0800 Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:52 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (7ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:52 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:52 +0800 Served asset /mercury/all_images.css - 304 Not Modified (6ms) Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:52 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:52 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:52 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:52 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:52 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:52 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:52 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:52 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:52 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (127ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Served asset /mercury/palette.js - 304 Not Modified (7ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (6ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Served asset /mercury/uploader.js - 304 Not Modified (6ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (7ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356579053499" for 127.0.0.1 at 2012-12-27 11:30:53 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356579053499", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] true zh-cn ["en", "zh-cn"] zh-cn Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (24.2ms) Completed 200 OK in 32ms (Views: 25.5ms | ActiveRecord: 1.3ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] true en ["en", "zh-cn"] en Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (15.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.3ms) Completed 200 OK in 63ms (Views: 59.4ms | ActiveRecord: 0.9ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/mercury.css - 304 Not Modified (62ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /bootstrap.css - 304 Not Modified (59ms) Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/dialog.css - 304 Not Modified (5ms) Served asset /mercury/lightview.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Served asset /mercury/modal.css - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /amalgam/editor.css - 304 Not Modified (4ms) Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (67ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (54ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (6ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:13 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (49ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 11:31:14 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 11:31:14 +0800 Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 11:31:14 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.6ms) Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 11:31:14 +0800 Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 11:31:14 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356579074143" for 127.0.0.1 at 2012-12-27 11:31:14 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356579074143", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] true en ["en", "zh-cn"] en Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (16.6ms) Completed 200 OK in 24ms (Views: 17.7ms | ActiveRecord: 1.4ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 11:31:19 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] true zh-cn ["en", "zh-cn"] zh-cn Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (16.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.4ms) Completed 200 OK in 108ms (Views: 103.3ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:19 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:19 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:19 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:19 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:19 +0800 Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:19 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:19 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:19 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (6ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:19 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:19 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:19 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:19 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:19 +0800 Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:19 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:19 +0800 Served asset /mercury/uploader.css - 304 Not Modified (6ms) Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:19 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:19 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:19 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (6ms) Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Served asset /amalgam/editor.js - 304 Not Modified (1ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.7ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356579080478" for 127.0.0.1 at 2012-12-27 11:31:20 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356579080478", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] true zh-cn ["en", "zh-cn"] zh-cn Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (20.6ms) Completed 200 OK in 28ms (Views: 21.7ms | ActiveRecord: 1.4ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] true zh-cn ["en", "zh-cn"] zh-cn Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (57.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.6ms) Completed 200 OK in 117ms (Views: 112.5ms | ActiveRecord: 1.1ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Served asset /responsive.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (6ms) Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /mercury/region.js - 304 Not Modified (8ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:36 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:37 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:37 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:37 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:37 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:37 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:37 +0800 Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:37 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:37 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:37 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:37 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:37 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:37 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:37 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:37 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:37 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:37 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:37 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:37 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 11:31:37 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 11:31:37 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 11:31:37 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 11:31:37 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.6ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 11:31:37 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356579097204" for 127.0.0.1 at 2012-12-27 11:31:37 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356579097204", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] true zh-cn ["en", "zh-cn"] zh-cn Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (56.0ms) Completed 200 OK in 62ms (Views: 56.9ms | ActiveRecord: 1.0ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 11:31:38 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] true en ["en", "zh-cn"] en Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (16.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.9ms) Completed 200 OK in 63ms (Views: 59.2ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/dialog.js - 304 Not Modified (5ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /mercury/finalize.js - 304 Not Modified (6ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356579099652" for 127.0.0.1 at 2012-12-27 11:31:39 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356579099652", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] true en ["en", "zh-cn"] en Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (16.7ms) Completed 200 OK in 23ms (Views: 17.5ms | ActiveRecord: 1.1ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] true zh-cn ["en", "zh-cn"] zh-cn Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (16.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.1ms) Completed 200 OK in 64ms (Views: 59.4ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (7ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (6ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (5ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 11:31:41 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 11:31:42 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 11:31:42 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 11:31:42 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 11:31:42 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356579102021" for 127.0.0.1 at 2012-12-27 11:31:42 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356579102021", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] true zh-cn ["en", "zh-cn"] zh-cn Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (15.7ms) Completed 200 OK in 21ms (Views: 16.3ms | ActiveRecord: 0.9ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 13:27:52 +0800 ActionController::RoutingError (uninitialized constant Amalgam::Globalize): app/controllers/application_controller.rb:3:in `' app/controllers/application_controller.rb:1:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 13:30:22 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 15ms NoMethodError (undefined method `available_locales' for Amalgam::I18n:Module): /Users/brownjohn/code/amalgam/lib/amalgam/i18n/helpers.rb:20:in `set_locale' activesupport (3.2.8) lib/active_support/callbacks.rb:418:in `_run__1159048147292872898__process_action__4107873301006490120__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__380203880547165148__call__3197737344195562451__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 13:32:02 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (182.9ms) Completed 500 Internal Server Error in 262ms ActionView::Template::Error (undefined method `t' for Amalgam::I18n:Module): 9: = p.attachment 'pic' 10: = p.attachment 'list' 11: = p.attachment_list 'pic_list' 12: = p.attachment_list 'pic_list_2' app/views/pages/show.html.haml:12:in `block in _app_views_pages_show_html_haml___3886526871954539843_70224570088300' app/views/pages/show.html.haml:8:in `_app_views_pages_show_html_haml___3886526871954539843_70224570088300' app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.2ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 13:37:08 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (180.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (57.7ms) Completed 200 OK in 579ms (Views: 510.7ms | ActiveRecord: 5.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury.css - 304 Not Modified (14ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury/dialog.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (6ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury/uploader.css - 304 Not Modified (5ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury/all_images.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /amalgam/editor.css - 304 Not Modified (29ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /jquery.js - 304 Not Modified (48ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (46ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury/mercury.js - 304 Not Modified (89ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (6ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury/dialog.js - 304 Not Modified (4ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury/palette.js - 304 Not Modified (4ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury/lightview.js - 304 Not Modified (6ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:09 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:10 +0800 Served asset /mercury/snippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:10 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (49ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:10 +0800 Served asset /mercury/region.js - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:10 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:10 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:10 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:10 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:10 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:10 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:10 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:10 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:10 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:10 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:10 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:10 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:10 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:10 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:10 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:10 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:10 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (50ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:10 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:10 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:10 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:10 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:10 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:10 +0800 Served asset /amalgam/editor.js - 304 Not Modified (66ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:13 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:13 +0800 Served asset /mercury/mercury.css - 304 Not Modified (12ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:13 +0800 Served asset /responsive.css - 304 Not Modified (8ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:13 +0800 Served asset /mercury/lightview.css - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:13 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 13:37:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 13:37:13 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 13:37:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 13:37:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.7ms) Completed 200 OK in 6ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356586633888" for 127.0.0.1 at 2012-12-27 13:37:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356586633888", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (1.0ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (28.9ms) Completed 200 OK in 36ms (Views: 29.8ms | ActiveRecord: 1.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.6ms) Completed 200 OK in 51ms (Views: 50.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 13:37:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (57.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.5ms) Completed 200 OK in 112ms (Views: 107.9ms | ActiveRecord: 0.9ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury.css - 304 Not Modified (15ms) Served asset /mercury/mercury.css - 304 Not Modified (14ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /responsive.css - 304 Not Modified (11ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /bootstrap.css - 304 Not Modified (12ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/lightview.css - 304 Not Modified (7ms) Served asset /mercury/dialog.css - 304 Not Modified (7ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (6ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/all_images.css - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /amalgam/editor.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Served asset /jquery_ujs.js - 304 Not Modified (8ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (53ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (59ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/page_editor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (9ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (6ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (7ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (7ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (5ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:18 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:19 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (6ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:19 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:19 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:19 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:19 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:19 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (10ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:19 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:19 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:19 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:19 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:19 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (42ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 13:37:19 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 13:37:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 13:37:19 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 13:37:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 13:37:19 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.7ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 13:37:19 +0800 Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.7ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-12-27 13:37:19 +0800 Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-12-27 13:37:19 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (4ms) Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (6ms) Started GET "/pages/test?mercury_frame=true&_=1356586639209" for 127.0.0.1 at 2012-12-27 13:37:19 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356586639209", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (21.6ms) Completed 200 OK in 27ms (Views: 22.4ms | ActiveRecord: 1.1ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 13:43:14 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (180.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (57.5ms) Completed 200 OK in 587ms (Views: 518.8ms | ActiveRecord: 5.8ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:14 +0800 Served asset /mercury/mercury.css - 304 Not Modified (14ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:14 +0800 Served asset /responsive.css - 304 Not Modified (6ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:14 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (6ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:14 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:14 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:14 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:14 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /amalgam/editor.css - 304 Not Modified (26ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /jquery.js - 304 Not Modified (53ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (60ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/mercury.js - 304 Not Modified (47ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/panel.js - 304 Not Modified (7ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/region.js - 304 Not Modified (55ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:15 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:16 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:16 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:16 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:16 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:16 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:16 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:16 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:16 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:16 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:16 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (50ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:16 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:16 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:16 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:16 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:16 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:16 +0800 Served asset /amalgam/editor.js - 304 Not Modified (66ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:19 +0800 Served asset /mercury.css - 304 Not Modified (12ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:19 +0800 Served asset /bootstrap.css - 304 Not Modified (6ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:19 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:19 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:19 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 13:43:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 13:43:19 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 13:43:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 13:43:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.7ms) Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356586999736" for 127.0.0.1 at 2012-12-27 13:43:19 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356586999736", "slug"=>"test"} AdminUser Load (0.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered pages/show.html.haml (21.8ms) Completed 200 OK in 31ms (Views: 23.0ms | ActiveRecord: 1.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.7ms) Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 13:43:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 13:43:31 +0800 ActionController::RoutingError (No route matches [GET] "/pages/test"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 13:43:47 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (72.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (20.5ms) Completed 200 OK in 191ms (Views: 167.7ms | ActiveRecord: 1.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /bootstrap.css - 304 Not Modified (10ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/mercury.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (5ms) Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/lightview.css - 304 Not Modified (8ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (6ms) Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (82ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/palette.js - 304 Not Modified (6ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (6ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/region.js - 304 Not Modified (6ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (8ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (6ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 13:43:48 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (80ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 13:43:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 13:43:49 +0800 Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 13:43:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 13:43:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 13:43:49 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.7ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356587029098" for 127.0.0.1 at 2012-12-27 13:43:49 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356587029098", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (17.8ms) Completed 200 OK in 25ms (Views: 19.0ms | ActiveRecord: 1.2ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (80.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.4ms) Completed 200 OK in 161ms (Views: 129.3ms | ActiveRecord: 2.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury/mercury.css - 304 Not Modified (18ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (6ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /mercury/dialog.css - 304 Not Modified (6ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Served asset /mercury/uploader.css - 304 Not Modified (7ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /amalgam/editor.css - 304 Not Modified (4ms) Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /jquery_ujs.js - 304 Not Modified (19ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (10ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (60ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (6ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/dialog.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:58 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:59 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:59 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:59 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:59 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:59 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:59 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:59 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:59 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:59 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:59 +0800 Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:59 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:59 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:59 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:59 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:59 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:59 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:59 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:59 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:59 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:59 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:59 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:59 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:44:59 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 13:44:59 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 13:44:59 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 13:44:59 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 13:44:59 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.2ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 13:44:59 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Started GET "/pages/test?mercury_frame=true&_=1356587099295" for 127.0.0.1 at 2012-12-27 13:44:59 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356587099295", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (25.7ms) Completed 200 OK in 31ms (Views: 26.6ms | ActiveRecord: 1.0ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (27.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (57.5ms) Completed 200 OK in 144ms (Views: 139.1ms | ActiveRecord: 1.2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/mercury.css - 304 Not Modified (1ms) Served asset /bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/modal.css - 304 Not Modified (7ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/all_images.css - 304 Not Modified (6ms) Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/mercury.js - 304 Not Modified (4ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (148ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (6ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/style.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 13:45:02 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 13:45:03 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 13:45:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 13:45:03 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 13:45:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356587103042" for 127.0.0.1 at 2012-12-27 13:45:03 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356587103042", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (19.5ms) Completed 200 OK in 29ms (Views: 21.4ms | ActiveRecord: 1.3ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 13:45:04 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (18.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (50.4ms) Completed 200 OK in 111ms (Views: 107.5ms | ActiveRecord: 0.9ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:04 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:04 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:04 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:04 +0800 Served asset /mercury/mercury.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:04 +0800 Served asset /responsive.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:04 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (25ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:04 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:04 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:04 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:04 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:04 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:04 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:04 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:04 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:04 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:04 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:04 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:04 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:04 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:04 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:04 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:04 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Served asset /mercury/page_editor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Served asset /mercury/modals/insertmedia.js - 304 Not Modified (6ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356587105443" for 127.0.0.1 at 2012-12-27 13:45:05 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356587105443", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.7ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (19.7ms) Completed 200 OK in 26ms (Views: 20.5ms | ActiveRecord: 1.5ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 13:45:06 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (55.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.8ms) Completed 200 OK in 115ms (Views: 111.6ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:06 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:06 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:06 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:06 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:06 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:06 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:06 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:06 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:06 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:06 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:06 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /amalgam/editor.css - 304 Not Modified (4ms) Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (8ms) Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/mercury.js - 304 Not Modified (63ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (9ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (6ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (4ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356587107524" for 127.0.0.1 at 2012-12-27 13:45:07 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356587107524", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (58.9ms) Completed 200 OK in 66ms (Views: 59.6ms | ActiveRecord: 1.4ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 13:52:27 +0800 ActionController::RoutingError (undefined method `inlcude' for ApplicationController:Class): app/controllers/application_controller.rb:3:in `include' app/controllers/application_controller.rb:3:in `' app/controllers/application_controller.rb:1:in `' app/controllers/pages_controller.rb:1:in `' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 13:55:30 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (30.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (183.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (58.1ms) Completed 200 OK in 592ms (Views: 522.9ms | ActiveRecord: 31.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:31 +0800 Served asset /bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:31 +0800 Served asset /mercury.css - 304 Not Modified (17ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:31 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:31 +0800 Served asset /mercury/dialog.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:31 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:31 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:31 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:31 +0800 Served asset /mercury/uploader.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:31 +0800 Served asset /amalgam/editor.css - 304 Not Modified (74ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:31 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:31 +0800 Served asset /mercury/all_images.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:31 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (55ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:31 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:31 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:31 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:31 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/mercury.js - 304 Not Modified (97ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/dialog.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (7ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (45ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/snippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (48ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:32 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:33 +0800 Served asset /amalgam/editor.js - 304 Not Modified (62ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:36 +0800 Served asset /mercury/mercury.css - 304 Not Modified (11ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:36 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:36 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:36 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:36 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 13:55:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 13:55:36 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 13:55:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 13:55:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356587736370" for 127.0.0.1 at 2012-12-27 13:55:36 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356587736370", "slug"=>"test"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 18ms (Views: 17.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 13:55:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Rendered pages/show.html.haml (78.6ms) Completed 200 OK in 87ms (Views: 80.2ms | ActiveRecord: 1.8ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (17.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.5ms) Completed 200 OK in 78ms (Views: 73.3ms | ActiveRecord: 1.0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Served asset /responsive.css - 304 Not Modified (7ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Served asset /bootstrap.css - 304 Not Modified (11ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Served asset /mercury/mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Served asset /mercury/lightview.css - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Served asset /mercury/modal.css - 304 Not Modified (6ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (6ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Served asset /amalgam/editor.css - 304 Not Modified (46ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Served asset /jquery_ujs.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (63ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Served asset /mercury/palette.js - 304 Not Modified (1ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (6ms) Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:38 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /mercury/dialog.js - 304 Not Modified (6ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Served asset /mercury/lightview.js - 304 Not Modified (7ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (7ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (7ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (6ms) Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (9ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/style.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (7ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (6ms) Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (5ms) Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 5ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.7ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started GET "/pages/test?mercury_frame=true&_=1356587739396" for 127.0.0.1 at 2012-12-27 13:55:39 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356587739396", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (25.7ms) Completed 200 OK in 32ms (Views: 26.8ms | ActiveRecord: 1.2ms) Started GET "/" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (14.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (48.7ms) Completed 200 OK in 107ms (Views: 102.8ms | ActiveRecord: 0.9ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/mercury.css - 304 Not Modified (16ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury.css - 304 Not Modified (84ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /amalgam/editor.css - 304 Not Modified (4ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (79ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (6ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (6ms) Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (7ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/snippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (7ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:42 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:43 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (64ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:43 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:43 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:43 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:43 +0800 Served asset /amalgam/editor.js - 304 Not Modified (4ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:43 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 13:55:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 13:55:43 +0800 Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 13:55:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 13:55:43 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 13:55:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356587743118" for 127.0.0.1 at 2012-12-27 13:55:43 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356587743118", "slug"=>"home"} AdminUser Load (3.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (162.8ms) Completed 200 OK in 235ms (Views: 163.3ms | ActiveRecord: 5.9ms) Started GET "/" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (15.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (59.2ms) Completed 200 OK in 115ms (Views: 110.8ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (12ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (7ms) Served asset /mercury/mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /mercury/dialog.css - 304 Not Modified (6ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (7ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (7ms) Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /mercury/all_images.css - 304 Not Modified (6ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Served asset /mercury/page_editor.js - 304 Not Modified (9ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /mercury/modal.js - 304 Not Modified (8ms) Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/statusbar.js - 304 Not Modified (12ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (6ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:47 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:48 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:48 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:48 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (6ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:48 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:48 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:48 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:48 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:48 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:48 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:48 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:48 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:48 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:48 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:48 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:48 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:48 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:48 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:48 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:48 +0800 Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:48 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (88ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 13:55:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 13:55:48 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 13:55:48 +0800 Processing by MercuryController#resource as HTML Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 13:55:48 +0800 Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 13:55:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-12-27 13:55:48 +0800 Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-12-27 13:55:48 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (6ms) Served asset /mercury/loading-dark.gif - 304 Not Modified (5ms) Started GET "/?mercury_frame=true&_=1356587748339" for 127.0.0.1 at 2012-12-27 13:55:48 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356587748339", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (20.1ms) Completed 200 OK in 30ms (Views: 21.6ms | ActiveRecord: 1.3ms) Started GET "/en" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home", "locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (13.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.7ms) Completed 200 OK in 107ms (Views: 103.7ms | ActiveRecord: 0.9ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /mercury/mercury.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Served asset /mercury/uploader.css - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (73ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:50 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:51 +0800 Served asset /mercury/region.js - 304 Not Modified (11ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:51 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:51 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:51 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:51 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:51 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:51 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:51 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:51 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (6ms) Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:51 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:51 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:51 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:51 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:51 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:51 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:51 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:51 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:51 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:51 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:51 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:51 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:51 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 13:55:51 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 13:55:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 13:55:51 +0800 Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 13:55:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (1.1ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 13:55:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Started GET "/en?mercury_frame=true&_=1356587751238" for 127.0.0.1 at 2012-12-27 13:55:51 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.7ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356587751238", "slug"=>"home", "locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (60.8ms) Completed 200 OK in 66ms (Views: 61.6ms | ActiveRecord: 1.1ms) Started GET "/zh-CN" for 127.0.0.1 at 2012-12-27 13:55:52 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home", "locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (12.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.7ms) Completed 200 OK in 107ms (Views: 102.7ms | ActiveRecord: 1.1ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:52 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:52 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:52 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:52 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:52 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:52 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:52 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:52 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:52 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:52 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:52 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:52 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:52 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:52 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Served asset /mercury/history_buffer.js - 304 Not Modified (1ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.7ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Started GET "/zh-CN?mercury_frame=true&_=1356587753469" for 127.0.0.1 at 2012-12-27 13:55:53 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356587753469", "slug"=>"home", "locale"=>"zh-CN"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (16.8ms) Completed 200 OK in 25ms (Views: 17.8ms | ActiveRecord: 1.4ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-27 13:55:55 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (58.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (63.5ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (78.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (82.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.9ms) Completed 200 OK in 260ms (Views: 256.7ms | ActiveRecord: 1.0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:56 +0800 Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:56 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:56 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 13:55:56 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:56 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:56 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:56 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:56 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:56 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:56 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (80ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:56 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (8ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:56 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:56 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:56 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (7ms) Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:56 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:56 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:56 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:56 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 13:55:56 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Served asset /amalgam/admin.js - 304 Not Modified (52ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-27 13:56:00 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (17.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.9ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (43.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (47.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (16.0ms) Completed 200 OK in 85ms (Views: 82.3ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 13:56:00 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:00 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:00 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 13:56:00 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:00 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:00 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:00 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:00 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:00 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:00 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:00 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:00 +0800 Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:00 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:00 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:00 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:00 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:00 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:00 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:00 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:00 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-27 13:56:02 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (49.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (52.0ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (64.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (67.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.5ms) Completed 200 OK in 96ms (Views: 93.8ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 13:56:02 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:02 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 13:56:02 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:02 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:02 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:02 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:02 +0800 Served asset /modernizr.js - 304 Not Modified (8ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:02 +0800 Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:02 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (16ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:02 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:02 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:02 +0800 Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:02 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /bootstrap-alert.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:02 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:02 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:02 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:02 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:02 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:02 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:02 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-27 13:56:03 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (31.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (34.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (51.4ms) Completed 200 OK in 106ms (Views: 103.5ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 13:56:03 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:03 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:03 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 13:56:03 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:03 +0800 Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:03 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:03 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:03 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:03 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:03 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:03 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:03 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:03 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:03 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:03 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:03 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:03 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:03 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:03 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:03 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-27 13:56:05 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (25.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (28.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.2ms) Completed 200 OK in 61ms (Views: 58.4ms | ActiveRecord: 0.9ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:05 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:05 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 13:56:05 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 13:56:05 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:05 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:05 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:05 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:05 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:05 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (18ms) Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:05 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:05 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:05 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:05 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:05 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:05 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:05 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:05 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:05 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (4ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:05 +0800 Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:05 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (42ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-27 13:56:06 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.6ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (30.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (33.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.8ms) Completed 200 OK in 67ms (Views: 64.3ms | ActiveRecord: 0.9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:06 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:06 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 13:56:06 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 13:56:06 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:06 +0800 Served asset /bootstrap.css - 304 Not Modified (3ms) Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:06 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:06 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:06 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:06 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:06 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:06 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:06 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:06 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:06 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:06 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:06 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:06 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:06 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:06 +0800 Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:06 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-27 13:56:08 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.9ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (29.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (31.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (52.3ms) Completed 200 OK in 103ms (Views: 100.1ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 13:56:08 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:08 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 13:56:08 +0800 Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:08 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:08 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:08 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:08 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:08 +0800 Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:08 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:08 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:08 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:08 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:08 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:08 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:09 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:09 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:09 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:09 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:09 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:09 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-27 13:56:10 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.2ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (26.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (29.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.1ms) Completed 200 OK in 58ms (Views: 56.0ms | ActiveRecord: 0.9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:10 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:10 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:10 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:10 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 13:56:10 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 13:56:10 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:10 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:10 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:10 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (4ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:10 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:10 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:10 +0800 Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:10 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:10 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:10 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:10 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:10 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:10 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:10 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:10 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-27 13:56:14 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.8ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (26.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (29.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (51.5ms) Completed 200 OK in 105ms (Views: 102.3ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 13:56:14 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:14 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:14 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 13:56:14 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:14 +0800 Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:14 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:14 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:14 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:14 +0800 Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:14 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:14 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:14 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:14 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:14 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:14 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:14 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:14 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:14 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:14 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-27 13:56:15 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.3ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (34.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (36.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.9ms) Completed 200 OK in 66ms (Views: 62.6ms | ActiveRecord: 0.9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:15 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:15 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:15 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:15 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 13:56:15 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 13:56:15 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:15 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:15 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:15 +0800 Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:15 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:15 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:15 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:15 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:15 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:15 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:15 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:15 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:15 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:15 +0800 Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 13:56:15 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/pages/test" for 127.0.0.1 at 2012-12-27 13:56:18 +0800 ActionController::RoutingError (No route matches [GET] "/pages/test"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/pages/home" for 127.0.0.1 at 2012-12-27 13:56:28 +0800 ActionController::RoutingError (No route matches [GET] "/pages/home"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-27 13:57:41 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (65.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (67.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (70.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (116.5ms) Completed 500 Internal Server Error in 149ms ActionController::RoutingError (No route matches {:controller=>"pages", :action=>"show", :locale=>"test"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:339:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:29:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:32:in `method_missing' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:11:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___3007746233737660213_70182659890520' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___3007746233737660213_70182659890520' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml___2938772996418754415_70182656110760' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2307734949775200733_70182667767360' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2307734949775200733_70182667767360' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml___462429093462184984_70182683262260' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__302058437153227160__process_action__3574699601431722093__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3497233715044555622__call__3910002961704664618__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-27 13:57:45 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (10.1ms) Completed 500 Internal Server Error in 15ms ActionController::RoutingError (No route matches {:controller=>"pages", :action=>"show", :locale=>"test"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:339:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:29:in `page_path' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:11:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___3007746233737660213_70182659890520' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___3007746233737660213_70182659890520' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml___2938772996418754415_70182656110760' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2307734949775200733_70182667767360' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2307734949775200733_70182667767360' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml___462429093462184984_70182683262260' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__302058437153227160__process_action__3574699601431722093__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3497233715044555622__call__3910002961704664618__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-27 13:57:50 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (9.8ms) Completed 500 Internal Server Error in 16ms ActionController::RoutingError (No route matches {:controller=>"pages", :action=>"show", :locale=>"test"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:339:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:29:in `page_path' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:11:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___3007746233737660213_70182659890520' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___3007746233737660213_70182659890520' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml___2938772996418754415_70182656110760' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2307734949775200733_70182667767360' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2307734949775200733_70182667767360' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml___462429093462184984_70182683262260' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__302058437153227160__process_action__3574699601431722093__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3497233715044555622__call__3910002961704664618__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-27 13:59:27 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (5.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (6.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (9.8ms) Completed 500 Internal Server Error in 16ms ActionController::RoutingError (No route matches {:controller=>"pages", :action=>"show", :locale=>"test"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:339:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:29:in `page_path' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:11:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___3007746233737660213_70182659890520' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___3007746233737660213_70182659890520' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml___2938772996418754415_70182656110760' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2307734949775200733_70182667767360' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2307734949775200733_70182667767360' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml___462429093462184984_70182683262260' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__302058437153227160__process_action__3574699601431722093__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3497233715044555622__call__3910002961704664618__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-27 13:59:29 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (11.5ms) Completed 500 Internal Server Error in 16ms ActionController::RoutingError (No route matches {:controller=>"pages", :action=>"show", :locale=>"test"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:339:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:29:in `page_path' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:11:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___3007746233737660213_70182659890520' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___3007746233737660213_70182659890520' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml___2938772996418754415_70182656110760' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2307734949775200733_70182667767360' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2307734949775200733_70182667767360' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml___462429093462184984_70182683262260' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__302058437153227160__process_action__3574699601431722093__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3497233715044555622__call__3910002961704664618__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-27 13:59:31 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (46.2ms) Completed 500 Internal Server Error in 51ms ActionController::RoutingError (No route matches {:controller=>"pages", :action=>"show", :locale=>"test"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:339:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:29:in `page_path' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:11:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___3007746233737660213_70182659890520' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___3007746233737660213_70182659890520' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml___2938772996418754415_70182656110760' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2307734949775200733_70182667767360' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2307734949775200733_70182667767360' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml___462429093462184984_70182683262260' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__302058437153227160__process_action__3574699601431722093__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3497233715044555622__call__3910002961704664618__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin/pages?locale=zh-cn" for 127.0.0.1 at 2012-12-27 14:01:48 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (10.2ms) Completed 500 Internal Server Error in 16ms ActionController::RoutingError (No route matches {:controller=>"pages", :action=>"show", :locale=>"test"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:339:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:29:in `page_path' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:11:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___3007746233737660213_70182659890520' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___3007746233737660213_70182659890520' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml___2938772996418754415_70182656110760' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2307734949775200733_70182667767360' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2307734949775200733_70182667767360' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml___462429093462184984_70182683262260' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__302058437153227160__process_action__3574699601431722093__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3497233715044555622__call__3910002961704664618__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/admin/pages?locale=zh-cn" for 127.0.0.1 at 2012-12-27 14:01:51 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (8.9ms) Completed 500 Internal Server Error in 14ms ActionController::RoutingError (No route matches {:controller=>"pages", :action=>"show", :locale=>"test"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:339:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:29:in `page_path' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:11:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___3007746233737660213_70182659890520' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___3007746233737660213_70182659890520' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml___2938772996418754415_70182656110760' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2307734949775200733_70182667767360' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___2307734949775200733_70182667767360' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml___462429093462184984_70182683262260' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__302058437153227160__process_action__3574699601431722093__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3497233715044555622__call__3910002961704664618__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin/pages?locale=zh-cn" for 127.0.0.1 at 2012-12-27 14:04:03 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (3.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (68.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (70.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (73.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (121.2ms) Completed 500 Internal Server Error in 155ms ActionController::RoutingError (No route matches {:controller=>"pages", :action=>"show", :locale=>"test"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:339:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:29:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:32:in `method_missing' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:11:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___3080958552463210850_70227245881660' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___3080958552463210850_70227245881660' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml___3433051571138451596_70227224544860' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___998023035444141709_70227223781760' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___998023035444141709_70227223781760' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__4241206765027964454_70227223132800' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__4550965438851664589__process_action__1168600923194472891__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4433441386995857052__call__324807077086054626__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-27 14:04:06 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (9.8ms) Completed 500 Internal Server Error in 15ms ActionController::RoutingError (No route matches {:controller=>"pages", :action=>"show", :locale=>"test"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:339:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:29:in `page_path' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:11:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___3080958552463210850_70227245881660' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___3080958552463210850_70227245881660' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml___3433051571138451596_70227224544860' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___998023035444141709_70227223781760' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___998023035444141709_70227223781760' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__4241206765027964454_70227223132800' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__4550965438851664589__process_action__1168600923194472891__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4433441386995857052__call__324807077086054626__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-27 14:04:08 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (10.0ms) Completed 500 Internal Server Error in 15ms ActionController::RoutingError (No route matches {:controller=>"pages", :action=>"show", :locale=>"test"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:339:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:29:in `page_path' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:11:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___3080958552463210850_70227245881660' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___3080958552463210850_70227245881660' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml___3433051571138451596_70227224544860' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___998023035444141709_70227223781760' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___998023035444141709_70227223781760' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__4241206765027964454_70227223132800' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__4550965438851664589__process_action__1168600923194472891__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4433441386995857052__call__324807077086054626__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-27 14:04:10 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (7.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (12.7ms) Completed 500 Internal Server Error in 17ms ActionController::RoutingError (No route matches {:controller=>"pages", :action=>"show", :locale=>"test"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:339:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:29:in `page_path' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:11:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___3080958552463210850_70227245881660' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml___3080958552463210850_70227245881660' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml___3433051571138451596_70227224544860' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___998023035444141709_70227223781760' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___998023035444141709_70227223781760' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__4241206765027964454_70227223132800' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__4550965438851664589__process_action__1168600923194472891__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4433441386995857052__call__324807077086054626__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-27 14:05:26 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (67.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (69.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (71.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (113.0ms) Completed 500 Internal Server Error in 146ms ActionController::RoutingError (No route matches {:controller=>"pages", :action=>"show", :locale=>"test"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:339:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:29:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:32:in `method_missing' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:11:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml__2560910116446409989_70274297173560' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml__2560910116446409989_70274297173560' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml___910766139641144255_70274287861460' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__453428802583959740_70274298159620' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__453428802583959740_70274298159620' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__3982245375447619727_70274299650000' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__2069523642816832674__process_action__2887119377043833064__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3029924794794520672__call__52580701356322552__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-27 14:05:34 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (10.5ms) Completed 500 Internal Server Error in 15ms ActionController::RoutingError (No route matches {:controller=>"pages", :action=>"show", :locale=>"test"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:339:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:29:in `page_path' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:11:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml__2560910116446409989_70274297173560' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml__2560910116446409989_70274297173560' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml___910766139641144255_70274287861460' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__453428802583959740_70274298159620' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__453428802583959740_70274298159620' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__3982245375447619727_70274299650000' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__2069523642816832674__process_action__2887119377043833064__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3029924794794520672__call__52580701356322552__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/" for 127.0.0.1 at 2012-12-27 14:05:38 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (130.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (61.7ms) Completed 200 OK in 480ms (Views: 470.2ms | ActiveRecord: 1.3ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:38 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:38 +0800 Served asset /mercury/mercury.css - 304 Not Modified (16ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:38 +0800 Served asset /responsive.css - 304 Not Modified (7ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:38 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:38 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/all_images.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /amalgam/editor.css - 304 Not Modified (29ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (86ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/mercury.js - 304 Not Modified (45ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/panel.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (8ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/snippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (47ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:39 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:40 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:40 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:40 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:40 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:40 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:40 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:40 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:40 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:40 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:40 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:40 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:40 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:40 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:40 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:40 +0800 Served asset /amalgam/editor.js - 304 Not Modified (68ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:43 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:43 +0800 Served asset /mercury.css - 304 Not Modified (11ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:43 +0800 Served asset /bootstrap.css - 304 Not Modified (10ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:43 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:43 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 14:05:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 14:05:43 +0800 Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 14:05:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 14:05:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (3.9ms) Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356588343607" for 127.0.0.1 at 2012-12-27 14:05:43 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356588343607", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.4ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (24.3ms) Completed 200 OK in 30ms (Views: 25.4ms | ActiveRecord: 1.3ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.6ms) Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 14:05:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/zh-CN" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home", "locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (13.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.8ms) Completed 200 OK in 115ms (Views: 110.8ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Served asset /bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Served asset /mercury/mercury.css - 304 Not Modified (15ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Served asset /mercury.css - 304 Not Modified (21ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (9ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (6ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Served asset /mercury/dialog.css - 304 Not Modified (7ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Served asset /mercury/lightview.css - 304 Not Modified (6ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (9ms) Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Served asset /amalgam/editor.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (120ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (7ms) Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:48 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/palette.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Served asset /mercury/snippet.js - 304 Not Modified (6ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (9ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (7ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (8ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (7ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (62ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Served asset /amalgam/editor.js - 304 Not Modified (53ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/zh-CN?mercury_frame=true&_=1356588349434" for 127.0.0.1 at 2012-12-27 14:05:49 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356588349434", "slug"=>"home", "locale"=>"zh-CN"} AdminUser Load (3.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (176.7ms) Completed 200 OK in 247ms (Views: 177.2ms | ActiveRecord: 5.2ms) Started GET "/en" for 127.0.0.1 at 2012-12-27 14:05:50 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home", "locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (13.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.3ms) Completed 200 OK in 64ms (Views: 60.0ms | ActiveRecord: 0.9ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/all_images.css - 304 Not Modified (7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (7ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Served asset /mercury/dialog.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (8ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/panel.js - 304 Not Modified (7ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (6ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /amalgam/editor.js - 304 Not Modified (3ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (54ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.2ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.7ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started GET "/en?mercury_frame=true&_=1356588351741" for 127.0.0.1 at 2012-12-27 14:05:51 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356588351741", "slug"=>"home", "locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (58.6ms) Completed 200 OK in 64ms (Views: 59.5ms | ActiveRecord: 0.9ms) Started GET "/zh-CN" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home", "locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.7ms) Completed 200 OK in 65ms (Views: 61.1ms | ActiveRecord: 0.9ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/uploader.css - 304 Not Modified (5ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (41ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (11ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/mercury.js - 304 Not Modified (68ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (9ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Served asset /mercury/lightview.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (7ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:53 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 14:05:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 14:05:54 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 14:05:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 14:05:54 +0800 Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 14:05:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/zh-CN?mercury_frame=true&_=1356588354054" for 127.0.0.1 at 2012-12-27 14:05:54 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356588354054", "slug"=>"home", "locale"=>"zh-CN"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (13.6ms) Completed 200 OK in 21ms (Views: 14.2ms | ActiveRecord: 1.3ms) Started GET "/admin/pages?locale=zh-cn" for 127.0.0.1 at 2012-12-27 14:05:55 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.3ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (29.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (32.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (40.0ms) Completed 200 OK in 242ms (Views: 239.5ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:55 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:55 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:55 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:55 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:55 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:55 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:55 +0800 Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:55 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:55 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (21ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:55 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:55 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (14ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:55 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:55 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:55 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:55 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:55 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:55 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:55 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:55 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:55 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-27 14:05:58 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (26.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (29.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (52.0ms) Completed 200 OK in 106ms (Views: 103.5ms | ActiveRecord: 0.8ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:58 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:05:58 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:58 +0800 Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:58 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:58 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:58 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Served asset /jquery.ui.widget.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:58 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:58 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:58 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (11ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:58 +0800 Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:58 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:58 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:58 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-alert.js - 304 Not Modified (11ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:58 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:58 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Served asset /bootstrap-button.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:58 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:58 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:58 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:58 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:05:58 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-27 14:06:00 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.2ms) Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (17.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (30.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (32.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.4ms) Completed 200 OK in 63ms (Views: 60.0ms | ActiveRecord: 0.9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:00 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:00 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:00 +0800 Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:00 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:06:00 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:06:00 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:00 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:00 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:00 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (20ms) Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:00 +0800 Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:00 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:00 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:00 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:00 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:00 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:00 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:00 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:00 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:00 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:00 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (64ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-27 14:06:08 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (25.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (28.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.4ms) Completed 200 OK in 62ms (Views: 59.1ms | ActiveRecord: 0.8ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:09 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:06:09 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:06:09 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:09 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:09 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:09 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:09 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:09 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:09 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:09 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:09 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:09 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:09 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:09 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:09 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:09 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:09 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:09 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:09 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin/posts?locale=zh-cn" for 127.0.0.1 at 2012-12-27 14:06:10 +0800 LoadError (Expected /Users/brownjohn/code/amalgam/spec/dummy/app/controllers/posts_controller.rb to define PostsController): activesupport (3.2.8) lib/active_support/dependencies.rb:503:in `load_missing_constant' activesupport (3.2.8) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:514:in `load_missing_constant' activesupport (3.2.8) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:514:in `load_missing_constant' activesupport (3.2.8) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/dependencies.rb:554:in `get' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3029924794794520672__call__52580701356322552__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.8ms) Started GET "/admin/groups?locale=zh-cn" for 127.0.0.1 at 2012-12-27 14:06:13 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (3.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (17.7ms) Completed 200 OK in 81ms (Views: 78.8ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:06:13 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:06:13 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:13 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:13 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:13 +0800 Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:13 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:13 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:13 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:13 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:13 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:13 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:13 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:13 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:13 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:13 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:13 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:13 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:13 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:14 +0800 Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:14 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/groups?locale=zh-cn" for 127.0.0.1 at 2012-12-27 14:06:16 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.1ms) Completed 200 OK in 35ms (Views: 33.1ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:06:16 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:06:16 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:16 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:16 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:16 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:16 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:16 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:16 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:16 +0800 Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:16 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:16 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (4ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:16 +0800 Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:16 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:16 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:16 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:16 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:16 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:16 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:16 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:16 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (2ms) Started GET "/admin/groups?locale=en" for 127.0.0.1 at 2012-12-27 14:06:19 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (3.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.5ms) Completed 200 OK in 74ms (Views: 72.1ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:06:20 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:20 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:20 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:20 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:06:20 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:20 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:20 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:20 +0800 Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:20 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:20 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:20 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:20 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:20 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:20 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:20 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:20 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:20 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:20 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:20 +0800 Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:06:20 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/groups/new?locale=en" for 127.0.0.1 at 2012-12-27 14:08:29 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (4.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (20.5ms) Completed 200 OK in 50ms (Views: 44.9ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:08:29 +0800 Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:29 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:29 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:08:29 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:29 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:29 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:29 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:29 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:29 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:29 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:29 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:29 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:29 +0800 Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:29 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:29 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:29 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:29 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:29 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:29 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:29 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin/groups?locale=en" for 127.0.0.1 at 2012-12-27 14:08:31 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.5ms) Completed 200 OK in 28ms (Views: 26.4ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:08:31 +0800 Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:31 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:08:31 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:31 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:31 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:31 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:31 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:31 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:31 +0800 Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:31 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:31 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:31 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:31 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:31 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:31 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:31 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:31 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:31 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:31 +0800 Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:08:31 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/groups?locale=en" for 127.0.0.1 at 2012-12-27 14:09:08 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (8.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (74.8ms) Completed 200 OK in 115ms (Views: 102.0ms | ActiveRecord: 1.4ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:09 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:09 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:09 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:09 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:09 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:09 +0800 Served asset /amalgam/extra.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:09 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /amalgam/admin.css - 304 Not Modified (22ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:09 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:09 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:09 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:09 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:09 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:09 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:09 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:09 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:09 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:09 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:09 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:09 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:09 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:09 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:09 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:09 +0800 Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:09 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/groups?locale=en" for 127.0.0.1 at 2012-12-27 14:09:11 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.3ms) Completed 200 OK in 28ms (Views: 26.4ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:11 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:11 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /amalgam/admin/_mixins.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:11 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:11 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:11 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:11 +0800 Served asset /amalgam/admin.css - 304 Not Modified (18ms) Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:11 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:11 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:11 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:11 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:11 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:11 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:11 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:11 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:11 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:11 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:11 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:11 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:11 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:11 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:11 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/extra.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:11 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:11 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:11 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/groups/new" for 127.0.0.1 at 2012-12-27 14:09:13 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (2.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (3.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (48.5ms) Completed 200 OK in 69ms (Views: 67.2ms | ActiveRecord: 0.1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:13 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:13 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:13 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:13 +0800 Served asset /amalgam/extra.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:13 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:13 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:13 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:13 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:14 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:14 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:14 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:14 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:14 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:14 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:14 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:14 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:14 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:14 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:14 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:14 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:14 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:14 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:14 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/groups/new?locale=zh-CN" for 127.0.0.1 at 2012-12-27 14:09:16 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (4.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.0ms) Completed 200 OK in 33ms (Views: 31.3ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:16 +0800 Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:16 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:16 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:16 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:16 +0800 Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:16 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:16 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:16 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:16 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:16 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:16 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:16 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:16 +0800 Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:16 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:16 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:16 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:16 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:16 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:16 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:16 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:16 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:16 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:16 +0800 Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:16 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/groups/new?locale=zh-CN" for 127.0.0.1 at 2012-12-27 14:09:18 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (2.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (4.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (51.6ms) Completed 200 OK in 73ms (Views: 71.7ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:18 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:18 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:18 +0800 Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:18 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:18 +0800 Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:18 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:18 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:18 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:18 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:18 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:18 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:18 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:18 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:18 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:18 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:18 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:18 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:18 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:18 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:18 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:18 +0800 Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:18 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:18 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin/groups/new?locale=zh-CN" for 127.0.0.1 at 2012-12-27 14:09:23 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (3.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.5ms) Completed 200 OK in 32ms (Views: 30.7ms | ActiveRecord: 0.1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:23 +0800 Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:23 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:23 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:23 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:23 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:23 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:23 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:23 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:23 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:23 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:23 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:23 +0800 Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:23 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (2ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:23 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:23 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:23 +0800 Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:23 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:23 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:23 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:23 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:23 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:23 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:23 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:23 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/groups/new?locale=zh-cn" for 127.0.0.1 at 2012-12-27 14:09:27 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (3.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (56.3ms) Completed 200 OK in 80ms (Views: 78.2ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:27 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:27 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:27 +0800 Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:27 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:27 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:27 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:27 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:27 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:27 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:27 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:27 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:27 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:27 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:27 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:27 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:27 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:27 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:27 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:27 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:27 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:27 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:27 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:27 +0800 Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:27 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/groups/new?locale=zh-CN" for 127.0.0.1 at 2012-12-27 14:09:30 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (2.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (3.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.8ms) Completed 200 OK in 34ms (Views: 32.7ms | ActiveRecord: 0.1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:30 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:30 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:30 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:30 +0800 Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:30 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:30 +0800 Served asset /amalgam/admin.css - 304 Not Modified (4ms) Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:30 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:30 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:30 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:30 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:30 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:30 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:30 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:30 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:30 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:30 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:31 +0800 Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:31 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:31 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:31 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:31 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:31 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:31 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:31 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-27 14:09:33 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (17.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (21.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (25.8ms) Completed 500 Internal Server Error in 79ms ActionController::RoutingError (No route matches {:controller=>"pages", :action=>"show", :locale=>"test"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:339:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:29:in `page_path' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:11:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml__2560910116446409989_70274290511020' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml__2560910116446409989_70274290511020' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml___910766139641144255_70274298715660' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__453428802583959740_70274276625360' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__453428802583959740_70274276625360' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__3982245375447619727_70274277875280' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__2069523642816832674__process_action__2887119377043833064__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3029924794794520672__call__52580701356322552__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-27 14:09:47 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (7.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (9.8ms) Completed 500 Internal Server Error in 15ms ActionController::RoutingError (No route matches {:controller=>"pages", :action=>"show", :locale=>"test"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:339:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:29:in `page_path' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:11:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml__2560910116446409989_70274290511020' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml__2560910116446409989_70274290511020' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml___910766139641144255_70274298715660' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__453428802583959740_70274276625360' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__453428802583959740_70274276625360' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__3982245375447619727_70274277875280' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__2069523642816832674__process_action__2887119377043833064__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3029924794794520672__call__52580701356322552__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/admin/groups/new?locale=zh-CN" for 127.0.0.1 at 2012-12-27 14:09:50 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (3.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (4.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.4ms) Completed 200 OK in 34ms (Views: 32.9ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:50 +0800 Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:50 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:50 +0800 Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:50 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:50 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:50 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:50 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:50 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:50 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:50 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:50 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:50 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:50 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:50 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:50 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:50 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:50 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:50 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:50 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:50 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:50 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:50 +0800 Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:50 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:50 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2012-12-27 14:09:52 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (22.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (47.9ms) Completed 200 OK in 115ms (Views: 110.3ms | ActiveRecord: 1.2ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:52 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:52 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:52 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:52 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:52 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:52 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:52 +0800 Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:52 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:52 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:52 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (5ms) Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:52 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:52 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/region.js - 304 Not Modified (7ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (4ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Started GET "/?mercury_frame=true&_=1356588593510" for 127.0.0.1 at 2012-12-27 14:09:53 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356588593510", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.4ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (18.7ms) Completed 200 OK in 25ms (Views: 20.1ms | ActiveRecord: 1.3ms) Completed 200 OK in 60ms (Views: 59.4ms | ActiveRecord: 0.0ms) Started GET "/en" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home", "locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (12.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (54.5ms) Completed 200 OK in 110ms (Views: 105.9ms | ActiveRecord: 0.9ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (7ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (5ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms) Started GET "/en?mercury_frame=true&_=1356588595849" for 127.0.0.1 at 2012-12-27 14:09:55 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356588595849", "slug"=>"home", "locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (13.8ms) Completed 200 OK in 19ms (Views: 14.4ms | ActiveRecord: 1.1ms) Started GET "/zh-CN" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home", "locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (12.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (57.7ms) Completed 200 OK in 110ms (Views: 105.5ms | ActiveRecord: 1.0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/modal.js - 304 Not Modified (6ms) Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Served asset /mercury/regions/simple.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Started GET "/zh-CN?mercury_frame=true&_=1356588597928" for 127.0.0.1 at 2012-12-27 14:09:57 +0800 Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356588597928", "slug"=>"home", "locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (78.6ms) Completed 200 OK in 113ms (Views: 79.5ms | ActiveRecord: 2.4ms) Started GET "/admin/pages?locale=zh-cn" for 127.0.0.1 at 2012-12-27 14:10:00 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.9ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (28.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (30.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (56.1ms) Completed 200 OK in 111ms (Views: 108.2ms | ActiveRecord: 0.8ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:01 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:01 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:01 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:01 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:01 +0800 Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:01 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:01 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:01 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:01 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:01 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:01 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:01 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:01 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:01 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:01 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:01 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:01 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:01 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:01 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:01 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:01 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:01 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:01 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:01 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/groups?locale=zh-cn" for 127.0.0.1 at 2012-12-27 14:10:04 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (3.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.8ms) Completed 200 OK in 32ms (Views: 30.3ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:04 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:04 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:04 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:04 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:04 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:04 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:04 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:04 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:04 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:04 +0800 Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:04 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:04 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:04 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:04 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:04 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:04 +0800 Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:04 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:04 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:04 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:04 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:04 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:04 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:04 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:04 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin/groups/new?locale=zh-cn" for 127.0.0.1 at 2012-12-27 14:10:06 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (4.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (6.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (50.6ms) Completed 200 OK in 74ms (Views: 72.3ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:06 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:06 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:06 +0800 Served asset /bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:06 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:06 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:06 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:06 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:06 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:06 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:06 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:06 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:06 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:06 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:06 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:06 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:06 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:06 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:06 +0800 Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:06 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:06 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:06 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:06 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:06 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:06 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/groups/new?locale=zh-cn" for 127.0.0.1 at 2012-12-27 14:10:08 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (6.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.6ms) Completed 200 OK in 40ms (Views: 38.2ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:08 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:08 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:08 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:08 +0800 Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:08 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:08 +0800 Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:08 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:08 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:08 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:08 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:08 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:08 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:08 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:08 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:08 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:08 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:08 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:08 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:08 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:08 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:08 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:08 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:08 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:08 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/groups/new?locale=en" for 127.0.0.1 at 2012-12-27 14:10:10 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (3.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (54.1ms) Completed 200 OK in 76ms (Views: 74.9ms | ActiveRecord: 0.1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:10 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:10 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:10 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:10 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:10 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:10 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:10 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:10 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:10 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:10 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:10 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:10 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:10 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:10 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:10 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:10 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:10 +0800 Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:10 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:10 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:10 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:10 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:10 +0800 Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:10 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:10 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin/groups/new?locale=en" for 127.0.0.1 at 2012-12-27 14:10:13 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (2.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (4.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.8ms) Completed 200 OK in 30ms (Views: 28.6ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:13 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:13 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:13 +0800 Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:13 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:13 +0800 Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:13 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:13 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:13 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:13 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:13 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:13 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:13 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:13 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:13 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:13 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:13 +0800 Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:13 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:13 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:13 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:13 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:13 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:13 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:13 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:13 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/groups/new?locale=en" for 127.0.0.1 at 2012-12-27 14:10:16 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (3.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (4.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (52.2ms) Completed 200 OK in 72ms (Views: 70.6ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:16 +0800 Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:16 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:16 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:16 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:16 +0800 Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:16 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:16 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:16 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:16 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:16 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:16 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:16 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:16 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:16 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:16 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:16 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:16 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:16 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:16 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:16 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:16 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:16 +0800 Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:16 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:16 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/admin/groups/new?locale=en" for 127.0.0.1 at 2012-12-27 14:10:18 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (3.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.5ms) Completed 200 OK in 31ms (Views: 29.7ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:19 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:19 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:19 +0800 Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:19 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:19 +0800 Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:19 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:19 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:19 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:19 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:19 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:19 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:19 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:19 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:19 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:19 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:19 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:19 +0800 Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:19 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:19 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:19 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:19 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:19 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:19 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:19 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages?locale=zh-cn" for 127.0.0.1 at 2012-12-27 14:10:22 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (25.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (27.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (55.5ms) Completed 200 OK in 102ms (Views: 99.8ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:23 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:23 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:23 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:23 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:23 +0800 Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:23 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:23 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:23 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:23 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:23 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:23 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:23 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:23 +0800 Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:23 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:23 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:23 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:23 +0800 Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:23 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:23 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:23 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:23 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:23 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:23 +0800 Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:23 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-27 14:10:24 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.7ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (27.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (29.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.2ms) Completed 200 OK in 60ms (Views: 57.5ms | ActiveRecord: 0.8ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:25 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:25 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:25 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:25 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:25 +0800 Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:25 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:25 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:25 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:25 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:25 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:25 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:25 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:25 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:25 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:25 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:25 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:25 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:25 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:25 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:25 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:25 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:25 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:25 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:25 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (44ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-27 14:10:26 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (26.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (29.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.9ms) Completed 200 OK in 60ms (Views: 57.7ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:26 +0800 Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:26 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:26 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:26 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:26 +0800 Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:26 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:26 +0800 Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:26 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:26 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:26 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:26 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:26 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:26 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:26 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:26 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:26 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:26 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:26 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:26 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:26 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:26 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:26 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:26 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:26 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-27 14:10:28 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.5ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (27.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (31.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (55.2ms) Completed 200 OK in 108ms (Views: 104.9ms | ActiveRecord: 0.9ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:28 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:28 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:28 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:28 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:28 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:28 +0800 Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:28 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:28 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:28 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:28 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:28 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:28 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:28 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:28 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:28 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:28 +0800 Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:28 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:28 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:28 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:28 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:28 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:28 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:28 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:28 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-27 14:10:30 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (25.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (28.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.7ms) Completed 200 OK in 60ms (Views: 56.9ms | ActiveRecord: 0.9ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:30 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:30 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:30 +0800 Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:30 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:30 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:10:30 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:30 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:30 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:30 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:30 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:30 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:30 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:30 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:30 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:30 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:30 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:31 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:31 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:31 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:31 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:31 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:31 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:31 +0800 Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:10:31 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-27 14:11:09 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.8ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (26.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (29.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.8ms) Completed 200 OK in 101ms (Views: 98.0ms | ActiveRecord: 0.8ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:09 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:09 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:09 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:09 +0800 Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:09 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:09 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:09 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:09 +0800 Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:09 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:09 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:09 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:09 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:09 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:09 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:09 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:09 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:09 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:09 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:09 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:09 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:09 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:09 +0800 Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:09 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-27 14:11:10 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (26.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (28.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.0ms) Completed 200 OK in 57ms (Views: 53.8ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:10 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:10 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:10 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:10 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:10 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:10 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:10 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:10 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:10 +0800 Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:10 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:10 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:10 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:10 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:10 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:10 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:10 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:10 +0800 Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:10 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:10 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:10 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:10 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:10 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:10 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:10 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-27 14:11:12 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.2ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (26.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (29.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.1ms) Completed 200 OK in 56ms (Views: 53.1ms | ActiveRecord: 1.0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:12 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:12 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:12 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:12 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:12 +0800 Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:12 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:12 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:12 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:12 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:12 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:12 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:12 +0800 Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:12 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:12 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:12 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:12 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:12 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:12 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:12 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:12 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:12 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:12 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:12 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:12 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-27 14:11:26 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.4ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (27.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (30.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (54.7ms) Completed 200 OK in 103ms (Views: 100.4ms | ActiveRecord: 0.9ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:26 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:26 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:26 +0800 Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:26 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:26 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:26 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:26 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:26 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:26 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:26 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:26 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:26 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:26 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:26 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:26 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:26 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:26 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:26 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:26 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:26 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:26 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:26 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:26 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:26 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-27 14:11:28 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (24.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (27.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.2ms) Completed 200 OK in 57ms (Views: 54.1ms | ActiveRecord: 0.8ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:28 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:28 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:28 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:28 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:28 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:11:28 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:28 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:28 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:28 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:28 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:28 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:28 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:28 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:28 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:28 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:28 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:28 +0800 Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:28 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:28 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:28 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:28 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:28 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:28 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:11:28 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-27 14:14:23 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (4.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (67.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (69.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (71.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (117.2ms) Completed 500 Internal Server Error in 151ms ActionController::RoutingError (No route matches {:controller=>"pages", :action=>"show", :locale=>"test"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:339:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:29:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:32:in `method_missing' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:11:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml__4395429125852004799_70194692143780' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml__4395429125852004799_70194692143780' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml___2648893987962531981_70194692428060' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___3430942749943310061_70194702861900' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___3430942749943310061_70194702861900' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__2268574391631769186_70194685397180' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__3507196926110367269__process_action__4535400103249565004__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2907531149584469557__call__3094142952388377101__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/admin/pages?locale=zh-cn" for 127.0.0.1 at 2012-12-27 14:14:47 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (6.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (8.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (10.9ms) Completed 500 Internal Server Error in 16ms ActionController::RoutingError (No route matches {:controller=>"pages", :action=>"show", :locale=>"test"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:339:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:29:in `page_path' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:11:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml__4395429125852004799_70194692143780' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml__4395429125852004799_70194692143780' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml___2648893987962531981_70194692428060' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___3430942749943310061_70194702861900' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___3430942749943310061_70194702861900' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__2268574391631769186_70194685397180' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__3507196926110367269__process_action__4535400103249565004__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2907531149584469557__call__3094142952388377101__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin/pages?locale=zh-cn" for 127.0.0.1 at 2012-12-27 14:15:38 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (3.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (66.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (68.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (70.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (115.9ms) Completed 500 Internal Server Error in 151ms ActionController::RoutingError (No route matches {:controller=>"pages", :action=>"show", :locale=>"test"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:339:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:29:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:32:in `method_missing' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:11:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml__2858463401978467157_70357034732340' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml__2858463401978467157_70357034732340' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml___4539893916863047159_70357047163420' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___364724700279514309_70357047574420' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml___364724700279514309_70357047574420' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml__3253804791138737517_70357047601700' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__1302347360948418773__process_action__4496998382405427632__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2475765355838502077__call__4255149333274078942__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin/pages?locale=zh-cn" for 127.0.0.1 at 2012-12-27 14:16:53 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (3.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (70.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (73.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (75.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (121.2ms) Completed 500 Internal Server Error in 156ms ActionController::RoutingError (No route matches {:controller=>"pages", :action=>"show", :locale=>"test"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:339:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:29:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:32:in `method_missing' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:11:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml__166085973132822885_70276566875360' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml__166085973132822885_70276566875360' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml__623282377977799970_70276572563720' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__4195814496573399039_70276583306620' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__4195814496573399039_70276583306620' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml___2487451385545055979_70276583871560' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__2832515603787732331__process_action__1606109462470713302__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4169163046199277352__call__742481443625374581__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-27 14:17:59 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (6.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (8.9ms) Completed 500 Internal Server Error in 14ms ActionController::RoutingError (No route matches {:controller=>"pages", :action=>"show", :locale=>"test"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:339:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:213:in `page_path' actionpack (3.2.8) lib/action_dispatch/routing/routes_proxy.rb:29:in `page_path' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:11:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml__166085973132822885_70276566875360' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages__tree_inner_html_haml__166085973132822885_70276566875360' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml:2:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__node_html_haml__623282377977799970_70276572563720' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:5:in `block in ___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__4195814496573399039_70276583306620' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `each' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml:4:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_tree__list_html_haml__4195814496573399039_70276583306620' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml:6:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin_pages_index_html_haml___2487451385545055979_70276583871560' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__2832515603787732331__process_action__1606109462470713302__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4169163046199277352__call__742481443625374581__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/" for 127.0.0.1 at 2012-12-27 14:18:05 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] zh-CN zh-CN Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (117.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (57.1ms) Completed 200 OK in 444ms (Views: 436.3ms | ActiveRecord: 1.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:06 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:06 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (6ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:06 +0800 Served asset /responsive.css - 304 Not Modified (7ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:06 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:06 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:06 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:06 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (6ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:06 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:06 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:06 +0800 Served asset /amalgam/editor.css - 304 Not Modified (24ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:06 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:06 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (96ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:06 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:06 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:06 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:06 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:06 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:06 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:06 +0800 Served asset /mercury/mercury.js - 304 Not Modified (44ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:06 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (6ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:06 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:06 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:06 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (48ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:06 +0800 Served asset /mercury/dialog.js - 304 Not Modified (4ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:06 +0800 Served asset /mercury/palette.js - 304 Not Modified (6ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:06 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:06 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:06 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /mercury/region.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (46ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (4ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:07 +0800 Served asset /amalgam/editor.js - 304 Not Modified (128ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:11 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:11 +0800 Served asset /mercury/mercury.css - 304 Not Modified (12ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:11 +0800 Served asset /mercury.css - 304 Not Modified (15ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:11 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:11 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 14:18:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 14:18:11 +0800 Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 14:18:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.9ms) Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 14:18:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 14:18:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1356589091273" for 127.0.0.1 at 2012-12-27 14:18:11 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356589091273", "slug"=>"home"} AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] zh-CN zh-CN Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (171.8ms) Completed 200 OK in 240ms (Views: 172.5ms | ActiveRecord: 5.6ms) Started GET "/en" for 127.0.0.1 at 2012-12-27 14:18:15 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home", "locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] en en en Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (14.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (54.4ms) Completed 200 OK in 109ms (Views: 104.4ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /responsive.css - 304 Not Modified (7ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury.css - 304 Not Modified (25ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (36ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (78ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (7ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (60ms) Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Served asset /mercury/modal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (8ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/regions/simple.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (6ms) Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.7ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (1.4ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started GET "/en?mercury_frame=true&_=1356589096626" for 127.0.0.1 at 2012-12-27 14:18:16 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356589096626", "slug"=>"home", "locale"=>"en"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] en en en Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (15.9ms) Completed 200 OK in 23ms (Views: 16.7ms | ActiveRecord: 1.3ms) Started GET "/zh-CN" for 127.0.0.1 at 2012-12-27 14:18:18 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home", "locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] zh-CN zh-CN zh-CN Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.1ms) Completed 200 OK in 102ms (Views: 97.3ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (6ms) Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/mercury.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (6ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/dialog.css - 304 Not Modified (7ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/lightview.css - 304 Not Modified (6ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/modal.css - 304 Not Modified (7ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (8ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/native_extensions.js - 304 Not Modified (7ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/palette.js - 304 Not Modified (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/region.js - 304 Not Modified (6ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/style.js - 304 Not Modified (10ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (5ms) Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (6.6ms) Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/zh-CN?mercury_frame=true&_=1356589099788" for 127.0.0.1 at 2012-12-27 14:18:19 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356589099788", "slug"=>"home", "locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] zh-CN zh-CN zh-CN Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (57.5ms) Completed 200 OK in 63ms (Views: 58.1ms | ActiveRecord: 1.1ms) Started GET "/en" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home", "locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] en en en Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.6ms) Completed 200 OK in 62ms (Views: 57.5ms | ActiveRecord: 0.9ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/all_images.css - 304 Not Modified (7ms) Served asset /amalgam/editor.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /jquery_ujs.js - 304 Not Modified (11ms) Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/mercury.js - 304 Not Modified (115ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/dialog.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Served asset /mercury/select.js - 304 Not Modified (7ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:24 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Served asset /mercury/regions/markdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:25 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:25 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:25 +0800 Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:25 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:25 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:25 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:25 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:25 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:25 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:25 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:25 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (6ms) Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:25 +0800 Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:25 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:25 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:25 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:25 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:25 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:25 +0800 Served asset /amalgam/editor.js - 304 Not Modified (3ms) Served asset /jquery.remotipart.js - 304 Not Modified (4ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 14:18:25 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 14:18:25 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 14:18:25 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 14:18:25 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 14:18:25 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.8ms) Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms) Started GET "/en?mercury_frame=true&_=1356589105212" for 127.0.0.1 at 2012-12-27 14:18:25 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356589105212", "slug"=>"home", "locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] en en en Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (12.9ms) Completed 200 OK in 18ms (Views: 13.7ms | ActiveRecord: 1.0ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-12-27 14:18:27 +0800 Served asset /mercury/toolbar/primary/save.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-12-27 14:18:27 +0800 Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-12-27 14:18:27 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 304 Not Modified (3ms) Served asset /mercury/toolbar/primary/undo.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-12-27 14:18:27 +0800 Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-12-27 14:18:27 +0800 Served asset /mercury/toolbar/primary/preview.png - 304 Not Modified (6ms) Served asset /mercury/toolbar/primary/insertmedia.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-12-27 14:18:27 +0800 Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-12-27 14:18:27 +0800 Served asset /mercury/toolbar/primary/redo.png - 304 Not Modified (4ms) Served asset /mercury/toolbar/primary/insertlink.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-12-27 14:18:27 +0800 Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-12-27 14:18:27 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-12-27 14:18:27 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 304 Not Modified (9ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-12-27 14:18:27 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (6ms) Served asset /mercury/toolbar/editable/buttons.png - 304 Not Modified (9ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-12-27 14:18:27 +0800 Served asset /mercury/close.png - 304 Not Modified (5ms) Started PUT "/admin/editor" for 127.0.0.1 at 2012-12-27 14:18:30 +0800 Processing by Amalgam::Admin::EditorController#update as JSON Parameters: {"content"=>{"pages/2.title"=>{"type"=>"full", "value"=>"home2"}, "pages/2.body.title"=>{"type"=>"full", "value"=>"body2"}}} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] en en Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]] Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'home' AND "pages"."id" != 2 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2012-12-27 06:18:30.928364' WHERE "pages"."id" = 2 Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 AND "page_translations"."locale" = 'en' LIMIT 1  (0.2ms) UPDATE "page_translations" SET "body" = '--- title: body2 ', "updated_at" = '2012-12-27 06:18:30.934285' WHERE "page_translations"."id" = 4 Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 3]] Page::Translation Load (0.0ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 4]]  (2.0ms) commit transaction Rendered text template (0.0ms) Completed 200 OK in 92ms (Views: 3.4ms | ActiveRecord: 3.7ms) Started GET "/en" for 127.0.0.1 at 2012-12-27 14:18:30 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home", "locale"=>"en"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] en en en Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (17.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (47.4ms) Completed 200 OK in 115ms (Views: 108.5ms | ActiveRecord: 1.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/mercury.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/mercury.js - 304 Not Modified (4ms) Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (6ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/en?mercury_frame=true&_=1356589111724" for 127.0.0.1 at 2012-12-27 14:18:31 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356589111724", "slug"=>"home", "locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] en en en Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (19.3ms) Completed 200 OK in 25ms (Views: 20.0ms | ActiveRecord: 1.0ms) Started GET "/zh-CN" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home", "locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] zh-CN zh-CN zh-CN Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (12.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (49.0ms) Completed 200 OK in 99ms (Views: 95.1ms | ActiveRecord: 0.9ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Served asset /mercury/table_editor.js - 304 Not Modified (8ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (6ms) Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Served asset /amalgam/editor.js - 304 Not Modified (85ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 14:18:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 14:18:35 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 14:18:35 +0800 Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 14:18:35 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 14:18:35 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/zh-CN?mercury_frame=true&_=1356589115031" for 127.0.0.1 at 2012-12-27 14:18:35 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356589115031", "slug"=>"home", "locale"=>"zh-CN"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] zh-CN zh-CN zh-CN Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (11.6ms) Completed 200 OK in 18ms (Views: 12.3ms | ActiveRecord: 1.2ms) Started GET "/admin/pages?locale=zh-cn" for 127.0.0.1 at 2012-12-27 14:18:39 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.7ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (28.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (30.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.2ms) Completed 200 OK in 224ms (Views: 221.1ms | ActiveRecord: 1.1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:40 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:40 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:40 +0800 Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:40 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:40 +0800 Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:40 +0800 Served asset /bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:40 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/admin.css - 304 Not Modified (18ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:40 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:40 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:40 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:40 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:40 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:40 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (3ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (12ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:40 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:40 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:40 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:40 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:40 +0800 Served asset /bootstrap-button.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:40 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (7ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:40 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:40 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:40 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:40 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Served asset /amalgam/admin.js - 304 Not Modified (49ms) Started GET "/admin/groups?locale=zh-cn" for 127.0.0.1 at 2012-12-27 14:18:42 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] zh-cn zh-cn zh-cn Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (4.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (16.4ms) Completed 200 OK in 45ms (Views: 42.2ms | ActiveRecord: 0.3ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:43 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:43 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:43 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:43 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:43 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:43 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:43 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:43 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:43 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:43 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:43 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:43 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:43 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:43 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:43 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:43 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:43 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:43 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Served asset /bootstrap-alert.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:43 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:43 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:43 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:43 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:43 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:43 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started GET "/admin/groups?locale=en" for 127.0.0.1 at 2012-12-27 14:18:45 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] en en en Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (3.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.5ms) Completed 200 OK in 74ms (Views: 72.4ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:46 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:46 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:46 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:46 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:46 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:46 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:46 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:46 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:46 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:46 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (5ms) Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:46 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:46 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:46 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:46 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:46 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:46 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:46 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:46 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (75ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:46 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:46 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:46 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:46 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:46 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:46 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/admin/groups?locale=zh-CN" for 127.0.0.1 at 2012-12-27 14:18:55 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] zh-CN zh-CN zh-CN Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (3.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.5ms) Completed 200 OK in 32ms (Views: 30.0ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:55 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:55 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:55 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:55 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:55 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:55 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:55 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:55 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:55 +0800 Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:55 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:55 +0800 Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:55 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:55 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:55 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:55 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:55 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:55 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:55 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:55 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:55 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:55 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:55 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:55 +0800 Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:55 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/groups?locale=en" for 127.0.0.1 at 2012-12-27 14:18:57 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] en en en Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.3ms) Completed 200 OK in 32ms (Views: 29.6ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:57 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:57 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:57 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:57 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:57 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:18:57 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:57 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:57 +0800 Served asset /amalgam/admin.css - 304 Not Modified (20ms) Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:57 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:57 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:57 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:57 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:57 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:57 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:57 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:57 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:57 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:57 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:57 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:57 +0800 Served asset /bootstrap-button.js - 304 Not Modified (6ms) Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:57 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:57 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:57 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:18:57 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-27 14:19:00 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (17.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.7ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (38.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (43.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (57.7ms) Completed 200 OK in 119ms (Views: 116.7ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:00 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:00 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:00 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:00 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:00 +0800 Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:00 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:00 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:00 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:00 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:00 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:00 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:00 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:00 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:00 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:00 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:00 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:00 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:00 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:00 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:00 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:00 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:00 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:00 +0800 Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:00 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-27 14:19:02 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.5ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (27.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (31.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.8ms) Completed 200 OK in 58ms (Views: 55.2ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:02 +0800 Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:02 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:02 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:02 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:02 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:02 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:02 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:02 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:02 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:02 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:02 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:02 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:02 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:02 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:02 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:02 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:02 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:02 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:02 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:02 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:02 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:02 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:02 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:02 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-27 14:19:04 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.2ms) Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (50.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (61.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (64.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (83.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (87.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.0ms) Completed 200 OK in 125ms (Views: 122.1ms | ActiveRecord: 0.9ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:04 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:04 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:04 +0800 Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:04 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:04 +0800 Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:04 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:04 +0800 Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:04 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:04 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:04 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:04 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:04 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:04 +0800 Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:04 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:04 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:04 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:04 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:04 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:04 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:04 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:04 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:04 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:04 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:04 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-27 14:19:05 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.7ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (31.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (34.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.3ms) Completed 200 OK in 104ms (Views: 101.5ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:05 +0800 Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:05 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:05 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:05 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:05 +0800 Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:05 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:05 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:05 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:05 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:05 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:05 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:05 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:05 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:05 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:05 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:05 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:05 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:05 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:05 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:05 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:05 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:05 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:06 +0800 Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:06 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-27 14:19:31 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.9ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (27.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (30.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.0ms) Completed 200 OK in 59ms (Views: 55.4ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:31 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:31 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:31 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:31 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:31 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:31 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:31 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:31 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:31 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:31 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:32 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:32 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:32 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:32 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:32 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:32 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:32 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:32 +0800 Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:32 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:32 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:32 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:32 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:32 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:32 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-27 14:19:33 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.2ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (30.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (33.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (50.6ms) Completed 200 OK in 102ms (Views: 99.1ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:33 +0800 Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:33 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:33 +0800 Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:33 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:33 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:33 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:33 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:33 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:33 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:33 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:33 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:33 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:33 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:33 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:33 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:33 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:33 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:33 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:33 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:33 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:33 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:33 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:33 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:33 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-27 14:19:35 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (28.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (30.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.9ms) Completed 200 OK in 60ms (Views: 57.3ms | ActiveRecord: 0.9ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:35 +0800 Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:35 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:35 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:35 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:35 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:35 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:35 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:35 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:35 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:35 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:35 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:35 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:35 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:36 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:36 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:36 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:36 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:36 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:36 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:36 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:36 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:36 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:36 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:36 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-27 14:19:37 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (51.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (54.1ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (69.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (72.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.2ms) Completed 200 OK in 101ms (Views: 98.5ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:37 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:37 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:37 +0800 Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:37 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:37 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:37 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:37 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:37 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:37 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:37 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:37 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:37 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:37 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:37 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:37 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:37 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:37 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:37 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:37 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:37 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:37 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:37 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:37 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:37 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-27 14:19:38 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.5ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (28.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (30.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (47.7ms) Completed 200 OK in 96ms (Views: 93.3ms | ActiveRecord: 0.9ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:39 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:39 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:39 +0800 Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:39 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:39 +0800 Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:39 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:39 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:39 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:39 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:39 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:39 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:39 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:39 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:39 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:39 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:39 +0800 Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:39 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:39 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:39 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:39 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:39 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:39 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:39 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:39 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-27 14:19:40 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.9ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (31.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (34.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.0ms) Completed 200 OK in 70ms (Views: 67.1ms | ActiveRecord: 0.9ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:40 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:40 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:40 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:40 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:40 +0800 Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:19:40 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:40 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:40 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:40 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:40 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:40 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:40 +0800 Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:40 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:40 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:40 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:40 +0800 Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:40 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:40 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:40 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:40 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:40 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:40 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:19:40 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (1ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-27 14:20:43 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] en en Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (99.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (104.6ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (121.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (135.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (47.7ms) Completed 200 OK in 386ms (Views: 356.4ms | ActiveRecord: 5.2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:44 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:44 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:44 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:44 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:44 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:44 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:44 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:44 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:44 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:44 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:44 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:44 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:44 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:44 +0800 Served asset /bootstrap-button.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:44 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:44 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:44 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:44 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:44 +0800 Served asset /amalgam/admin.js - 304 Not Modified (62ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:48 +0800 Served asset /amalgam/admin.css - 304 Not Modified (14ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:48 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:48 +0800 Served asset /bootstrap.css - 304 Not Modified (10ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:48 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:48 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2012-12-27 14:20:51 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] zh-CN zh-CN zh-CN Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.2ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (35.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (39.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.3ms) Completed 200 OK in 75ms (Views: 71.5ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:51 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:51 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:51 +0800 Served asset /bootstrap.css - 304 Not Modified (11ms) Served asset /amalgam/admin/login.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:51 +0800 Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:51 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:51 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:51 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:51 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:51 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:51 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:51 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:51 +0800 Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:51 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:51 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:51 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:51 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:51 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:51 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:51 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:51 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:51 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:51 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (7ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:51 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:51 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-27 14:20:53 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] en en en Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (50.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (53.6ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (67.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (70.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.1ms) Completed 200 OK in 102ms (Views: 98.9ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:53 +0800 Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:53 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:53 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:53 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:53 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:53 +0800 Served asset /amalgam/admin.css - 304 Not Modified (20ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:53 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:53 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:53 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:53 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:53 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:53 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:53 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:53 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:53 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:53 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:53 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Served asset /bootstrap-alert.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:53 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:53 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:53 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:53 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:53 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:53 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/admin/groups?locale=en" for 127.0.0.1 at 2012-12-27 14:20:55 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] en en en Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (3.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (54.8ms) Completed 200 OK in 84ms (Views: 81.3ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:55 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:55 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:55 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:55 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:55 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:55 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:55 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:55 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:55 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:55 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:55 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:55 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (3ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:55 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:55 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:55 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:56 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:56 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:56 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:56 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:56 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:56 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:56 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:56 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/groups?locale=zh-CN" for 127.0.0.1 at 2012-12-27 14:20:57 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] zh-CN zh-CN zh-CN Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (3.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.1ms) Completed 200 OK in 33ms (Views: 30.6ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:57 +0800 Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:57 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:57 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:57 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:57 +0800 Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:57 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:57 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:57 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:57 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:57 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:57 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:57 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:57 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:57 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:57 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:57 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:57 +0800 Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:57 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:57 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:57 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:57 +0800 Served asset /amalgam/extra.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:57 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:57 +0800 Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:57 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (2ms) Started GET "/admin/groups?locale=en" for 127.0.0.1 at 2012-12-27 14:20:59 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] en en en Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (50.6ms) Completed 200 OK in 69ms (Views: 67.6ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:59 +0800 Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:59 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:59 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:59 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:59 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:20:59 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:59 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:59 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:59 +0800 Served asset /jquery.js - 304 Not Modified (12ms) Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:59 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:59 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:59 +0800 Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:59 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:59 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:59 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:59 +0800 Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:59 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:59 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:59 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:59 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:59 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:59 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:59 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:20:59 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/groups/new?locale=en" for 127.0.0.1 at 2012-12-27 14:21:00 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] en en en Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (6.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.5ms) Completed 200 OK in 44ms (Views: 37.2ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:00 +0800 Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:00 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:00 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:00 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:00 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:00 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:00 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:00 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:00 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:00 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:00 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:00 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:00 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:00 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:00 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:00 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:00 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:00 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:01 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:01 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:01 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:01 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:01 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:01 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/groups/new?locale=zh-CN" for 127.0.0.1 at 2012-12-27 14:21:02 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] zh-CN zh-CN zh-CN Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (4.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (6.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.0ms) Completed 200 OK in 32ms (Views: 30.7ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:02 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:02 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:02 +0800 Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:02 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /amalgam/admin.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:02 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:02 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:02 +0800 Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:02 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:02 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:02 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:02 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:02 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:02 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:02 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:02 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:02 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:02 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:02 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:02 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:02 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:02 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Served asset /jquery_ujs.js - 304 Not Modified (62ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:02 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:02 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:02 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin/pages?locale=zh-cn" for 127.0.0.1 at 2012-12-27 14:21:04 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] zh-cn zh-cn zh-cn Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.7ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (45.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (49.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (53.9ms) Completed 200 OK in 123ms (Views: 120.3ms | ActiveRecord: 0.9ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:04 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:04 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:04 +0800 Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:04 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:04 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:04 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:04 +0800 Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:04 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /modernizr.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:04 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:04 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:04 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:04 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:04 +0800 Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:04 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:04 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:04 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:04 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:04 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:04 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:04 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:04 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:04 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:04 +0800 Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:04 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2012-12-27 14:21:07 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] en en en Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.0ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (27.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (30.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.4ms) Completed 200 OK in 60ms (Views: 57.5ms | ActiveRecord: 0.8ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:07 +0800 Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:07 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:07 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:07 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:07 +0800 Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:07 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Served asset /bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:07 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:07 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:07 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:07 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:07 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:07 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:07 +0800 Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:07 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:07 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:07 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:07 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:07 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:07 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:07 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:07 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:07 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:07 +0800 Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:07 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (2ms) Started GET "/admin/pages/new?locale=en" for 127.0.0.1 at 2012-12-27 14:21:08 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] en en en Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (45.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 3 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (59.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (61.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.3ms) Completed 200 OK in 91ms (Views: 87.6ms | ActiveRecord: 1.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:09 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:09 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:09 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:09 +0800 Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:09 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:09 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:09 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:09 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:09 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:09 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:09 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:09 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:09 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:09 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:09 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:09 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:09 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:09 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:09 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:09 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:09 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:09 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:09 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new?locale=zh-CN" for 127.0.0.1 at 2012-12-27 14:21:10 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] zh-CN zh-CN zh-CN Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.4ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 3 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (13.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (46.5ms) Completed 200 OK in 78ms (Views: 75.6ms | ActiveRecord: 1.1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:10 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:10 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:10 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:10 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:10 +0800 Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:10 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:10 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:10 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:10 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:10 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:10 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:10 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:10 +0800 Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:10 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:10 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:10 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:10 +0800 Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:10 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:10 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:10 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:10 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:10 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:10 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:10 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/pages?locale=zh-cn" for 127.0.0.1 at 2012-12-27 14:21:12 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] zh-cn zh-cn zh-cn Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.1ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (33.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (36.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.8ms) Completed 200 OK in 67ms (Views: 64.3ms | ActiveRecord: 0.8ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:12 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:12 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:12 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:12 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:12 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:12 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:12 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:12 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:12 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:12 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:12 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:12 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (2ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:12 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:12 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:12 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:12 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:12 +0800 Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:12 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:12 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:12 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:12 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:12 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:12 +0800 Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:12 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/groups?locale=zh-cn" for 127.0.0.1 at 2012-12-27 14:21:14 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] zh-cn zh-cn zh-cn Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (3.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (50.4ms) Completed 200 OK in 74ms (Views: 72.0ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:14 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:14 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:14 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:14 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:14 +0800 Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:14 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:14 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:14 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:14 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:14 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:14 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:14 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:14 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:14 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:14 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:14 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:14 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:14 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:14 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:14 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:14 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:14 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:14 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin/groups?locale=en" for 127.0.0.1 at 2012-12-27 14:21:16 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] en en en Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.1ms) Completed 200 OK in 31ms (Views: 29.1ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:17 +0800 Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:17 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:17 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:17 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:17 +0800 Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:17 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:17 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:17 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:17 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:17 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:17 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:17 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:17 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:17 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:17 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:17 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:17 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:17 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:17 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:17 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:17 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:17 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:17 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:17 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin/groups?locale=zh-CN" for 127.0.0.1 at 2012-12-27 14:21:18 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] zh-CN zh-CN zh-CN Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (49.4ms) Completed 200 OK in 68ms (Views: 65.7ms | ActiveRecord: 0.3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:18 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:18 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:18 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:18 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:18 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:18 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:18 +0800 Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:18 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:18 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:18 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:18 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:18 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:18 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:18 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:18 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:18 +0800 Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:18 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:18 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:18 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:18 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:18 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:18 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:18 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/groups/new?locale=zh-cn" for 127.0.0.1 at 2012-12-27 14:21:20 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] zh-cn zh-cn zh-cn Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (4.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (6.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.9ms) Completed 200 OK in 46ms (Views: 44.0ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:20 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:20 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:20 +0800 Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:20 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:20 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:20 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:20 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:20 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:20 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:20 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:20 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:20 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:20 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (1ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:20 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:20 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:20 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:20 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:20 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:20 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:20 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:20 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:20 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:20 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:20 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/groups/new?locale=en" for 127.0.0.1 at 2012-12-27 14:21:21 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] en en en Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (3.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (50.3ms) Completed 200 OK in 72ms (Views: 70.4ms | ActiveRecord: 0.1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:21 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:21 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:21 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:21 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:21 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:21 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:21 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:21 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:21 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:21 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:21 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:21 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:21 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:21 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:21 +0800 Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:21 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:21 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:21 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:21 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:21 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:21 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:21 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:22 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:22 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin/groups/new?locale=zh-CN" for 127.0.0.1 at 2012-12-27 14:21:23 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] zh-CN zh-CN zh-CN Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (2.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (3.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.1ms) Completed 200 OK in 30ms (Views: 27.9ms | ActiveRecord: 0.1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:23 +0800 Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:23 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:23 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:23 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:23 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:23 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:23 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:23 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:23 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:23 +0800 Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:23 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:23 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:23 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:23 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:23 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:23 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:23 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:23 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:23 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:23 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:23 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:23 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:23 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:23 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin/groups/new?locale=zh-cn" for 127.0.0.1 at 2012-12-27 14:21:24 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] zh-cn zh-cn zh-cn Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (3.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (51.8ms) Completed 200 OK in 73ms (Views: 71.9ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:25 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:25 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:25 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:25 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:25 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:25 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:25 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:25 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:25 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:25 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:25 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:25 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:25 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:25 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:25 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:25 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:25 +0800 Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:25 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:25 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:25 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:25 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:25 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:25 +0800 Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:25 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/groups/new?locale=en" for 127.0.0.1 at 2012-12-27 14:21:26 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] en en en Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (3.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (4.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.0ms) Completed 200 OK in 32ms (Views: 30.5ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:26 +0800 Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:26 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:26 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:26 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:26 +0800 Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:26 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:26 +0800 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:26 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:26 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:26 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:26 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:26 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:26 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:26 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:26 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:26 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:26 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:26 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:26 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:26 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:26 +0800 Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:26 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:26 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:26 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/groups?locale=en" for 127.0.0.1 at 2012-12-27 14:21:28 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] en en en Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (50.1ms) Completed 200 OK in 70ms (Views: 67.9ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:28 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:28 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:28 +0800 Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:28 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:28 +0800 Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:28 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:28 +0800 Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:28 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:28 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:28 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:28 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:28 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:28 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:28 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:28 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:28 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:28 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:28 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:28 +0800 Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:28 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:28 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:28 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:28 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:28 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin/groups?locale=zh-CN" for 127.0.0.1 at 2012-12-27 14:21:29 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] zh-CN zh-CN zh-CN Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.3ms) Completed 200 OK in 28ms (Views: 26.6ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:29 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:29 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:29 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:29 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:29 +0800 Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:21:29 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:29 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:29 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:29 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:29 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:29 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:29 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:29 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:29 +0800 Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:29 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:29 +0800 Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:29 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:29 +0800 Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:29 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:29 +0800 Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:29 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:29 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:29 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:21:29 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages?locale=zh-cn" for 127.0.0.1 at 2012-12-27 14:24:52 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] zh-cn zh-cn zh-cn Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (23.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (36.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (61.8ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (79.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (82.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (16.2ms) Completed 200 OK in 141ms (Views: 116.8ms | ActiveRecord: 1.6ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:24:53 +0800 Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:24:53 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:24:53 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:24:53 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:24:53 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:24:53 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:53 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:53 +0800 Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:53 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:53 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:53 +0800 Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:53 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:53 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:53 +0800 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:53 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:53 +0800 Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:53 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:53 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:53 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:53 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:53 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:53 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:53 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:53 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/zh-cn/pages/home" for 127.0.0.1 at 2012-12-27 14:24:54 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-cn", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] zh-cn zh-cn zh-cn Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (151.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.0ms) Completed 200 OK in 432ms (Views: 425.3ms | ActiveRecord: 1.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury.css - 304 Not Modified (16ms) Served asset /mercury/mercury.css - 304 Not Modified (14ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /responsive.css - 304 Not Modified (9ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/uploader.css - 304 Not Modified (5ms) Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (64ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/lightview.css - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /amalgam/editor.css - 304 Not Modified (83ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (64ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (7ms) Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (8ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/palette.js - 304 Not Modified (4ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/panel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/lightview.js - 304 Not Modified (6ms) Served asset /mercury/mercury.js - 304 Not Modified (114ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (4ms) Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (5ms) Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/dialog.js - 304 Not Modified (6ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Served asset /mercury/toolbar.expander.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (6ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/region.js - 304 Not Modified (6ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (6ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Served asset /mercury/snippet_toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:55 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:56 +0800 Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:56 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (7ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:56 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (8ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:56 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Served asset /mercury/modals/inserttable.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:56 +0800 Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:56 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (5ms) Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:56 +0800 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:56 +0800 Served asset /mercury/finalize.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:56 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:24:56 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Served asset /amalgam/editor.js - 304 Not Modified (47ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 14:24:56 +0800 Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 14:24:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 14:24:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 14:24:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.6ms) Completed 200 OK in 19ms (Views: 18.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 14:24:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/zh-cn/pages/home?mercury_frame=true&_=1356589496207" for 127.0.0.1 at 2012-12-27 14:24:56 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356589496207", "locale"=>"zh-cn", "slug"=>"home"} AdminUser Load (4.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] ["en", "zh-cn"] zh-cn zh-cn zh-cn Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (177.8ms) Completed 200 OK in 255ms (Views: 178.4ms | ActiveRecord: 5.8ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test" for 127.0.0.1 at 2012-12-27 14:54:00 +0800 ActionController::RoutingError (No route matches [GET] "/zh-CN/pages/test"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/zh-Cn/pages/test" for 127.0.0.1 at 2012-12-27 14:54:16 +0800 ActionController::RoutingError (No route matches [GET] "/zh-Cn/pages/test"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/brownjohn/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/zh-cn/pages/test" for 127.0.0.1 at 2012-12-27 14:54:23 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-cn", "slug"=>"test"} AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (193.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (55.2ms) Completed 200 OK in 559ms (Views: 517.5ms | ActiveRecord: 5.6ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury.css - 304 Not Modified (12ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/dialog.css - 304 Not Modified (6ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/modal.css - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/all_images.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /amalgam/editor.css - 304 Not Modified (28ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /jquery.js - 304 Not Modified (56ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (48ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/mercury.js - 304 Not Modified (48ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/select.js - 304 Not Modified (4ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/panel.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:24 +0800 Served asset /mercury/region.js - 304 Not Modified (49ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:25 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:25 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:25 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:25 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:25 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:25 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:25 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:25 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:25 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:25 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:25 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:25 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:25 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:25 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:25 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:25 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:25 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (48ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:25 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:25 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:25 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:25 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:25 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:25 +0800 Served asset /amalgam/editor.js - 304 Not Modified (64ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:28 +0800 Served asset /mercury/mercury.css - 304 Not Modified (11ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:28 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:28 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:28 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:28 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 14:54:28 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 14:54:28 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 14:54:28 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (1.2ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 14:54:28 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (4.2ms) Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms) Started GET "/zh-cn/pages/test?mercury_frame=true&_=1356591268741" for 127.0.0.1 at 2012-12-27 14:54:28 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356591268741", "locale"=>"zh-cn", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (23.2ms) Completed 200 OK in 31ms (Views: 24.5ms | ActiveRecord: 1.5ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.6ms) Completed 200 OK in 62ms (Views: 61.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 14:54:28 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.7ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:48 +0800 Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:48 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:48 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:48 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (9ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:48 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (6ms) Served asset /jquery.ui.core.js - 304 Not Modified (61ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:48 +0800 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:48 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:48 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:48 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (3ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:48 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:48 +0800 Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:48 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:48 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:48 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:48 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2012-12-27 14:54:50 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (16.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.4ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (34.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (38.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.4ms) Completed 200 OK in 239ms (Views: 235.7ms | ActiveRecord: 1.1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:50 +0800 Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:50 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:50 +0800 Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:50 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Served asset /amalgam/extra.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:50 +0800 Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:50 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:50 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Served asset /amalgam/admin.css - 304 Not Modified (19ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:50 +0800 Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:50 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:50 +0800 Served asset /modernizr.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:50 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:50 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:50 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:50 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:51 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:51 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:51 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:51 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (71ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:51 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:51 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:51 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:51 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:51 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Served asset /amalgam/admin/popover.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:51 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/zh-cn/pages/test" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-cn", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (23.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.5ms) Completed 200 OK in 96ms (Views: 91.1ms | ActiveRecord: 1.2ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Served asset /mercury/bootstrap-ish.css - 304 Not Modified (6ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /responsive.css - 304 Not Modified (8ms) Served asset /bootstrap.css - 304 Not Modified (11ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/dialog.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/lightview.css - 304 Not Modified (6ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/modal.css - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (60ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /amalgam/editor.css - 304 Not Modified (35ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Served asset /amalgam/mercury.js - 304 Not Modified (86ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Served asset /mercury/native_extensions.js - 304 Not Modified (55ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (6ms) Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Served asset /mercury/palette.js - 304 Not Modified (6ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/panel.js - 304 Not Modified (6ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Served asset /mercury/toolbar.button.js - 304 Not Modified (7ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (9ms) Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Served asset /mercury/uploader.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Served asset /mercury/regions/simple.js - 304 Not Modified (7ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (4ms) Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (3ms) Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Served asset /amalgam/editor.js - 304 Not Modified (4ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 14:54:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 14:54:54 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 14:54:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 14:54:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/zh-cn/pages/test?mercury_frame=true&_=1356591294016" for 127.0.0.1 at 2012-12-27 14:54:54 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356591294016", "locale"=>"zh-cn", "slug"=>"test"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (25.5ms) Completed 200 OK in 33ms (Views: 26.6ms | ActiveRecord: 1.4ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-cn/pages/test" for 127.0.0.1 at 2012-12-27 15:10:28 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-cn", "slug"=>"test"} AdminUser Load (3.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (170.1ms) Compiled amalgam/mercury.js (7ms) (pid 77973) Compiled amalgam/editor.js (295ms) (pid 77973) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (21.2ms) Completed 200 OK in 899ms (Views: 829.7ms | ActiveRecord: 5.2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (6ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/dialog.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/modal.css - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (6ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/uploader.css - 304 Not Modified (6ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/all_images.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /amalgam/editor.css - 304 Not Modified (68ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /amalgam/mercury.js - 200 OK (47ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (9ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/mercury.js - 304 Not Modified (87ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/dialog.js - 304 Not Modified (6ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/select.js - 304 Not Modified (4ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/lightview.js - 304 Not Modified (7ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (49ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/region.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:30 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:31 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:31 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:31 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:31 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:31 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:31 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:31 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:31 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:31 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:31 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:31 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:31 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:31 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:31 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:31 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:31 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:31 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:31 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:31 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:31 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:31 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-27 15:10:31 +0800 Served asset /amalgam/editor.js - 304 Not Modified (57ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 15:10:34 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 15:10:34 +0800 Served asset /mercury/mercury.css - 304 Not Modified (12ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-27 15:10:34 +0800 Served asset /mercury.css - 304 Not Modified (12ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-27 15:10:34 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-27 15:10:34 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-27 15:10:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.9ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-27 15:10:34 +0800 Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-27 15:10:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (1.2ms) Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-27 15:10:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (1.8ms) Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms) Started GET "/zh-cn/pages/test?mercury_frame=true&_=1356592234747" for 127.0.0.1 at 2012-12-27 15:10:34 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356592234747", "locale"=>"zh-cn", "slug"=>"test"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.6ms) Completed 200 OK in 18ms (Views: 17.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-27 15:10:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Rendered pages/show.html.haml (75.0ms) Completed 200 OK in 84ms (Views: 76.6ms | ActiveRecord: 1.4ms) Started GET "/en?mercury_frame=true&_=1356592317897" for 127.0.0.1 at 2012-12-27 15:11:58 +0800 Started GET "/zh-cn/pages/home?mercury_frame=true&_=1356592318085" for 127.0.0.1 at 2012-12-27 15:11:58 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356592317897", "slug"=>"home", "locale"=>"en"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Rendered pages/show.html.haml (60.2ms) Completed 200 OK in 66ms (Views: 61.8ms | ActiveRecord: 0.9ms) Started GET "/zh-cn/pages/test?mercury_frame=true&_=1356592317897" for 127.0.0.1 at 2012-12-27 15:11:58 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356592317897", "locale"=>"zh-cn", "slug"=>"test"} Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Rendered pages/show.html.haml (12.5ms) Completed 200 OK in 21ms (Views: 13.9ms | ActiveRecord: 0.9ms) Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356592318085", "locale"=>"zh-cn", "slug"=>"home"} Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Rendered pages/show.html.haml (410.5ms) Completed 200 OK in 627ms (Views: 354.2ms | ActiveRecord: 62.1ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2012-12-27 15:12:06 +0800 Served asset /mercury/toolbar/primary/save.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2012-12-27 15:12:06 +0800 Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2012-12-27 15:12:06 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 304 Not Modified (6ms) Served asset /mercury/toolbar/primary/undo.png - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2012-12-27 15:12:06 +0800 Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2012-12-27 15:12:06 +0800 Served asset /mercury/toolbar/primary/preview.png - 304 Not Modified (6ms) Served asset /mercury/toolbar/primary/redo.png - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2012-12-27 15:12:06 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 304 Not Modified (9ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2012-12-27 15:12:06 +0800 Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2012-12-27 15:12:06 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 304 Not Modified (6ms) Served asset /mercury/toolbar/primary/inserttable.png - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2012-12-27 15:12:06 +0800 Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2012-12-27 15:12:06 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2012-12-27 15:12:06 +0800 Served asset /mercury/toolbar/editable/buttons.png - 304 Not Modified (6ms) Served asset /mercury/toolbar/primary/insertcharacter.png - 304 Not Modified (4ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2012-12-27 15:12:06 +0800 Served asset /mercury/close.png - 304 Not Modified (5ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/" for 127.0.0.1 at 2012-12-27 16:30:24 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} Page Load (1.7ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (1.8ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Rendered pages/show.html.haml (73.3ms) Completed 200 OK in 161ms (Views: 84.2ms | ActiveRecord: 4.3ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin" for 127.0.0.1 at 2012-12-27 16:30:28 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://amalgam.dev/admin_user/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 36ms (ActiveRecord: 0.0ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-12-27 16:30:28 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (9.3ms) Completed 200 OK in 114ms (Views: 105.0ms | ActiveRecord: 0.2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-27 16:30:28 +0800 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-27 16:30:28 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-27 16:30:28 +0800 Served asset /bootstrap.css - 304 Not Modified (10ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-27 16:30:28 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Served asset /amalgam/admin.css - 304 Not Modified (17ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-27 16:30:28 +0800 Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-27 16:30:28 +0800 Served asset /amalgam/extra.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 16:30:28 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-27 16:30:28 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-27 16:30:28 +0800 Served asset /modernizr.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-27 16:30:28 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-27 16:30:28 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-27 16:30:28 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (9ms) Served asset /jquery.ui.sortable.js - 304 Not Modified (11ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-27 16:30:28 +0800 Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-27 16:30:28 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 16:30:28 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-27 16:30:28 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-27 16:30:28 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-27 16:30:28 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (57ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-27 16:30:28 +0800 Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-27 16:30:28 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-27 16:30:28 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-27 16:30:28 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-27 16:30:28 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Served asset /amalgam/admin/tree.js - 304 Not Modified (44ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-27 16:30:28 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-27 16:30:29 +0800 Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-27 16:30:29 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (1ms) Served asset /glyphicons-halflings.png - 304 Not Modified (4ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/" for 127.0.0.1 at 2012-12-28 16:37:27 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} Page Load (0.7ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Page::Translation Load (0.5ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Rendered pages/show.html.haml (70.1ms) Completed 200 OK in 155ms (Views: 81.5ms | ActiveRecord: 2.0ms) Started GET "/admin" for 127.0.0.1 at 2012-12-28 16:37:41 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Redirected to http://127.0.0.1:3000/admin_user/signin Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/admin_user/signin" for 127.0.0.1 at 2012-12-28 16:37:41 +0800 Processing by Amalgam::SessionsController#new as HTML Parameters: {"resource"=>"admin_user"} Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/sessions/new.html.haml within layouts/amalgam/admin/login (12.3ms) Completed 200 OK in 141ms (Views: 132.6ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2012-12-28 16:37:41 +0800 Served asset /bootstrap.css - 200 OK (16ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-28 16:37:41 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-28 16:37:41 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2012-12-28 16:37:41 +0800 Served asset /amalgam/admin/layout.css - 200 OK (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-28 16:37:41 +0800 Served asset /amalgam/admin.css - 304 Not Modified (48ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2012-12-28 16:37:41 +0800 Served asset /amalgam/admin/login.css - 200 OK (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:41 +0800 Served asset /modernizr.js - 200 OK (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:41 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:41 +0800 Served asset /jquery.ui.widget.js - 200 OK (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:41 +0800 Served asset /jquery.ui.core.js - 200 OK (5ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:41 +0800 Served asset /jquery.ui.mouse.js - 200 OK (12ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:41 +0800 Served asset /jquery.ui.sortable.js - 200 OK (11ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:42 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:42 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:42 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:42 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (7ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:42 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:42 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:42 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:42 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:42 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:42 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:42 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:42 +0800 Served asset /amalgam/admin.js - 304 Not Modified (54ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2012-12-28 16:37:42 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (16ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-12-28 16:37:42 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (4ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-12-28 16:37:48 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"cb5+0kz0wERETWmA6Go6ZBsuFF7E92MYyKVYyRCjjoY=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.5ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://127.0.0.1:3000/admin Completed 302 Found in 92ms (ActiveRecord: 0.7ms) Started GET "/admin" for 127.0.0.1 at 2012-12-28 16:37:48 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.5ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (19.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (24.2ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (8.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (39.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (47.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (25.1ms) Completed 200 OK in 232ms (Views: 229.2ms | ActiveRecord: 1.4ms) Started POST "/admin_user/signin" for 127.0.0.1 at 2012-12-28 16:37:49 +0800 Processing by Amalgam::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"cb5+0kz0wERETWmA6Go6ZBsuFF7E92MYyKVYyRCjjoY=", "admin_user"=>{"login"=>"admin", "password"=>"[FILTERED]"}, "button"=>""} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE (username = 'admin') LIMIT 1 Redirected to http://127.0.0.1:3000/admin?locale=zh-cn Completed 302 Found in 89ms (ActiveRecord: 0.4ms) Started GET "/admin?locale=zh-cn" for 127.0.0.1 at 2012-12-28 16:37:49 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.5ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (38.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (42.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.6ms) Completed 200 OK in 80ms (Views: 77.4ms | ActiveRecord: 0.8ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2012-12-28 16:37:49 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:49 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2012-12-28 16:37:49 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2012-12-28 16:37:49 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:49 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:49 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:49 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:49 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:49 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:49 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:49 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:49 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:49 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:49 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2012-12-28 16:37:49 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2012-12-28 16:37:49 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2012-12-28 16:37:49 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2012-12-28 16:37:49 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/admin/pages/new?locale=zh-cn" for 127.0.0.1 at 2012-12-28 16:37:52 +0800 Processing by Amalgam::Admin::PagesController#new as JS Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (12.3ms) Completed 200 OK in 19ms (Views: 16.2ms | ActiveRecord: 0.3ms) Started POST "/admin/pages?locale=zh-cn" for 127.0.0.1 at 2012-12-28 16:38:01 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"cb5+0kz0wERETWmA6Go6ZBsuFF7E92MYyKVYyRCjjoY=", "page"=>{"title"=>"test123", "slug"=>"test123", "parent_id"=>""}, "commit"=>"添加页面", "locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test123' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (3.6ms) INSERT INTO "pages" ("created_at", "lft", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 16:38:01 CST +08:00], ["lft", 5], ["parent_id", nil], ["path", "test123"], ["rgt", 6], ["slug", "test123"], ["updated_at", Fri, 28 Dec 2012 16:38:01 CST +08:00]] Page::Translation Load (0.5ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 5 AND "page_translations"."locale" = 'zh-cn' LIMIT 1 SQL (0.4ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 28 Dec 2012 16:38:01 CST +08:00], ["locale", "zh-cn"], ["page_id", 5], ["title", "test123"], ["updated_at", Fri, 28 Dec 2012 16:38:01 CST +08:00]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 8]]  (1.0ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (21.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (23.9ms) Completed 200 OK in 69ms (Views: 35.7ms | ActiveRecord: 6.4ms) Started GET "/zh-cn/pages/test123" for 127.0.0.1 at 2012-12-28 16:38:56 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-cn", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) AND ("pages"."id" != 5) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.4ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 5 AND "base_groups"."groupable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (1.2ms) Compiled amalgam/mercury.js (7ms) (pid 73449) Compiled amalgam/editor.js (249ms) (pid 73449) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.3ms) Completed 200 OK in 723ms (Views: 710.7ms | ActiveRecord: 1.2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /responsive.css - 200 OK (8ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury.css - 304 Not Modified (18ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/mercury.css - 304 Not Modified (18ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (7ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /amalgam/editor.css - 200 OK (27ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (57ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (45ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/mercury.js - 304 Not Modified (39ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/dialog.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/select.js - 304 Not Modified (4ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/lightview.js - 304 Not Modified (49ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/uploader.js - 304 Not Modified (7ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (43ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:57 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:58 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:58 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:58 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:58 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:58 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:58 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:58 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-28 16:38:58 +0800 Served asset /amalgam/editor.js - 304 Not Modified (87ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-28 16:38:58 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-28 16:38:58 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-28 16:38:58 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.8ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-28 16:38:58 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-28 16:38:58 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started GET "/zh-cn/pages/test123?mercury_frame=true&_=1356683938230" for 127.0.0.1 at 2012-12-28 16:38:58 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356683938230", "locale"=>"zh-cn", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) AND ("pages"."id" != 5) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 5 AND "base_groups"."groupable_type" = 'Page' Rendered pages/test123.html.haml (0.1ms) Completed 200 OK in 8ms (Views: 1.2ms | ActiveRecord: 0.8ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2012-12-28 16:38:58 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (6ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2012-12-28 16:38:58 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (3ms) Started GET "/zh-cn/pages/home" for 127.0.0.1 at 2012-12-28 16:39:05 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-cn", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 2 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.5ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (161.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.2ms) Completed 200 OK in 218ms (Views: 209.2ms | ActiveRecord: 2.0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/zh-cn/pages/home?mercury_frame=true&_=1356683946823" for 127.0.0.1 at 2012-12-28 16:39:06 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356683946823", "locale"=>"zh-cn", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 2) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 2 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 2 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (12.9ms) Completed 200 OK in 21ms (Views: 13.6ms | ActiveRecord: 1.4ms) Started GET "/zh-cn/pages/test" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-cn", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (80.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.1ms) Completed 200 OK in 135ms (Views: 130.1ms | ActiveRecord: 1.0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:10 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:11 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:11 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:11 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:11 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:11 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:11 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:11 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:11 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:11 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:11 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:11 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:11 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:11 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:11 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:11 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:11 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:11 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:11 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:11 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:11 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:11 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:11 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-28 16:39:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-28 16:39:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-28 16:39:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-28 16:39:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-28 16:39:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/zh-cn/pages/test?mercury_frame=true&_=1356683951218" for 127.0.0.1 at 2012-12-28 16:39:11 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356683951218", "locale"=>"zh-cn", "slug"=>"test"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (19.2ms) Completed 200 OK in 26ms (Views: 19.8ms | ActiveRecord: 1.3ms) Started GET "/zh-cn/pages/test123" for 127.0.0.1 at 2012-12-28 16:39:16 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-cn", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) AND ("pages"."id" != 5) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 5 AND "base_groups"."groupable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (58.5ms) Completed 200 OK in 107ms (Views: 100.0ms | ActiveRecord: 1.1ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/zh-cn/pages/test123?mercury_frame=true&_=1356683957551" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1356683957551", "locale"=>"zh-cn", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) AND ("pages"."id" != 5) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 5 AND "base_groups"."groupable_type" = 'Page' Rendered pages/test123.html.haml (0.1ms) Completed 200 OK in 7ms (Views: 1.3ms | ActiveRecord: 0.8ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2012-12-28 16:39:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4)  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117) Migrating to CreatePosts (20120904075542) Migrating to CreateAdmins (20120913061406) Migrating to CreateAttachments (20120920033135) Migrating to CreateGroups (20121219062850) Migrating to CreateBaseGroups (20121219062901)  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("attachments")  (0.0ms) PRAGMA index_list("base_groups")  (0.0ms) PRAGMA index_list("groups")  (0.0ms) PRAGMA index_list("page_translations")  (0.1ms) PRAGMA index_info('index_page_translations_on_locale')  (0.0ms) PRAGMA index_info('index_page_translations_on_page_id')  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4)  (0.1ms) select sqlite_version(*)  (3.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "page_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "page_id" integer, "locale" varchar(255), "title" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.0ms) PRAGMA index_list("page_translations")  (0.1ms) CREATE INDEX "index_page_translations_on_page_id" ON "page_translations" ("page_id")  (0.0ms) PRAGMA index_list("page_translations")  (0.0ms) PRAGMA index_info('index_page_translations_on_page_id')  (0.1ms) CREATE INDEX "index_page_translations_on_locale" ON "page_translations" ("locale")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120824071117')  (2.1ms) commit transaction Migrating to CreatePosts (20120904075542)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120904075542')  (0.8ms) commit transaction Migrating to CreateAdmins (20120913061406)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120913061406')  (0.9ms) commit transaction Migrating to CreateAttachments (20120920033135)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attachable_id" integer, "attachable_type" varchar(255) DEFAULT 'Page', "name" varchar(255), "file" varchar(255), "content_type" varchar(255), "original_filename" varchar(255), "description" varchar(255), "secure_token" varchar(255), "file_size" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120920033135')  (0.7ms) commit transaction Migrating to CreateGroups (20121219062850)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062850')  (0.8ms) commit transaction Migrating to CreateBaseGroups (20121219062901)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "base_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer, "groupable_type" varchar(255), "groupable_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062901')  (0.9ms) commit transaction  (0.4ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("attachments")  (0.0ms) PRAGMA index_list("base_groups")  (0.0ms) PRAGMA index_list("groups")  (0.0ms) PRAGMA index_list("page_translations")  (0.0ms) PRAGMA index_info('index_page_translations_on_locale')  (0.0ms) PRAGMA index_info('index_page_translations_on_page_id')  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (1.4ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.1ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attachable_id" integer, "attachable_type" varchar(255) DEFAULT 'Page', "name" varchar(255), "file" varchar(255), "content_type" varchar(255), "original_filename" varchar(255), "description" varchar(255), "secure_token" varchar(255), "file_size" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) CREATE TABLE "base_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer, "groupable_type" varchar(255), "groupable_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.1ms) CREATE TABLE "groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.2ms) CREATE TABLE "page_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "page_id" integer, "locale" varchar(255), "title" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("page_translations")  (1.0ms) CREATE INDEX "index_page_translations_on_locale" ON "page_translations" ("locale")  (0.0ms) PRAGMA index_list("page_translations")  (0.0ms) PRAGMA index_info('index_page_translations_on_locale')  (1.0ms) CREATE INDEX "index_page_translations_on_page_id" ON "page_translations" ("page_id")  (0.9ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.0ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.0ms) PRAGMA index_list("schema_migrations")  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20121219062901')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120824071117')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120904075542')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20120913061406')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20120920033135')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20121219062850') Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Binary data inserted for `string` type on column `password_digest` Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/" for 127.0.0.1 at 2013-01-03 12:07:24 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (4.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 70ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.9ms) Started GET "/admin" for 127.0.0.1 at 2013-01-03 12:07:29 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (44.6ms) Completed 500 Internal Server Error in 260ms ActionView::Template::Error (undefined method `singularize' for #): 5: %h3.brand 6: =link_to 'Amalgam', '/' 7: %ul.nav 8: = controller_links 9: - if Amalgam.i18n 10: = drop_down t("amalgam.locales.#{I18n.locale.to_s}"), '#' do 11: - I18n::available_locales.each do |locale| /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:40:in `block (3 levels) in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:38:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:38:in `block (2 levels) in controller_links' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:69:in `drop_down_list' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:17:in `block in drop_down' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/tag_helper.rb:95:in `content_tag' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:123:in `content_tag_with_haml' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:16:in `drop_down' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:36:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml__3746429597177379612_70345547127960' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__4412452307615266182_70345570263980' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__2360709379903049472__process_action__944668011578325701__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3645646334525624400__call__4092825928909446755__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.8ms) Started GET "/admin" for 127.0.0.1 at 2013-01-03 12:08:15 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (4.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.9ms) Completed 500 Internal Server Error in 49ms ActionView::Template::Error (uninitialized constant Session): 5: %h3.brand 6: =link_to 'Amalgam', '/' 7: %ul.nav 8: = controller_links 9: - if Amalgam.i18n 10: = drop_down t("amalgam.locales.#{I18n.locale.to_s}"), '#' do 11: - I18n::available_locales.each do |locale| activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/core_ext/string/inflections.rb:54:in `constantize' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:46:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml__3746429597177379612_70345547127960' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__4412452307615266182_70345570263980' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__2360709379903049472__process_action__944668011578325701__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3645646334525624400__call__4092825928909446755__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.5ms) Started GET "/admin" for 127.0.0.1 at 2013-01-03 12:08:17 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (3.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.4ms) Completed 500 Internal Server Error in 30ms ActionView::Template::Error (uninitialized constant Session): 5: %h3.brand 6: =link_to 'Amalgam', '/' 7: %ul.nav 8: = controller_links 9: - if Amalgam.i18n 10: = drop_down t("amalgam.locales.#{I18n.locale.to_s}"), '#' do 11: - I18n::available_locales.each do |locale| activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/core_ext/string/inflections.rb:54:in `constantize' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:46:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml__3746429597177379612_70345547127960' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__4412452307615266182_70345570263980' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__2360709379903049472__process_action__944668011578325701__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3645646334525624400__call__4092825928909446755__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.4ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin" for 127.0.0.1 at 2013-01-03 12:08:28 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (29.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (19.4ms) Completed 500 Internal Server Error in 280ms ActionView::Template::Error (uninitialized constant Session): 5: %h3.brand 6: =link_to 'Amalgam', '/' 7: %ul.nav 8: = controller_links 9: - if Amalgam.i18n 10: = drop_down t("amalgam.locales.#{I18n.locale.to_s}"), '#' do 11: - I18n::available_locales.each do |locale| activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/core_ext/string/inflections.rb:54:in `constantize' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:46:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___1908914342978416122_70149254296100' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__3777318712918010260_70149251262320' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__1738477065189584606__process_action__3051208708201841255__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4408247942370293351__call__2403424193789095132__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.2ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin" for 127.0.0.1 at 2013-01-03 12:10:23 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (30.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (12.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (19.2ms) Completed 500 Internal Server Error in 289ms ActionView::Template::Error (uninitialized constant SessionBox): 5: %h3.brand 6: =link_to 'Amalgam', '/' 7: %ul.nav 8: = controller_links 9: - if Amalgam.i18n 10: = drop_down t("amalgam.locales.#{I18n.locale.to_s}"), '#' do 11: - I18n::available_locales.each do |locale| activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/core_ext/string/inflections.rb:54:in `constantize' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:46:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml__1813387057706677886_70342923677840' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__4059042857463730411_70342923407740' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__715189156594622343__process_action__479089848366794859__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3919234508710664653__call__1909793741906317157__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.3ms) Started GET "/admin" for 127.0.0.1 at 2013-01-03 12:11:29 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (3.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (44.3ms) Completed 500 Internal Server Error in 77ms ActionView::Template::Error (uninitialized constant SessionBox): 5: %h3.brand 6: =link_to 'Amalgam', '/' 7: %ul.nav 8: = controller_links 9: - if Amalgam.i18n 10: = drop_down t("amalgam.locales.#{I18n.locale.to_s}"), '#' do 11: - I18n::available_locales.each do |locale| activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/core_ext/string/inflections.rb:54:in `constantize' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:46:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml__1813387057706677886_70342923677840' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__4059042857463730411_70342923407740' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__715189156594622343__process_action__479089848366794859__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3919234508710664653__call__1909793741906317157__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.6ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin" for 127.0.0.1 at 2013-01-03 12:11:41 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (29.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (14.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (20.4ms) Completed 500 Internal Server Error in 286ms ActionView::Template::Error (uninitialized constant SessionBox): 5: %h3.brand 6: =link_to 'Amalgam', '/' 7: %ul.nav 8: = controller_links 9: - if Amalgam.i18n 10: = drop_down t("amalgam.locales.#{I18n.locale.to_s}"), '#' do 11: - I18n::available_locales.each do |locale| activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/core_ext/string/inflections.rb:54:in `constantize' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:46:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml__1503260031399455324_70299788242600' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__2638247487349527732_70299815140900' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__2335963667824905141__process_action__1513116885737042438__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2582987236108724207__call__3237896507948143801__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.2ms) Started GET "/admin" for 127.0.0.1 at 2013-01-03 12:11:44 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (3.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (39.7ms) Completed 500 Internal Server Error in 61ms ActionView::Template::Error (uninitialized constant SessionBox): 5: %h3.brand 6: =link_to 'Amalgam', '/' 7: %ul.nav 8: = controller_links 9: - if Amalgam.i18n 10: = drop_down t("amalgam.locales.#{I18n.locale.to_s}"), '#' do 11: - I18n::available_locales.each do |locale| activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/core_ext/string/inflections.rb:54:in `constantize' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:46:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml__1503260031399455324_70299788242600' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__2638247487349527732_70299815140900' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__2335963667824905141__process_action__1513116885737042438__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2582987236108724207__call__3237896507948143801__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.7ms) Started GET "/admin" for 127.0.0.1 at 2013-01-03 12:13:38 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (4.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.2ms) Completed 500 Internal Server Error in 43ms ActionView::Template::Error (uninitialized constant SessionBox): 5: %h3.brand 6: =link_to 'Amalgam', '/' 7: %ul.nav 8: = controller_links 9: - if Amalgam.i18n 10: = drop_down t("amalgam.locales.#{I18n.locale.to_s}"), '#' do 11: - I18n::available_locales.each do |locale| activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/core_ext/string/inflections.rb:54:in `constantize' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:46:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml__1503260031399455324_70299788242600' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__2638247487349527732_70299815140900' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__2335963667824905141__process_action__1513116885737042438__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2582987236108724207__call__3237896507948143801__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.3ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin" for 127.0.0.1 at 2013-01-03 12:13:48 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (29.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (18.8ms) Completed 500 Internal Server Error in 282ms ActionView::Template::Error (uninitialized constant SessionBox): 5: %h3.brand 6: =link_to 'Amalgam', '/' 7: %ul.nav 8: = controller_links 9: - if Amalgam.i18n 10: = drop_down t("amalgam.locales.#{I18n.locale.to_s}"), '#' do 11: - I18n::available_locales.each do |locale| activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/core_ext/string/inflections.rb:54:in `constantize' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:46:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___3994503040720240489_70290481984600' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml___3057842684688174969_70290454610080' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__475812469908308586__process_action__771125142514496312__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__193202818567889474__call__377075054936044135__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.9ms) Started GET "/admin" for 127.0.0.1 at 2013-01-03 12:13:51 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (3.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (40.6ms) Completed 500 Internal Server Error in 62ms ActionView::Template::Error (uninitialized constant SessionBox): 5: %h3.brand 6: =link_to 'Amalgam', '/' 7: %ul.nav 8: = controller_links 9: - if Amalgam.i18n 10: = drop_down t("amalgam.locales.#{I18n.locale.to_s}"), '#' do 11: - I18n::available_locales.each do |locale| activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/core_ext/string/inflections.rb:54:in `constantize' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:46:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___3994503040720240489_70290481984600' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml___3057842684688174969_70290454610080' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__475812469908308586__process_action__771125142514496312__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__193202818567889474__call__377075054936044135__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.7ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin" for 127.0.0.1 at 2013-01-03 12:14:46 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (42.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (21.9ms) Completed 500 Internal Server Error in 298ms ActionView::Template::Error (uninitialized constant Group): 5: %h3.brand 6: =link_to 'Amalgam', '/' 7: %ul.nav 8: = controller_links 9: - if Amalgam.i18n 10: = drop_down t("amalgam.locales.#{I18n.locale.to_s}"), '#' do 11: - I18n::available_locales.each do |locale| activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/core_ext/string/inflections.rb:54:in `constantize' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:36:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___2903968623062381488_70220408147100' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__1797987268825621247_70220422765840' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__4360575145381015555__process_action__647962891609553924__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1037028292475899518__call__2697065523075348622__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.4ms) Started GET "/admin" for 127.0.0.1 at 2013-01-03 12:14:48 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (3.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (39.8ms) Completed 500 Internal Server Error in 61ms ActionView::Template::Error (uninitialized constant Group): 5: %h3.brand 6: =link_to 'Amalgam', '/' 7: %ul.nav 8: = controller_links 9: - if Amalgam.i18n 10: = drop_down t("amalgam.locales.#{I18n.locale.to_s}"), '#' do 11: - I18n::available_locales.each do |locale| activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/core_ext/string/inflections.rb:54:in `constantize' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:36:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___2903968623062381488_70220408147100' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__1797987268825621247_70220422765840' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__4360575145381015555__process_action__647962891609553924__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1037028292475899518__call__2697065523075348622__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.1ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin" for 127.0.0.1 at 2013-01-03 13:03:06 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (11.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (22.0ms) Completed 500 Internal Server Error in 278ms ActionView::Template::Error (uninitialized constant Group): 5: %h3.brand 6: =link_to 'Amalgam', '/' 7: %ul.nav 8: = controller_links 9: = drop_down Amalgam::Models::Group.model_name.human,'#', :controller => "amalgam/admin/groups" do 10: = dropdown_item(t('amalgam.admin.actions.index'), amalgam.admin_groups_path) 11: = dropdown_item(t('amalgam.admin.actions.new'), amalgam.new_admin_group_path) activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/core_ext/string/inflections.rb:54:in `constantize' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:36:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___183521624254503283_70189058537800' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__1837672039208418642_70189091262240' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__213067267769668612__process_action__2155346574535683129__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4163762003603446612__call__482099457153320087__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.0ms) Started GET "/admin" for 127.0.0.1 at 2013-01-03 13:03:08 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (3.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.2ms) Completed 500 Internal Server Error in 31ms ActionView::Template::Error (uninitialized constant Group): 5: %h3.brand 6: =link_to 'Amalgam', '/' 7: %ul.nav 8: = controller_links 9: = drop_down Amalgam::Models::Group.model_name.human,'#', :controller => "amalgam/admin/groups" do 10: = dropdown_item(t('amalgam.admin.actions.index'), amalgam.admin_groups_path) 11: = dropdown_item(t('amalgam.admin.actions.new'), amalgam.new_admin_group_path) activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/core_ext/string/inflections.rb:54:in `constantize' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:36:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___183521624254503283_70189058537800' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__1837672039208418642_70189091262240' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__213067267769668612__process_action__2155346574535683129__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4163762003603446612__call__482099457153320087__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.4ms) Started GET "/admin" for 127.0.0.1 at 2013-01-03 13:03:12 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (3.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (9.3ms) Completed 500 Internal Server Error in 29ms ActionView::Template::Error (uninitialized constant Group): 5: %h3.brand 6: =link_to 'Amalgam', '/' 7: %ul.nav 8: = controller_links 9: = drop_down Amalgam::Models::Group.model_name.human,'#', :controller => "amalgam/admin/groups" do 10: = dropdown_item(t('amalgam.admin.actions.index'), amalgam.admin_groups_path) 11: = dropdown_item(t('amalgam.admin.actions.new'), amalgam.new_admin_group_path) activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/core_ext/string/inflections.rb:54:in `constantize' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:36:in `block in controller_links' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `each' /Users/brownjohn/code/amalgam/app/helpers/amalgam/admin/layout_helper.rb:34:in `controller_links' /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml:8:in `___sers_brownjohn_code_amalgam_app_views_amalgam_admin__nav_bar_html_haml___183521624254503283_70189058537800' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.8) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.7) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/brownjohn/code/amalgam/app/views/layouts/amalgam/admin/application.html.haml:10:in `___sers_brownjohn_code_amalgam_app_views_layouts_amalgam_admin_application_html_haml__1837672039208418642_70189091262240' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/brownjohn/code/amalgam/app/controllers/amalgam/admin/pages_controller.rb:6:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:436:in `_run__213067267769668612__process_action__2155346574535683129__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4163762003603446612__call__482099457153320087__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.1ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin" for 127.0.0.1 at 2013-01-03 13:04:46 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (31.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (28.6ms) Completed 200 OK in 289ms (Views: 240.3ms | ActiveRecord: 31.8ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-03 13:04:46 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-03 13:04:46 +0800 Served asset /bootstrap.css - 200 OK (13ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-03 13:04:46 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-03 13:04:46 +0800 Served asset /amalgam/admin/layout.css - 200 OK (5ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-03 13:04:46 +0800 Served asset /amalgam/admin.css - 304 Not Modified (46ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-03 13:04:46 +0800 Served asset /modernizr.js - 200 OK (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 13:04:46 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-03 13:04:46 +0800 Served asset /jquery.ui.core.js - 200 OK (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-03 13:04:46 +0800 Served asset /jquery.ui.widget.js - 200 OK (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-03 13:04:46 +0800 Served asset /amalgam/admin/login.css - 200 OK (2ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-03 13:04:46 +0800 Served asset /jquery.ui.mouse.js - 200 OK (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:04:46 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:04:46 +0800 Served asset /jquery.ui.sortable.js - 200 OK (15ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-03 13:04:46 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 13:04:46 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-03 13:04:46 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-03 13:04:46 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-03 13:04:46 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-03 13:04:46 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-03 13:04:46 +0800 Served asset /amalgam/extra.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-03 13:04:46 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-03 13:04:46 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-03 13:04:46 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-03 13:04:46 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-03 13:04:47 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (4ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-01-03 13:04:47 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (5ms) Started GET "/admin/signin2?locale=zh-cn" for 127.0.0.1 at 2013-01-03 13:04:50 +0800 LoadError (Expected /Users/brownjohn/code/amalgam/spec/dummy/app/controllers/amalgam/admin/session_boxs_controller.rb to define Amalgam::Admin::SessionBoxsController): activesupport (3.2.8) lib/active_support/dependencies.rb:503:in `load_missing_constant' activesupport (3.2.8) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/dependencies.rb:554:in `get' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1602763034469707118__call__386356332685235726__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.6ms) Started GET "/admin/signin2?locale=zh-cn" for 127.0.0.1 at 2013-01-03 13:05:01 +0800 LoadError (Expected /Users/brownjohn/code/amalgam/spec/dummy/app/controllers/amalgam/admin/session_boxs_controller.rb to define Amalgam::Admin::SessionBoxsController): activesupport (3.2.8) lib/active_support/dependencies.rb:503:in `load_missing_constant' activesupport (3.2.8) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/dependencies.rb:554:in `get' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1602763034469707118__call__386356332685235726__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.4ms) Started GET "/admin" for 127.0.0.1 at 2013-01-03 13:05:36 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (3.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (17.7ms) Completed 200 OK in 50ms (Views: 37.0ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-03 13:05:36 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-03 13:05:36 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-03 13:05:36 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-03 13:05:36 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-03 13:05:36 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-03 13:05:36 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-01-03 13:05:36 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-03 13:05:36 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/admin/posts/test2?locale=zh-cn" for 127.0.0.1 at 2013-01-03 13:06:16 +0800 LoadError (Expected /Users/brownjohn/code/amalgam/spec/dummy/app/controllers/posts_controller.rb to define PostsController): activesupport (3.2.8) lib/active_support/dependencies.rb:503:in `load_missing_constant' activesupport (3.2.8) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:514:in `load_missing_constant' activesupport (3.2.8) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:514:in `load_missing_constant' activesupport (3.2.8) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/dependencies.rb:554:in `get' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1602763034469707118__call__386356332685235726__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.5ms) Started GET "/admin/posts/test2?locale=zh-cn" for 127.0.0.1 at 2013-01-03 13:07:58 +0800 LoadError (Expected /Users/brownjohn/code/amalgam/spec/dummy/app/controllers/posts_controller.rb to define PostsController): activesupport (3.2.8) lib/active_support/dependencies.rb:503:in `load_missing_constant' activesupport (3.2.8) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:514:in `load_missing_constant' activesupport (3.2.8) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:514:in `load_missing_constant' activesupport (3.2.8) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/dependencies.rb:554:in `get' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1602763034469707118__call__386356332685235726__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.8ms) Started GET "/admin" for 127.0.0.1 at 2013-01-03 13:10:01 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (3.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (48.3ms) Completed 200 OK in 81ms (Views: 67.5ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-03 13:10:01 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-03 13:10:01 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-03 13:10:01 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-03 13:10:01 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-03 13:10:01 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-03 13:10:01 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-03 13:10:02 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-01-03 13:10:02 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Started GET "/admin/posts?locale=zh-cn" for 127.0.0.1 at 2013-01-03 13:10:03 +0800 Processing by Amalgam::Admin::PostsController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 5ms ActionView::MissingTemplate (Missing template amalgam/admin/posts/index, amalgam/admin/base/index, amalgam/application/index with {:locale=>[:"zh-cn", :"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:447:in `_run__1861265025983094473__process_action__576167945875672444__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1602763034469707118__call__386356332685235726__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started GET "/admin/posts/new?locale=zh-cn" for 127.0.0.1 at 2013-01-03 13:10:06 +0800 Processing by Amalgam::Admin::PostsController#new as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 7ms ActionView::MissingTemplate (Missing template amalgam/admin/posts/new, amalgam/admin/base/new, amalgam/application/new with {:locale=>[:"zh-cn", :"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:447:in `_run__1861265025983094473__process_action__3966922188279562061__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1602763034469707118__call__386356332685235726__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms) Started GET "/admin/posts/test2?locale=zh-cn" for 127.0.0.1 at 2013-01-03 13:10:10 +0800 AbstractController::ActionNotFound (The action 'test2' could not be found for Amalgam::Admin::PostsController): actionpack (3.2.8) lib/abstract_controller/base.rb:116:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1602763034469707118__call__386356332685235726__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms) Started GET "/admin" for 127.0.0.1 at 2013-01-03 13:10:27 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (3.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.6ms) Completed 200 OK in 47ms (Views: 34.1ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-03 13:10:27 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-03 13:10:27 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-03 13:10:27 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-03 13:10:27 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-03 13:10:27 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-03 13:10:27 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-03 13:10:27 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-01-03 13:10:27 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Started GET "/admin/posts/test2?locale=zh-cn" for 127.0.0.1 at 2013-01-03 13:10:29 +0800 Processing by Amalgam::Admin::PostsController#test2 as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 5ms ActionView::MissingTemplate (Missing template amalgam/admin/posts/test2, amalgam/admin/base/test2, amalgam/application/test2 with {:locale=>[:"zh-cn", :"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:447:in `_run__1861265025983094473__process_action__2334822378110004708__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1602763034469707118__call__386356332685235726__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started GET "/admin" for 127.0.0.1 at 2013-01-03 13:12:10 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (3.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.8ms) Completed 200 OK in 88ms (Views: 34.1ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-03 13:12:10 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-03 13:12:10 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-03 13:12:10 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-03 13:12:10 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-03 13:12:10 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-03 13:12:10 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-03 13:12:10 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-01-03 13:12:10 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Started GET "/admin/posts/test2?locale=zh-cn" for 127.0.0.1 at 2013-01-03 13:12:15 +0800 Processing by Amalgam::Admin::PostsController#test2 as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 5ms ActionView::MissingTemplate (Missing template amalgam/admin/posts/test2, amalgam/admin/base/test2, amalgam/application/test2 with {:locale=>[:"zh-cn", :"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:447:in `_run__1861265025983094473__process_action__2334822378110004708__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1602763034469707118__call__386356332685235726__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms) Started GET "/admin" for 127.0.0.1 at 2013-01-03 13:13:36 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (3.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (48.7ms) Completed 200 OK in 81ms (Views: 69.0ms | ActiveRecord: 0.7ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-03 13:13:37 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-03 13:13:37 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-03 13:13:37 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-03 13:13:37 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-03 13:13:37 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-03 13:13:37 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-03 13:13:37 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-01-03 13:13:37 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Started GET "/admin" for 127.0.0.1 at 2013-01-03 13:14:17 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (3.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.3ms) Completed 200 OK in 55ms (Views: 35.2ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-03 13:14:18 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-03 13:14:18 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-03 13:14:18 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-03 13:14:18 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-03 13:14:18 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-03 13:14:18 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-03 13:14:18 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 13:14:18 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-03 13:14:18 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-03 13:14:18 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-03 13:14:18 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:14:18 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:14:18 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-03 13:14:18 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 13:14:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-03 13:14:18 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-03 13:14:18 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-03 13:14:18 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-03 13:14:18 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-03 13:14:18 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-03 13:14:18 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-03 13:14:18 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-03 13:14:18 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-03 13:14:18 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-01-03 13:14:18 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-03 13:14:18 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/admin" for 127.0.0.1 at 2013-01-03 13:15:02 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (3.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.3ms) Completed 200 OK in 83ms (Views: 33.7ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:02 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:02 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:02 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:02 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:02 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:02 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:02 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:02 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:02 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:02 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:02 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:02 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:02 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:02 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:02 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:02 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:02 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:02 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:02 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:02 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:02 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:02 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:02 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:02 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-03 13:15:02 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-01-03 13:15:02 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Started GET "/admin" for 127.0.0.1 at 2013-01-03 13:15:20 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (3.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (51.1ms) Completed 200 OK in 92ms (Views: 71.7ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:21 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:21 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:21 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:21 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:21 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:21 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:21 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:21 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:21 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:21 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:21 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:21 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:21 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:21 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:21 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:21 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:21 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:21 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:21 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:21 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:21 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:21 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:21 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:21 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-03 13:15:21 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-01-03 13:15:21 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Started GET "/admin/signin2?locale=zh-cn" for 127.0.0.1 at 2013-01-03 13:15:23 +0800 AbstractController::ActionNotFound (The action 'new' could not be found for Amalgam::Admin::SessionBoxsController): actionpack (3.2.8) lib/abstract_controller/base.rb:116:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1602763034469707118__call__386356332685235726__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms) Started GET "/admin/pages?locale=zh-cn" for 127.0.0.1 at 2013-01-03 13:15:32 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (2.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (53.2ms) Completed 200 OK in 76ms (Views: 74.5ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:32 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:32 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:32 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:32 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:32 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:32 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:32 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:32 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:32 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:32 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:32 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:32 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:32 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:32 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:32 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:32 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:33 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:33 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:33 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:33 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:33 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:33 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:33 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:33 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-03 13:15:33 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-01-03 13:15:33 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (0ms) Started GET "/admin/pages/new?locale=zh-cn" for 127.0.0.1 at 2013-01-03 13:15:35 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (58.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (67.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (70.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (45.8ms) Completed 200 OK in 143ms (Views: 132.3ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:35 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:35 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:35 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:35 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:35 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:35 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:35 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:35 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:35 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:35 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:35 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:35 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:35 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:35 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:35 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:35 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:35 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:35 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:35 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:35 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:35 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:35 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:35 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:35 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-03 13:15:36 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/admin/pages/new?locale=en" for 127.0.0.1 at 2013-01-03 13:15:39 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.8ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (12.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (55.8ms) Completed 200 OK in 88ms (Views: 86.6ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:39 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:39 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:39 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:39 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:39 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:39 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:39 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:39 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:39 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:39 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:39 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (1ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:39 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:39 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:39 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:39 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:39 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:39 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:39 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:39 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:39 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:39 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:39 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:39 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:39 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-03 13:15:39 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/admin/pages/new?locale=zh-cn" for 127.0.0.1 at 2013-01-03 13:15:50 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.5ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (7.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (9.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.3ms) Completed 200 OK in 39ms (Views: 37.6ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:50 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:50 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:50 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:50 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:50 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:50 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:50 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:50 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:50 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:50 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:50 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:50 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:50 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:50 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:50 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:50 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:50 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:50 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:50 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:50 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:50 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:50 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:50 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:50 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-03 13:15:50 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/admin/groups?locale=zh-cn" for 127.0.0.1 at 2013-01-03 13:15:52 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (5.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.9ms) Completed 200 OK in 41ms (Views: 38.9ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:52 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:52 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:52 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:52 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:52 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:52 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:52 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:52 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:52 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:52 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:52 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:52 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:52 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:52 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:52 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:52 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:52 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:52 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:52 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:52 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:52 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:52 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:52 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:52 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-03 13:15:52 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/admin/groups?locale=en" for 127.0.0.1 at 2013-01-03 13:15:54 +0800 Processing by Amalgam::Admin::GroupsController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/index.html.haml within layouts/amalgam/admin/application (3.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.3ms) Completed 200 OK in 35ms (Views: 32.5ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:55 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:55 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:55 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:55 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:55 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:55 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:55 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:55 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:55 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:55 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:55 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:55 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:55 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:55 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:55 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:55 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:55 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:55 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:55 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:55 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:55 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:55 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:55 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:55 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-03 13:15:55 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/admin/groups/new?locale=en" for 127.0.0.1 at 2013-01-03 13:15:56 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.1ms) Completed 200 OK in 83ms (Views: 78.2ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:56 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:56 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:56 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:56 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:56 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:56 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:56 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:56 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:56 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:56 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:56 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:56 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:56 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:56 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:56 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:56 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:56 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:57 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:57 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:57 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:57 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:57 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:57 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-03 13:15:57 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/admin/groups/new?locale=en" for 127.0.0.1 at 2013-01-03 13:15:58 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (6.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (52.8ms) Completed 200 OK in 80ms (Views: 78.5ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:58 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:58 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:58 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:59 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:59 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-03 13:15:59 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:59 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:59 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:59 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:59 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:59 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:59 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:59 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:59 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:59 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:59 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:59 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:59 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:59 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:59 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:59 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:59 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:59 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-03 13:15:59 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-03 13:15:59 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/admin/groups/new?locale=zh-cn" for 127.0.0.1 at 2013-01-03 13:16:56 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (7.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.5ms) Completed 200 OK in 44ms (Views: 43.3ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-03 13:16:56 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-03 13:16:56 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-03 13:16:56 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-03 13:16:56 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-03 13:16:56 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-03 13:16:56 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-03 13:16:56 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 13:16:56 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-03 13:16:56 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-03 13:16:56 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-03 13:16:56 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:16:56 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:16:56 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-03 13:16:56 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 13:16:56 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-03 13:16:56 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-03 13:16:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-03 13:16:56 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-03 13:16:56 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-03 13:16:56 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-03 13:16:56 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-03 13:16:56 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-03 13:16:56 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-03 13:16:56 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-03 13:16:56 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/admin/groups/new?locale=en" for 127.0.0.1 at 2013-01-03 13:17:05 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (2.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (3.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.6ms) Completed 200 OK in 32ms (Views: 30.9ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-03 13:17:06 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-03 13:17:06 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-03 13:17:06 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-03 13:17:06 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-03 13:17:06 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-03 13:17:06 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:06 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:06 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:06 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:06 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:06 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:06 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:06 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:06 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:06 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:06 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:06 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:06 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:06 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:06 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:06 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:06 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:06 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:06 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-03 13:17:06 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/admin/signin2?locale=en" for 127.0.0.1 at 2013-01-03 13:17:07 +0800 AbstractController::ActionNotFound (The action 'new' could not be found for Amalgam::Admin::SessionBoxsController): actionpack (3.2.8) lib/abstract_controller/base.rb:116:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1602763034469707118__call__386356332685235726__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms) Started GET "/admin/groups/new?locale=zh-cn" for 127.0.0.1 at 2013-01-03 13:17:12 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (3.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (4.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (17.0ms) Completed 200 OK in 39ms (Views: 38.2ms | ActiveRecord: 0.1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-03 13:17:12 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-03 13:17:12 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-03 13:17:12 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-03 13:17:12 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-03 13:17:12 +0800 Served asset /amalgam/admin.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-03 13:17:12 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:12 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:12 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:12 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:12 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:12 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:12 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:12 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:12 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:12 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:12 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:12 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:12 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:12 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:12 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:12 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:12 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:12 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:12 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-03 13:17:12 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/admin/groups/new?locale=zh-cn" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (3.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (73.8ms) Completed 200 OK in 116ms (Views: 96.7ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:45 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/admin/groups/new?locale=en" for 127.0.0.1 at 2013-01-03 13:17:48 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (2.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (4.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (53.0ms) Completed 200 OK in 74ms (Views: 72.4ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-03 13:17:49 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-03 13:17:49 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-03 13:17:49 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-03 13:17:49 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-03 13:17:49 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-03 13:17:49 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:49 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:49 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:49 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:49 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:49 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:49 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:49 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:49 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:49 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:49 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:49 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:49 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:49 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:49 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:49 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:49 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-03 13:17:49 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-03 13:17:49 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/admin/groups/new?locale=zh-cn" for 127.0.0.1 at 2013-01-03 13:28:52 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (5.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (7.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (53.1ms) Completed 200 OK in 82ms (Views: 80.8ms | ActiveRecord: 0.1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-03 13:28:52 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-03 13:28:52 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-03 13:28:52 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-03 13:28:52 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-03 13:28:52 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-03 13:28:52 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-03 13:28:52 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 13:28:52 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-03 13:28:52 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-03 13:28:52 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-03 13:28:52 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:28:52 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-03 13:28:52 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:28:52 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 13:28:52 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-03 13:28:52 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-03 13:28:52 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-03 13:28:52 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-03 13:28:52 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-03 13:28:52 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-03 13:28:52 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-03 13:28:52 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-03 13:28:52 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-03 13:28:52 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-03 13:28:52 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin/groups/new?locale=zh-cn" for 127.0.0.1 at 2013-01-03 13:33:19 +0800 Processing by Amalgam::Admin::GroupsController#new as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (4.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/_form.html.haml (33.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/groups/new.html.haml within layouts/amalgam/admin/application (39.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (128.4ms) Completed 200 OK in 380ms (Views: 352.6ms | ActiveRecord: 6.9ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-03 13:33:20 +0800 Served asset /amalgam/extra.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-03 13:33:20 +0800 Served asset /amalgam/admin.css - 304 Not Modified (15ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-03 13:33:20 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (33ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-03 13:33:20 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-03 13:33:20 +0800 Served asset /bootstrap.css - 304 Not Modified (13ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-03 13:33:20 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-03 13:33:20 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 13:33:20 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-03 13:33:20 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-03 13:33:20 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-03 13:33:20 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:33:20 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (15ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:33:20 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-03 13:33:20 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 13:33:20 +0800 Served asset /jquery_ujs.js - 304 Not Modified (8ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-03 13:33:20 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-03 13:33:20 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-03 13:33:20 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-03 13:33:20 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-03 13:33:20 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-03 13:33:20 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-03 13:33:20 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-03 13:33:20 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-03 13:33:20 +0800 Served asset /amalgam/admin.js - 304 Not Modified (17ms) Started GET "/" for 127.0.0.1 at 2013-01-03 13:36:37 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 11ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.2ms) Started GET "/admin" for 127.0.0.1 at 2013-01-03 13:36:41 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (8.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (47.6ms) Completed 200 OK in 76ms (Views: 73.7ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:41 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:41 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:41 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:41 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:41 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:41 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:41 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:41 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:41 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:41 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:41 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:41 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:41 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:41 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:41 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:41 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:41 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:41 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:41 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:41 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:41 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:41 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:41 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:41 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-01-03 13:36:41 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (3ms) Started GET "/admin/pages/new?locale=zh-cn" for 127.0.0.1 at 2013-01-03 13:36:42 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (52.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (59.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (62.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.1ms) Completed 200 OK in 106ms (Views: 95.3ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:42 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:42 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:42 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:42 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:42 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:42 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:42 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:42 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:42 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:42 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:42 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:42 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:42 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:42 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:42 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:42 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:42 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:42 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:42 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:42 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:42 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:42 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:42 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:42 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started POST "/admin/pages?locale=zh-cn" for 127.0.0.1 at 2013-01-03 13:36:50 +0800 Processing by Amalgam::Admin::PagesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"cb5+0kz0wERETWmA6Go6ZBsuFF7E92MYyKVYyRCjjoY=", "page"=>{"title"=>"test", "slug"=>"home", "parent_id"=>""}, "commit"=>"添加页面", "locale"=>"zh-cn"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'home' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (2.2ms) INSERT INTO "pages" ("created_at", "lft", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 03 Jan 2013 13:36:50 CST +08:00], ["lft", 1], ["parent_id", nil], ["path", "home"], ["rgt", 2], ["slug", "home"], ["updated_at", Thu, 03 Jan 2013 13:36:50 CST +08:00]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 AND "page_translations"."locale" = 'zh-cn' LIMIT 1 SQL (0.5ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Thu, 03 Jan 2013 13:36:50 CST +08:00], ["locale", "zh-cn"], ["page_id", 1], ["title", "test"], ["updated_at", Thu, 03 Jan 2013 13:36:50 CST +08:00]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:3000/admin/pages?locale=zh-cn#node-1 Completed 302 Found in 88ms (ActiveRecord: 5.6ms) Started GET "/admin/pages?locale=zh-cn" for 127.0.0.1 at 2013-01-03 13:36:50 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (22.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (25.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (49.9ms) Completed 200 OK in 95ms (Views: 91.8ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:50 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:50 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:50 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:50 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:50 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:50 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:50 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:50 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:50 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:50 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:50 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:50 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:50 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:50 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:50 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:50 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:50 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:50 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:50 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:50 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:50 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:50 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:50 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:50 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2013-01-03 13:36:50 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2013-01-03 13:36:50 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2013-01-03 13:36:50 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (5ms) Started GET "/zh-cn/pages/home" for 127.0.0.1 at 2013-01-03 13:36:53 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-cn", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (154.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.8ms) Completed 200 OK in 482ms (Views: 465.8ms | ActiveRecord: 2.2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /responsive.css - 200 OK (9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury.css - 200 OK (15ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/bootstrap-overrides.css - 200 OK (4ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/bootstrap-ish.css - 200 OK (46ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/mercury.css - 200 OK (12ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/dialog.css - 200 OK (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/lightview.css - 200 OK (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/modal.css - 200 OK (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/statusbar.css - 200 OK (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/toolbar.css - 200 OK (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/tooltip.css - 200 OK (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/uploader.css - 200 OK (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/all_images.css - 200 OK (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /amalgam/editor.css - 200 OK (26ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /amalgam/mercury.js - 200 OK (95ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 200 OK (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/dependencies/jquery.additions.js - 200 OK (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 200 OK (3ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/dependencies/liquidmetal.js - 200 OK (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/dependencies/showdown.js - 200 OK (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/native_extensions.js - 200 OK (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/mercury.js - 200 OK (42ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/page_editor.js - 200 OK (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/history_buffer.js - 200 OK (4ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/dialog.js - 200 OK (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/table_editor.js - 200 OK (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/palette.js - 200 OK (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/select.js - 200 OK (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/panel.js - 200 OK (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/modal.js - 200 OK (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/lightview.js - 200 OK (7ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/statusbar.js - 200 OK (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/toolbar.js - 200 OK (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/toolbar.button_group.js - 200 OK (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/toolbar.button.js - 200 OK (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/toolbar.expander.js - 200 OK (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/tooltip.js - 200 OK (4ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/snippet.js - 200 OK (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/snippet_toolbar.js - 200 OK (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/region.js - 200 OK (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/uploader.js - 200 OK (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/regions/full.js - 200 OK (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/regions/image.js - 200 OK (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/regions/markdown.js - 200 OK (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:54 +0800 Served asset /mercury/regions/simple.js - 200 OK (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:55 +0800 Served asset /mercury/regions/snippets.js - 200 OK (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:55 +0800 Served asset /mercury/dialogs/backcolor.js - 200 OK (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:55 +0800 Served asset /mercury/dialogs/forecolor.js - 200 OK (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:55 +0800 Served asset /mercury/dialogs/snippetpanel.js - 200 OK (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:55 +0800 Served asset /mercury/dialogs/formatblock.js - 200 OK (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:55 +0800 Served asset /mercury/dialogs/style.js - 200 OK (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:55 +0800 Served asset /mercury/modals/insertcharacter.js - 200 OK (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:55 +0800 Served asset /mercury/modals/htmleditor.js - 200 OK (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:55 +0800 Served asset /mercury/modals/insertlink.js - 200 OK (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:55 +0800 Served asset /mercury/modals/insertmedia.js - 200 OK (4ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:55 +0800 Served asset /mercury/modals/insertsnippet.js - 200 OK (5ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:55 +0800 Served asset /mercury/modals/inserttable.js - 200 OK (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:55 +0800 Served asset /mercury/finalize.js - 200 OK (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:55 +0800 Served asset /jquery.iframe-transport.js - 200 OK (2ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:55 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 200 OK (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:55 +0800 Served asset /jquery.remotipart.js - 200 OK (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:55 +0800 Served asset /amalgam/editor.js - 200 OK (88ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-03 13:36:55 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-03 13:36:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-03 13:36:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-03 13:36:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.4ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-03 13:36:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.6ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-03 13:36:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2013-01-03 13:36:55 +0800 Served asset /mercury/loading-dark.gif - 200 OK (3ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2013-01-03 13:36:55 +0800 Served asset /mercury/toolbar/primary/_expander.png - 200 OK (3ms) Started GET "/zh-cn/pages/home?mercury_frame=true&_=1357191415332" for 127.0.0.1 at 2013-01-03 13:36:55 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1357191415332", "locale"=>"zh-cn", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (13.9ms) Completed 200 OK in 21ms (Views: 14.6ms | ActiveRecord: 1.3ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/" for 127.0.0.1 at 2013-01-04 16:08:34 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (5.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.5ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (1.0ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.4ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (179.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (24.4ms) Completed 200 OK in 712ms (Views: 576.1ms | ActiveRecord: 9.8ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /responsive.css - 200 OK (14ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /bootstrap.css - 200 OK (7ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury.css - 304 Not Modified (20ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/mercury.css - 304 Not Modified (16ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/lightview.css - 304 Not Modified (35ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/modal.css - 304 Not Modified (6ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/all_images.css - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /amalgam/editor.css - 200 OK (27ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (71ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /jquery_ujs.js - 304 Not Modified (40ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/mercury.js - 304 Not Modified (44ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/dialog.js - 304 Not Modified (6ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/select.js - 304 Not Modified (44ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (7ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/snippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:35 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (40ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (4ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Served asset /amalgam/editor.js - 304 Not Modified (51ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1357286916526" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1357286916526", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (13.9ms) Completed 200 OK in 22ms (Views: 14.6ms | ActiveRecord: 1.3ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2013-01-04 16:08:36 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (5ms) Started GET "/admin/pages?locale=zh-cn" for 127.0.0.1 at 2013-01-04 16:08:39 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.5ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (18.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (23.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (27.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (32.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (45.6ms) Completed 200 OK in 270ms (Views: 266.7ms | ActiveRecord: 1.0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-04 16:08:39 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-04 16:08:39 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-04 16:08:39 +0800 Served asset /amalgam/admin/login.css - 200 OK (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-04 16:08:39 +0800 Served asset /amalgam/admin/layout.css - 200 OK (2ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:39 +0800 Served asset /modernizr.js - 200 OK (5ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-04 16:08:39 +0800 Served asset /amalgam/admin.css - 304 Not Modified (16ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:39 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:39 +0800 Served asset /jquery.ui.widget.js - 200 OK (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:39 +0800 Served asset /jquery.ui.core.js - 200 OK (11ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:39 +0800 Served asset /jquery.ui.mouse.js - 200 OK (14ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:39 +0800 Served asset /jquery.ui.sortable.js - 200 OK (8ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:39 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:39 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:39 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:39 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:39 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:39 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:39 +0800 Served asset /amalgam/extra.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:40 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:40 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:40 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:40 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:40 +0800 Served asset /amalgam/admin.js - 304 Not Modified (14ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-04 16:08:40 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-01-04 16:08:40 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-04 16:08:40 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2013-01-04 16:08:40 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2013-01-04 16:08:40 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2013-01-04 16:08:40 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (3ms) Started GET "/admin/pages/new?locale=zh-cn" for 127.0.0.1 at 2013-01-04 16:08:41 +0800 Processing by Amalgam::Admin::PagesController#new as JS Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (12.9ms) Completed 200 OK in 19ms (Views: 16.5ms | ActiveRecord: 0.3ms) Started POST "/admin/pages?locale=zh-cn" for 127.0.0.1 at 2013-01-04 16:08:45 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"cb5+0kz0wERETWmA6Go6ZBsuFF7E92MYyKVYyRCjjoY=", "page"=>{"title"=>"test2", "slug"=>"test2", "parent_id"=>""}, "commit"=>"添加页面", "locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test2' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (4.3ms) INSERT INTO "pages" ("created_at", "lft", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 04 Jan 2013 16:08:45 CST +08:00], ["lft", 3], ["parent_id", nil], ["path", "test2"], ["rgt", 4], ["slug", "test2"], ["updated_at", Fri, 04 Jan 2013 16:08:45 CST +08:00]] Page::Translation Load (2.7ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 AND "page_translations"."locale" = 'zh-cn' LIMIT 1 SQL (0.9ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Fri, 04 Jan 2013 16:08:45 CST +08:00], ["locale", "zh-cn"], ["page_id", 2], ["title", "test2"], ["updated_at", Fri, 04 Jan 2013 16:08:45 CST +08:00]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 2]]  (0.7ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (16.1ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 3 AND "pages"."rgt" <= 4) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (26.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (28.2ms) Completed 200 OK in 64ms (Views: 39.0ms | ActiveRecord: 9.6ms) Started PUT "/admin/pages?locale=zh-cn/2" for 127.0.0.1 at 2013-01-04 16:08:47 +0800 ActionController::RoutingError (No route matches [PUT] "/admin/pages"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin/pages?locale=zh-cn" for 127.0.0.1 at 2013-01-04 16:13:59 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (4.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (108.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (113.7ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (131.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (142.9ms) Compiled amalgam/admin/tree.js (157ms) (pid 86308) Compiled amalgam/admin.js (24ms) (pid 86308) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (53.2ms) Completed 200 OK in 620ms (Views: 576.5ms | ActiveRecord: 5.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-04 16:14:00 +0800 Served asset /bootstrap.css - 304 Not Modified (10ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-04 16:14:00 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-04 16:14:00 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-04 16:14:00 +0800 Served asset /amalgam/admin.css - 304 Not Modified (50ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-04 16:14:00 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-04 16:14:00 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-04 16:14:00 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-04 16:14:00 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-04 16:14:00 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-04 16:14:00 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-04 16:14:00 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-04 16:14:00 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (14ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-04 16:14:00 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-04 16:14:00 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-04 16:14:00 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-04 16:14:00 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-04 16:14:00 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-04 16:14:00 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-04 16:14:00 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-04 16:14:00 +0800 Served asset /amalgam/extra.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-04 16:14:00 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-04 16:14:00 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-04 16:14:00 +0800 Served asset /amalgam/admin/tree.js - 200 OK (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-04 16:14:00 +0800 Served asset /amalgam/admin.js - 304 Not Modified (16ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-04 16:14:00 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2013-01-04 16:14:00 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-01-04 16:14:00 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2013-01-04 16:14:00 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2013-01-04 16:14:00 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (4ms) Started PUT "/admin/pages/2" for 127.0.0.1 at 2013-01-04 16:14:02 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"page"=>{"next_id"=>"1"}, "id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 2 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test2' AND "pages"."id" != 2 AND "pages"."parent_id" IS NULL) LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] SQL (0.4ms) UPDATE "pages" SET "lft" = CASE WHEN "lft" BETWEEN 1 AND 2 THEN "lft" + 4 - 2 WHEN "lft" BETWEEN 3 AND 4 THEN "lft" + 1 - 3 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 1 AND 2 THEN "rgt" + 4 - 2 WHEN "rgt" BETWEEN 3 AND 4 THEN "rgt" + 1 - 3 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN NULL ELSE "parent_id" END WHERE "pages"."id" IN (SELECT "pages"."id" FROM "pages" ORDER BY lft ASC, "pages"."lft") Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 2]] Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2  (0.3ms) UPDATE "pages" SET "updated_at" = '2013-01-04 08:14:02.640962' WHERE "pages"."id" = 2 Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 2]]  (2.2ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (51.2ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (58.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (61.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (63.4ms) Completed 200 OK in 123ms (Views: 76.2ms | ActiveRecord: 5.0ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2013-01-04 16:16:53 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.0ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (42.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (48.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (18.1ms) Completed 200 OK in 92ms (Views: 89.9ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-04 16:16:53 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-04 16:16:53 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-04 16:16:53 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-04 16:16:53 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-04 16:16:54 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-04 16:16:54 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-04 16:16:54 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-04 16:16:54 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-04 16:16:54 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-04 16:16:54 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-04 16:16:54 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-04 16:16:54 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-04 16:16:54 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-04 16:16:54 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-04 16:16:54 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-04 16:16:54 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-04 16:16:54 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-04 16:16:54 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-04 16:16:54 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-04 16:16:54 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-04 16:16:54 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-04 16:16:54 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-04 16:16:54 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-04 16:16:54 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/2?locale=en" for 127.0.0.1 at 2013-01-04 16:17:02 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"cb5+0kz0wERETWmA6Go6ZBsuFF7E92MYyKVYyRCjjoY=", "page"=>{"title"=>"test4444", "slug"=>"test2"}, "commit"=>"update page", "locale"=>"en", "id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 2 AND "base_groups"."groupable_type" = 'Page' Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test2' AND "pages"."id" != 2 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2013-01-04 08:17:02.648938' WHERE "pages"."id" = 2 SQL (0.4ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 04 Jan 2013 16:17:02 CST +08:00], ["locale", "en"], ["page_id", 2], ["title", nil], ["updated_at", Fri, 04 Jan 2013 16:17:02 CST +08:00]] Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 AND "page_translations"."locale" = 'en' LIMIT 1  (0.5ms) UPDATE "page_translations" SET "title" = 'test4444', "updated_at" = '2013-01-04 08:17:02.657836', "body" = '--- {} ' WHERE "page_translations"."id" = 3 Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 2]] Page::Translation Load (0.0ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 3]]  (0.8ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.3ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (20.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (23.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (25.0ms) Completed 200 OK in 63ms (Views: 35.8ms | ActiveRecord: 3.5ms) Started GET "/admin/pages?locale=zh-cn" for 127.0.0.1 at 2013-01-04 16:17:05 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.7ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (28.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (31.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (53.3ms) Completed 200 OK in 102ms (Views: 99.2ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-04 16:17:05 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-04 16:17:05 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-04 16:17:05 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-04 16:17:05 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-04 16:17:05 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-04 16:17:05 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:05 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:05 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:05 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:05 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:05 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:05 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:05 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:05 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:05 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:05 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:05 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:05 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:05 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:05 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:05 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:05 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:05 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:05 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started PUT "/admin/pages/2?locale=zh-cn" for 127.0.0.1 at 2013-01-04 16:17:11 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"cb5+0kz0wERETWmA6Go6ZBsuFF7E92MYyKVYyRCjjoY=", "page"=>{"title"=>"test25555", "slug"=>"test2"}, "commit"=>"更新页面", "locale"=>"zh-cn", "id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 2 AND "base_groups"."groupable_type" = 'Page' Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test2' AND "pages"."id" != 2 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.4ms) UPDATE "pages" SET "updated_at" = '2013-01-04 08:17:11.920318' WHERE "pages"."id" = 2 Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 AND "page_translations"."locale" = 'zh-cn' LIMIT 1  (0.1ms) UPDATE "page_translations" SET "title" = 'test25555', "updated_at" = '2013-01-04 08:17:11.924282', "body" = '--- {} ' WHERE "page_translations"."id" = 2 Page::Translation Load (0.0ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 2]] Page::Translation Load (0.0ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 3]]  (2.2ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (12.6ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (18.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (20.3ms) Completed 200 OK in 51ms (Views: 31.1ms | ActiveRecord: 4.2ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2013-01-04 16:17:13 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.0ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (16.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (32.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (35.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (63.2ms) Completed 200 OK in 121ms (Views: 118.8ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-04 16:17:13 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-04 16:17:13 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-04 16:17:13 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-04 16:17:13 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-04 16:17:13 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-04 16:17:13 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:13 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:13 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:13 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:13 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:13 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:13 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:13 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:14 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:14 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:14 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:14 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:14 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:14 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:14 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:14 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:14 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:14 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/2?locale=en" for 127.0.0.1 at 2013-01-04 16:17:17 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"cb5+0kz0wERETWmA6Go6ZBsuFF7E92MYyKVYyRCjjoY=", "page"=>{"title"=>"test44446", "slug"=>"test2"}, "commit"=>"update page", "locale"=>"en", "id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 2 AND "base_groups"."groupable_type" = 'Page' Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test2' AND "pages"."id" != 2 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2013-01-04 08:17:17.586507' WHERE "pages"."id" = 2 Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 AND "page_translations"."locale" = 'en' LIMIT 1  (0.1ms) UPDATE "page_translations" SET "title" = 'test44446', "updated_at" = '2013-01-04 08:17:17.594751', "body" = '--- {} ' WHERE "page_translations"."id" = 3 Page::Translation Load (0.0ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 2]] Page::Translation Load (0.0ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 3]]  (1.9ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.0ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (15.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (18.2ms) Completed 200 OK in 54ms (Views: 28.2ms | ActiveRecord: 3.7ms) Started GET "/admin/pages?locale=zh-cn" for 127.0.0.1 at 2013-01-04 16:17:19 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.0ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (27.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (30.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (54.3ms) Completed 200 OK in 103ms (Views: 99.8ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-04 16:17:19 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-04 16:17:19 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-04 16:17:19 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-04 16:17:19 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-04 16:17:19 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-04 16:17:19 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:19 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:19 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:19 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:19 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:19 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:19 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:19 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:19 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:19 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:19 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:19 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:19 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:19 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:19 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:19 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:19 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:19 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-04 16:17:19 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/" for 127.0.0.1 at 2013-01-04 17:00:59 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (4.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Completed 500 Internal Server Error in 147ms NameError (Could not render layout: undefined local variable or method `resquest' for #): app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (29.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (42.3ms) Started GET "/admin" for 127.0.0.1 at 2013-01-04 17:01:02 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (5.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (38.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (45.5ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (18.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (102.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (113.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (24.7ms) Completed 200 OK in 338ms (Views: 335.2ms | ActiveRecord: 1.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-04 17:01:03 +0800 Served asset /bootstrap.css - 304 Not Modified (18ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-04 17:01:03 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-04 17:01:03 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-04 17:01:03 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-04 17:01:03 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-04 17:01:03 +0800 Served asset /amalgam/admin.css - 304 Not Modified (20ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:03 +0800 Served asset /modernizr.js - 200 OK (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:03 +0800 Served asset /jquery.js - 304 Not Modified (44ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:03 +0800 Served asset /jquery.ui.core.js - 200 OK (5ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:03 +0800 Served asset /jquery.ui.widget.js - 200 OK (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:03 +0800 Served asset /jquery.ui.mouse.js - 200 OK (11ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:03 +0800 Served asset /jquery.ui.sortable.js - 200 OK (11ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:03 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (3ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:03 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:03 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:03 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:03 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:03 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:03 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:03 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:03 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:03 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:03 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:03 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-04 17:01:03 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2013-01-04 17:01:03 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-01-04 17:01:03 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2013-01-04 17:01:03 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2013-01-04 17:01:03 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (4ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/" for 127.0.0.1 at 2013-01-04 17:01:35 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (137.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (23.2ms) Completed 200 OK in 649ms (Views: 525.0ms | ActiveRecord: 6.1ms) Started GET "/?mercury_frame=true&_=1357290096201" for 127.0.0.1 at 2013-01-04 17:01:36 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1357290096201", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.3ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (16.0ms) Completed 200 OK in 27ms (Views: 17.2ms | ActiveRecord: 1.6ms) Started GET "/admin/pages?locale=zh-cn" for 127.0.0.1 at 2013-01-04 17:01:48 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (17.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (22.7ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 CACHE (0.0ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (39.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (43.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (45.6ms) Completed 200 OK in 259ms (Views: 256.6ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-04 17:01:48 +0800 Served asset /bootstrap.css - 304 Not Modified (11ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-04 17:01:48 +0800 Served asset /amalgam/extra.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-04 17:01:48 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (37ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-04 17:01:48 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-04 17:01:48 +0800 Served asset /amalgam/admin.css - 304 Not Modified (24ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-04 17:01:48 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:48 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:48 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:48 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:48 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (5ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:48 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (14ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:48 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:48 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:48 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:48 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:48 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:48 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (45ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:48 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:48 +0800 Served asset /bootstrap-button.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:48 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:48 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:48 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:48 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:48 +0800 Served asset /amalgam/admin.js - 304 Not Modified (16ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-04 17:01:49 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2013-01-04 17:01:49 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-01-04 17:01:49 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (3ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2013-01-04 17:01:49 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2013-01-04 17:01:49 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started GET "/zh-cn/pages/home" for 127.0.0.1 at 2013-01-04 17:01:50 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-cn", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (13.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (53.2ms) Completed 200 OK in 109ms (Views: 102.7ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-04 17:01:50 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-04 17:01:50 +0800 Served asset /responsive.css - 200 OK (8ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-04 17:01:50 +0800 Served asset /mercury/mercury.css - 304 Not Modified (14ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-04 17:01:50 +0800 Served asset /mercury.css - 304 Not Modified (15ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-04 17:01:50 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-04 17:01:50 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-04 17:01:50 +0800 Served asset /mercury/dialog.css - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-04 17:01:50 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-04 17:01:50 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-04 17:01:50 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-04 17:01:50 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-04 17:01:50 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-04 17:01:50 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-04 17:01:50 +0800 Served asset /amalgam/editor.css - 200 OK (67ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (53ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/mercury.js - 304 Not Modified (83ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (6ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (6ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (43ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/snippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/region.js - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (8ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (47ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /amalgam/editor.js - 304 Not Modified (55ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (5ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (4ms) Started GET "/zh-cn/pages/home?mercury_frame=true&_=1357290111870" for 127.0.0.1 at 2013-01-04 17:01:51 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1357290111870", "locale"=>"zh-cn", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (11.5ms) Completed 200 OK in 18ms (Views: 12.2ms | ActiveRecord: 1.0ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2013-01-04 17:01:52 +0800 Served asset /mercury/toolbar/primary/save.png - 304 Not Modified (14ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2013-01-04 17:01:52 +0800 Served asset /mercury/toolbar/primary/preview.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2013-01-04 17:01:52 +0800 Served asset /mercury/toolbar/primary/undo.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2013-01-04 17:01:52 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 304 Not Modified (7ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2013-01-04 17:01:52 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2013-01-04 17:01:52 +0800 Served asset /mercury/toolbar/primary/redo.png - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2013-01-04 17:01:52 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2013-01-04 17:01:52 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2013-01-04 17:01:52 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2013-01-04 17:01:52 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2013-01-04 17:01:52 +0800 Served asset /mercury/toolbar/editable/buttons.png - 304 Not Modified (5ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2013-01-04 17:01:52 +0800 Served asset /mercury/close.png - 304 Not Modified (3ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/" for 127.0.0.1 at 2013-01-10 16:20:50 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (32.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.6ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.5ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.6ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml within layouts/amalgam/admin/editor (174.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (29.6ms) Completed 200 OK in 785ms (Views: 637.1ms | ActiveRecord: 36.6ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /responsive.css - 200 OK (17ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury.css - 304 Not Modified (18ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/mercury.css - 304 Not Modified (16ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /bootstrap.css - 200 OK (8ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /amalgam/editor.css - 200 OK (29ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (84ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (8ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/mercury.js - 304 Not Modified (41ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (49ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/panel.js - 304 Not Modified (6ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/select.js - 304 Not Modified (6ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/lightview.js - 304 Not Modified (7ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/snippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:52 +0800 Served asset /mercury/region.js - 304 Not Modified (42ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Served asset /mercury/finalize.js - 304 Not Modified (42ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Served asset /amalgam/editor.js - 304 Not Modified (52ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Served asset /mercury/toolbar/primary/_expander.png - 304 Not Modified (3ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Served asset /mercury/loading-dark.gif - 304 Not Modified (4ms) Started GET "/?mercury_frame=true&_=1357806053497" for 127.0.0.1 at 2013-01-10 16:20:53 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1357806053497", "slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (53.6ms) Completed 200 OK in 60ms (Views: 54.4ms | ActiveRecord: 1.0ms) Started GET "/admin/posts?locale=zh-cn" for 127.0.0.1 at 2013-01-10 16:20:57 +0800 Processing by Amalgam::Admin::PostsController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 5ms ActionView::MissingTemplate (Missing template amalgam/admin/posts/index, amalgam/admin/base/index, amalgam/application/index with {:locale=>[:"zh-cn", :"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' remotipart (1.0.2) lib/remotipart/render_overrides.rb:8:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:447:in `_run__2885050128177665681__process_action__4431145162377222620__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4009193988451965514__call__1463929079090420208__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-10 16:20:59 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-10 16:20:59 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-10 16:20:59 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-10 16:20:59 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-10 16:20:59 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/?mercury_frame=true&_=1357806059900" for 127.0.0.1 at 2013-01-10 16:20:59 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1357806059900", "slug"=>"home"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 3 AND "pages"."rgt" >= 4) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/show.html.haml (17.8ms) Completed 200 OK in 26ms (Views: 18.5ms | ActiveRecord: 1.4ms) Started GET "/admin/pages?locale=zh-cn" for 127.0.0.1 at 2013-01-10 16:21:05 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 2 Amalgam::Models::Group Load (0.6ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (17.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (38.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (60.3ms) Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 CACHE (0.0ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (79.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (85.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.2ms) Completed 200 OK in 287ms (Views: 283.8ms | ActiveRecord: 1.4ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-10 16:21:05 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-10 16:21:05 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (39ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-10 16:21:05 +0800 Served asset /amalgam/admin/login.css - 200 OK (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-10 16:21:05 +0800 Served asset /amalgam/admin/layout.css - 200 OK (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-10 16:21:06 +0800 Served asset /amalgam/admin.css - 304 Not Modified (19ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:06 +0800 Served asset /modernizr.js - 200 OK (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:06 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:06 +0800 Served asset /jquery.ui.core.js - 200 OK (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:06 +0800 Served asset /jquery.ui.widget.js - 200 OK (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:06 +0800 Served asset /jquery.ui.mouse.js - 200 OK (11ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:06 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:06 +0800 Served asset /jquery.ui.sortable.js - 200 OK (12ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:06 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:06 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:06 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:06 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:06 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:06 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:06 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:06 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:06 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:06 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:06 +0800 Served asset /amalgam/admin.js - 304 Not Modified (56ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-01-10 16:21:06 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (8ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2013-01-10 16:21:06 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2013-01-10 16:21:06 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2013-01-10 16:21:06 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-10 16:21:06 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started GET "/admin/pages/new?locale=zh-cn" for 127.0.0.1 at 2013-01-10 16:21:10 +0800 Processing by Amalgam::Admin::PagesController#new as JS Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_inline_form.html.haml (10.4ms) Completed 200 OK in 16ms (Views: 13.4ms | ActiveRecord: 0.3ms) Started POST "/admin/pages?locale=zh-cn" for 127.0.0.1 at 2013-01-10 16:21:27 +0800 Processing by Amalgam::Admin::PagesController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"cb5+0kz0wERETWmA6Go6ZBsuFF7E92MYyKVYyRCjjoY=", "page"=>{"title"=>"tesssss123", "slug"=>"test123", "parent_id"=>""}, "commit"=>"添加页面", "locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test123' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (3.7ms) INSERT INTO "pages" ("created_at", "lft", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 10 Jan 2013 16:21:27 CST +08:00], ["lft", 5], ["parent_id", nil], ["path", "test123"], ["rgt", 6], ["slug", "test123"], ["updated_at", Thu, 10 Jan 2013 16:21:27 CST +08:00]] Page::Translation Load (0.5ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 3 AND "page_translations"."locale" = 'zh-cn' LIMIT 1 SQL (0.6ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Thu, 10 Jan 2013 16:21:27 CST +08:00], ["locale", "zh-cn"], ["page_id", 3], ["title", "tesssss123"], ["updated_at", Thu, 10 Jan 2013 16:21:27 CST +08:00]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 4]]  (0.9ms) commit transaction Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups"  Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (13.0ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 5 AND "pages"."rgt" <= 6) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (3.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (21.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_create.js.erb (24.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/create.js.erb (26.4ms) Completed 200 OK in 59ms (Views: 37.9ms | ActiveRecord: 6.7ms) Started GET "/zh-cn/pages/test123" for 127.0.0.1 at 2013-01-10 16:21:30 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-cn", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) AND ("pages"."id" != 3) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 3 AND "base_groups"."groupable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (1.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (66.7ms) Completed 200 OK in 126ms (Views: 121.4ms | ActiveRecord: 0.7ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-10 16:21:30 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-10 16:21:30 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-10 16:21:30 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-10 16:21:30 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-10 16:21:30 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-10 16:21:30 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-10 16:21:30 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-10 16:21:30 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-10 16:21:30 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-10 16:21:30 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-10 16:21:30 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/zh-cn/pages/test123?mercury_frame=true&_=1357806091436" for 127.0.0.1 at 2013-01-10 16:21:31 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1357806091436", "locale"=>"zh-cn", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 5 AND "pages"."rgt" >= 6) AND ("pages"."id" != 3) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 3 AND "base_groups"."groupable_type" = 'Page' Rendered pages/test123.html.haml (0.1ms) Completed 200 OK in 7ms (Views: 1.4ms | ActiveRecord: 0.8ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4)  (0.1ms) select sqlite_version(*)  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePages (20120824071117)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "page_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "page_id" integer, "locale" varchar(255), "title" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) Scoped order and limit are ignored, it's forced to be batch order and batch size Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."id" >= 0) ORDER BY "pages"."id" ASC LIMIT 1000  (0.0ms) PRAGMA index_list("page_translations")  (0.1ms) CREATE INDEX "index_page_translations_on_page_id" ON "page_translations" ("page_id")  (0.0ms) PRAGMA index_list("page_translations")  (0.0ms) PRAGMA index_info('index_page_translations_on_page_id')  (0.1ms) CREATE INDEX "index_page_translations_on_locale" ON "page_translations" ("locale")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120824071117')  (1.9ms) commit transaction Migrating to CreatePosts (20120904075542)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "page_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120904075542')  (0.7ms) commit transaction Migrating to CreateAdmins (20120913061406)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120913061406')  (0.8ms) commit transaction Migrating to CreateAttachments (20120920033135)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attachable_id" integer, "attachable_type" varchar(255) DEFAULT 'Page', "name" varchar(255), "file" varchar(255), "content_type" varchar(255), "original_filename" varchar(255), "description" varchar(255), "secure_token" varchar(255), "file_size" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120920033135')  (0.9ms) commit transaction Migrating to CreateGroups (20121219062850)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062850')  (0.8ms) commit transaction Migrating to CreateBaseGroups (20121219062901)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "base_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer, "groupable_type" varchar(255), "groupable_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219062901')  (0.8ms) commit transaction  (0.4ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_list("attachments")  (0.0ms) PRAGMA index_list("base_groups")  (0.0ms) PRAGMA index_list("groups")  (0.1ms) PRAGMA index_list("page_translations")  (0.1ms) PRAGMA index_info('index_page_translations_on_locale')  (0.1ms) PRAGMA index_info('index_page_translations_on_page_id')  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_list("posts") Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (1.1ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.2ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attachable_id" integer, "attachable_type" varchar(255) DEFAULT 'Page', "name" varchar(255), "file" varchar(255), "content_type" varchar(255), "original_filename" varchar(255), "description" varchar(255), "secure_token" varchar(255), "file_size" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.2ms) CREATE TABLE "base_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer, "groupable_type" varchar(255), "groupable_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.1ms) CREATE TABLE "groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.1ms) CREATE TABLE "page_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "page_id" integer, "locale" varchar(255), "title" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("page_translations")  (0.9ms) CREATE INDEX "index_page_translations_on_locale" ON "page_translations" ("locale")  (0.0ms) PRAGMA index_list("page_translations")  (0.0ms) PRAGMA index_info('index_page_translations_on_locale')  (0.9ms) CREATE INDEX "index_page_translations_on_page_id" ON "page_translations" ("page_id")  (1.1ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "path" varchar(255), "slug" varchar(255) NOT NULL, "lft" integer, "rgt" integer, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.0ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "page_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.0ms) PRAGMA index_list("schema_migrations")  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20121219062901')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20120824071117')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20120904075542')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120913061406')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20120920033135')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20121219062850') Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Binary data inserted for `string` type on column `password_digest` Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin/pages?locale=zh-cn" for 127.0.0.1 at 2013-01-10 16:35:33 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (3.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (40.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (55.1ms) Completed 200 OK in 289ms (Views: 267.8ms | ActiveRecord: 4.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-10 16:35:33 +0800 Served asset /bootstrap.css - 304 Not Modified (10ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-10 16:35:33 +0800 Served asset /amalgam/extra.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-10 16:35:33 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-10 16:35:33 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-10 16:35:33 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-10 16:35:33 +0800 Served asset /amalgam/admin.css - 304 Not Modified (44ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:33 +0800 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:33 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:34 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (8ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:34 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:34 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:34 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:34 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:34 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:34 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:34 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:34 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:34 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:34 +0800 Served asset /bootstrap-button.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:34 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:34 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:34 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:34 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:34 +0800 Served asset /amalgam/admin.js - 304 Not Modified (15ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-10 16:35:34 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (2ms) Started GET "/admin/pages/new?locale=zh-cn" for 127.0.0.1 at 2013-01-10 16:35:35 +0800 Processing by Amalgam::Admin::PagesController#new as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (20.3ms) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."parent_id" IS NULL ORDER BY lft ASC, "lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_form.html.haml (29.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/new.html.haml within layouts/amalgam/admin/application (33.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (44.8ms) Completed 200 OK in 146ms (Views: 95.3ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-10 16:35:35 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-10 16:35:35 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-10 16:35:35 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-10 16:35:35 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-10 16:35:35 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:35 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-10 16:35:35 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:35 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:35 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:35 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:35 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:35 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:35 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:35 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:35 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:35 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:35 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:35 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:35 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:35 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:35 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:35 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:35 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:35 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started POST "/admin/pages?locale=zh-cn" for 127.0.0.1 at 2013-01-10 16:35:44 +0800 Processing by Amalgam::Admin::PagesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"cb5+0kz0wERETWmA6Go6ZBsuFF7E92MYyKVYyRCjjoY=", "page"=>{"title"=>"test", "slug"=>"test123", "parent_id"=>""}, "commit"=>"添加页面", "locale"=>"zh-cn"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test123' AND "pages"."parent_id" IS NULL) LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (2.0ms) INSERT INTO "pages" ("created_at", "lft", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 10 Jan 2013 16:35:44 CST +08:00], ["lft", 1], ["parent_id", nil], ["path", "test123"], ["rgt", 2], ["slug", "test123"], ["updated_at", Thu, 10 Jan 2013 16:35:44 CST +08:00]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 AND "page_translations"."locale" = 'zh-cn' LIMIT 1 SQL (0.4ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Thu, 10 Jan 2013 16:35:44 CST +08:00], ["locale", "zh-cn"], ["page_id", 1], ["title", "test"], ["updated_at", Thu, 10 Jan 2013 16:35:44 CST +08:00]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:3000/admin/pages?locale=zh-cn#node-1 Completed 302 Found in 88ms (ActiveRecord: 5.7ms) Started GET "/admin/pages?locale=zh-cn" for 127.0.0.1 at 2013-01-10 16:35:44 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-cn"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (14.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (21.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (23.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (45.9ms) Completed 200 OK in 88ms (Views: 84.8ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-10 16:35:44 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-10 16:35:44 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-10 16:35:44 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-10 16:35:45 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-10 16:35:45 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-10 16:35:45 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:45 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:45 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:45 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:45 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:45 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:45 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:45 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:45 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:45 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:45 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:45 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:45 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:45 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:45 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:45 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:45 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:45 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-10 16:35:45 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2013-01-10 16:35:45 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2013-01-10 16:35:45 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-10 16:36:56 +0800 Served asset /responsive.css - 304 Not Modified (8ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-10 16:36:56 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-10 16:36:56 +0800 Served asset /mercury/mercury.css - 304 Not Modified (19ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-10 16:36:56 +0800 Served asset /mercury.css - 304 Not Modified (14ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-10 16:36:56 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-10 16:36:56 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-10 16:36:56 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-10 16:36:56 +0800 Served asset /mercury/modal.css - 304 Not Modified (15ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-10 16:36:56 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (35ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /amalgam/editor.css - 304 Not Modified (27ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (73ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (36ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/mercury.js - 304 Not Modified (37ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/dialog.js - 304 Not Modified (4ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (7ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (8ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (38ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Served asset /amalgam/editor.js - 304 Not Modified (82ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.7ms) Completed 200 OK in 18ms (Views: 17.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-10 16:36:57 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-10 16:36:58 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-10 16:36:58 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-10 16:36:58 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/posts/1?mercury_frame=true&_=1357807017985" for 127.0.0.1 at 2013-01-10 16:36:58 +0800 LoadError (Expected /Users/brownjohn/code/amalgam/spec/dummy/app/controllers/posts_controller.rb to define PostsController): activesupport (3.2.8) lib/active_support/dependencies.rb:503:in `load_missing_constant' activesupport (3.2.8) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/dependencies.rb:554:in `get' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' sass (3.2.1) lib/sass/plugin/rack.rb:54:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' remotipart (1.0.2) lib/remotipart/middleware.rb:30:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2548050502412429760__call__4016407797416104947__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.3ms) Started GET "/posts/1" for 127.0.0.1 at 2013-01-10 16:37:51 +0800 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Completed 500 Internal Server Error in 166ms ActionView::MissingTemplate (Missing template posts/test123 with {:locale=>[:"zh-cn", :"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" * "/Users/brownjohn/code/amalgam/spec/dummy" * "/" ): app/controllers/posts_controller.rb:6:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/posts/1" for 127.0.0.1 at 2013-01-10 16:38:10 +0800 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (4.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Completed 500 Internal Server Error in 241ms ActionView::MissingTemplate (Missing template posts/test123 with {:locale=>[:"zh-cn", :"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" * "/Users/brownjohn/code/amalgam/spec/dummy" * "/" ): app/controllers/posts_controller.rb:6:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/posts/1" for 127.0.0.1 at 2013-01-10 16:40:36 +0800 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (3.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1 posts Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Completed 500 Internal Server Error in 227ms ActionView::MissingTemplate (Missing template posts/test123 with {:locale=>[:"zh-cn", :"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" * "/Users/brownjohn/code/amalgam/spec/dummy" * "/" ): app/controllers/posts_controller.rb:6:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/posts/1" for 127.0.0.1 at 2013-01-10 16:41:17 +0800 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (3.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1 posts posts Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Completed 500 Internal Server Error in 234ms ActionView::MissingTemplate (Missing template posts/test123 with {:locale=>[:"zh-cn", :"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" * "/Users/brownjohn/code/amalgam/spec/dummy" * "/" ): app/controllers/posts_controller.rb:6:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/posts/1" for 127.0.0.1 at 2013-01-10 16:42:24 +0800 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (3.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" [#, #] Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Completed 500 Internal Server Error in 236ms ActionView::MissingTemplate (Missing template posts/test123 with {:locale=>[:"zh-cn", :"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" * "/Users/brownjohn/code/amalgam/spec/dummy" * "/" ): app/controllers/posts_controller.rb:6:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/posts/1" for 127.0.0.1 at 2013-01-10 16:43:17 +0800 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" [#] Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Completed 500 Internal Server Error in 236ms ActionView::MissingTemplate (Missing template posts/test123 with {:locale=>[:"zh-cn", :"zh-CN"], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in: * "/Users/brownjohn/code/amalgam/spec/dummy/app/views" * "/Users/brownjohn/code/amalgam/app/views" * "/Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views" * "/Users/brownjohn/code/amalgam/spec/dummy" * "/" ): app/controllers/posts_controller.rb:6:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.6ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/posts/1" for 127.0.0.1 at 2013-01-10 16:44:54 +0800 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (4.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" [#] Rendered posts/show.html.haml within layouts/amalgam/admin/editor (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (59.6ms) Completed 200 OK in 538ms (Views: 379.4ms | ActiveRecord: 35.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-10 16:44:55 +0800 Served asset /bootstrap.css - 304 Not Modified (12ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-10 16:44:55 +0800 Served asset /responsive.css - 304 Not Modified (11ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-10 16:44:55 +0800 Served asset /mercury.css - 304 Not Modified (45ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-10 16:44:55 +0800 Served asset /mercury/mercury.css - 304 Not Modified (13ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-10 16:44:55 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-10 16:44:55 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-10 16:44:55 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-10 16:44:55 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-10 16:44:55 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-10 16:44:55 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-10 16:44:55 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-10 16:44:55 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-10 16:44:55 +0800 Served asset /mercury/uploader.css - 304 Not Modified (6ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-10 16:44:55 +0800 Served asset /mercury/all_images.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:55 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-10 16:44:55 +0800 Served asset /amalgam/editor.css - 304 Not Modified (62ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:55 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (60ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:55 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:55 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:55 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:55 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:55 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:55 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:55 +0800 Served asset /mercury/mercury.js - 304 Not Modified (74ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:55 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:55 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:55 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/palette.js - 304 Not Modified (6ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/select.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (39ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Served asset /amalgam/editor.js - 304 Not Modified (50ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (41.8ms) Completed 200 OK in 45ms (Views: 44.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/posts/1?mercury_frame=true&_=1357807496607" for 127.0.0.1 at 2013-01-10 16:44:56 +0800 Processing by PostsController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1357807496607", "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = 1 ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" [#] Rendered posts/show.html.haml (0.1ms) Completed 200 OK in 5ms (Views: 1.2ms | ActiveRecord: 0.5ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/" for 127.0.0.1 at 2013-01-17 11:26:08 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (5.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 34ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.8ms) Started GET "/admin" for 127.0.0.1 at 2013-01-17 11:26:10 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (78.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (83.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (86.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (95.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (54.2ms) Completed 200 OK in 378ms (Views: 367.1ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-17 11:26:11 +0800 Served asset /bootstrap.css - 200 OK (10ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-17 11:26:11 +0800 Served asset /amalgam/admin/login.css - 200 OK (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:11 +0800 Served asset /jquery.js - 200 OK (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-17 11:26:11 +0800 Served asset /amalgam/admin/_mixins.css - 200 OK (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-17 11:26:11 +0800 Served asset /amalgam/extra.css - 200 OK (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-17 11:26:11 +0800 Served asset /amalgam/admin/layout.css - 200 OK (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:11 +0800 Served asset /modernizr.js - 200 OK (4ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-17 11:26:11 +0800 Served asset /amalgam/admin.css - 200 OK (14ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:11 +0800 Served asset /jquery.ui.core.js - 200 OK (4ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:11 +0800 Served asset /jquery.ui.widget.js - 200 OK (4ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:11 +0800 Served asset /jquery.ui.mouse.js - 200 OK (11ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:11 +0800 Served asset /jquery.ui.sortable.js - 200 OK (11ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:11 +0800 Served asset /jquery.ui.nestedSortable.js - 200 OK (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:11 +0800 Served asset /jquery.scrollto.js - 200 OK (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:11 +0800 Served asset /jquery_ujs.js - 200 OK (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:11 +0800 Served asset /bootstrap-dropdown.js - 200 OK (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:11 +0800 Served asset /bootstrap-alert.js - 200 OK (8ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:11 +0800 Served asset /bootstrap-tooltip.js - 200 OK (6ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:11 +0800 Served asset /bootstrap-button.js - 200 OK (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:11 +0800 Served asset /amalgam/extra.js - 200 OK (3ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:11 +0800 Served asset /amalgam/admin/app.js - 200 OK (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:11 +0800 Served asset /amalgam/admin/popover.js - 200 OK (3ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:11 +0800 Served asset /amalgam/admin.js - 200 OK (56ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:11 +0800 Served asset /amalgam/admin/tree.js - 200 OK (1ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2013-01-17 11:26:11 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 200 OK (4ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-01-17 11:26:11 +0800 Served asset /glyphicons-halflings-white.png - 200 OK (5ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2013-01-17 11:26:11 +0800 Served asset /glyphicons-halflings.png - 200 OK (3ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2013-01-17 11:26:11 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 200 OK (1ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-17 11:26:11 +0800 Served asset /amalgam/admin/bg.png - 200 OK (1ms) Started GET "/admin_user/edit?locale=zh-CN" for 127.0.0.1 at 2013-01-17 11:26:14 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"locale"=>"zh-CN", "resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (14.1ms) Completed 200 OK in 39ms (Views: 37.2ms | ActiveRecord: 0.1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:14 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:14 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:14 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:14 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:14 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:14 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:14 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:14 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:14 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:14 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:14 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:14 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:14 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:14 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:14 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:14 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:14 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin_user/edit_info?locale=zh-CN" for 127.0.0.1 at 2013-01-17 11:26:27 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"cb5+0kz0wERETWmA6Go6ZBsuFF7E92MYyKVYyRCjjoY=", "admin_user"=>{"username"=>"admin", "email"=>"pvpful@163.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新", "locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (13.2ms) Completed 200 OK in 160ms (Views: 27.7ms | ActiveRecord: 0.3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:27 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:27 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:27 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:27 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:27 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:27 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:27 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:27 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:27 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:27 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:27 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:27 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:27 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:27 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:27 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:27 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:27 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:27 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:27 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:27 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:27 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started PUT "/admin_user/edit_info?locale=zh-CN" for 127.0.0.1 at 2013-01-17 11:26:36 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"cb5+0kz0wERETWmA6Go6ZBsuFF7E92MYyKVYyRCjjoY=", "admin_user"=>{"username"=>"admin", "email"=>"pvpful@163.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新", "locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (4.9ms) Completed 200 OK in 107ms (Views: 17.4ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-17 11:26:36 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-17 11:26:36 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-17 11:26:36 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-17 11:26:36 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-17 11:26:36 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-17 11:26:36 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:36 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:36 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:36 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:36 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:36 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:36 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:36 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:36 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:36 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:36 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:36 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:36 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:36 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:36 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:36 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:36 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:36 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-17 11:26:36 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/" for 127.0.0.1 at 2013-01-17 11:35:17 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (3.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 28ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.0ms) Started GET "/admin" for 127.0.0.1 at 2013-01-17 11:35:22 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (5.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (76.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (80.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (83.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (91.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (55.1ms) Completed 200 OK in 377ms (Views: 366.2ms | ActiveRecord: 1.1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-17 11:35:23 +0800 Served asset /amalgam/extra.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-17 11:35:23 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-17 11:35:23 +0800 Served asset /bootstrap.css - 304 Not Modified (10ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-17 11:35:23 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-17 11:35:23 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-17 11:35:23 +0800 Served asset /amalgam/admin.css - 304 Not Modified (56ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:23 +0800 Served asset /modernizr.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:23 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:23 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:23 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (11ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:23 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (2ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:23 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:23 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (3ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:23 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:23 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:23 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:23 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:23 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:23 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:23 +0800 Served asset /amalgam/extra.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:23 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:23 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:23 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:23 +0800 Served asset /amalgam/admin.js - 304 Not Modified (16ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-17 11:35:23 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2013-01-17 11:35:23 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2013-01-17 11:35:23 +0800 Served asset /glyphicons-halflings.png - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2013-01-17 11:35:23 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-01-17 11:35:23 +0800 Served asset /glyphicons-halflings-white.png - 304 Not Modified (4ms) Started GET "/admin_user/edit?locale=zh-CN" for 127.0.0.1 at 2013-01-17 11:35:25 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"locale"=>"zh-CN", "resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (11.2ms) Completed 200 OK in 28ms (Views: 26.5ms | ActiveRecord: 0.1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-17 11:35:25 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-17 11:35:25 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-17 11:35:25 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-17 11:35:25 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-17 11:35:25 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-17 11:35:25 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:25 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:25 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:25 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:25 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:25 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:25 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:25 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:25 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:25 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:25 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:25 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:25 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:25 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:25 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:25 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:25 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:25 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:25 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:25 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:25 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:26 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:26 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:26 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:26 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:26 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:26 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:26 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:26 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:26 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:26 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:26 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:26 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin_user/edit_info?locale=zh-CN" for 127.0.0.1 at 2013-01-17 11:35:39 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"cb5+0kz0wERETWmA6Go6ZBsuFF7E92MYyKVYyRCjjoY=", "admin_user"=>{"username"=>"admin", "email"=>"pvpful@163.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新", "locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (6.5ms) Completed 200 OK in 109ms (Views: 18.1ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-17 11:35:39 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-17 11:35:39 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-17 11:35:39 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-17 11:35:39 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-17 11:35:39 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-17 11:35:39 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:39 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:39 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:39 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:39 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:39 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:39 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:39 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:39 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:39 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:39 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:39 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:39 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:39 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:39 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:39 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:39 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:39 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-17 11:35:39 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin_user/edit?locale=zh-CN" for 127.0.0.1 at 2013-01-17 11:59:48 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"locale"=>"zh-CN", "resource"=>"admin_user"} AdminUser Load (30.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (12.8ms) Completed 200 OK in 167ms (Views: 117.8ms | ActiveRecord: 32.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-17 11:59:48 +0800 Served asset /bootstrap.css - 304 Not Modified (16ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-17 11:59:48 +0800 Served asset /amalgam/extra.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-17 11:59:48 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-17 11:59:48 +0800 Served asset /amalgam/admin.css - 304 Not Modified (21ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-17 11:59:48 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-17 11:59:48 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-17 11:59:48 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-17 11:59:48 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 11:59:48 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-17 11:59:48 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-17 11:59:49 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-17 11:59:49 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (49ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-17 11:59:49 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-17 11:59:49 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 11:59:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-17 11:59:49 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-17 11:59:49 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (8ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-17 11:59:49 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-17 11:59:49 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-17 11:59:49 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-17 11:59:49 +0800 Served asset /bootstrap-button.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-17 11:59:49 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-17 11:59:49 +0800 Served asset /amalgam/admin.js - 304 Not Modified (22ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-17 11:59:49 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (2ms) Started PUT "/admin_user/edit_info?locale=zh-CN" for 127.0.0.1 at 2013-01-17 12:00:04 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"cb5+0kz0wERETWmA6Go6ZBsuFF7E92MYyKVYyRCjjoY=", "admin_user"=>{"username"=>"admin", "email"=>"pvpful@163.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新", "locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (6.6ms) Completed 200 OK in 112ms (Views: 19.8ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-17 12:00:04 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-17 12:00:04 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-17 12:00:04 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-17 12:00:04 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-17 12:00:04 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-17 12:00:04 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:04 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:04 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:04 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:04 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:04 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:04 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:04 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:04 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:04 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:04 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:04 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:04 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:04 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:04 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:04 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:04 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:04 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:04 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin_user/edit_info?locale=zh-CN" for 127.0.0.1 at 2013-01-17 12:00:30 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"cb5+0kz0wERETWmA6Go6ZBsuFF7E92MYyKVYyRCjjoY=", "admin_user"=>{"username"=>"admin", "email"=>"pvpful@163.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新", "locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (5.5ms) Completed 200 OK in 130ms (Views: 18.0ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-17 12:00:30 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-17 12:00:30 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-17 12:00:30 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:30 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-17 12:00:30 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-17 12:00:30 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-17 12:00:30 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:30 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:30 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:30 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:30 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:30 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:30 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:30 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:30 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:30 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:30 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:30 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:30 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:30 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:30 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:30 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:30 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-17 12:00:30 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin_user/edit?locale=zh-CN" for 127.0.0.1 at 2013-01-17 12:07:59 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"locale"=>"zh-CN", "resource"=>"admin_user"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (5.7ms) Completed 200 OK in 36ms (Views: 18.7ms | ActiveRecord: 0.6ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-17 12:07:59 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-17 12:07:59 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-17 12:07:59 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-17 12:07:59 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-17 12:07:59 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-17 12:07:59 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 12:07:59 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-17 12:07:59 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-17 12:07:59 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-17 12:07:59 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-17 12:07:59 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-17 12:07:59 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-17 12:07:59 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-17 12:07:59 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 12:07:59 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-17 12:07:59 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-17 12:07:59 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-17 12:07:59 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-17 12:07:59 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-17 12:07:59 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-17 12:07:59 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-17 12:07:59 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-17 12:07:59 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-17 12:07:59 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started PUT "/admin_user/edit_info?locale=zh-CN" for 127.0.0.1 at 2013-01-17 12:08:05 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"cb5+0kz0wERETWmA6Go6ZBsuFF7E92MYyKVYyRCjjoY=", "admin_user"=>{"username"=>"admin", "email"=>"pvpful@163.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新", "locale"=>"zh-CN"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (5.7ms) Completed 200 OK in 114ms (Views: 20.7ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-17 12:08:05 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-17 12:08:05 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:05 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-17 12:08:05 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-17 12:08:05 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-17 12:08:05 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-17 12:08:05 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:05 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:05 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:05 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:05 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:05 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:05 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:05 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:05 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:05 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:05 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:05 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:05 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:05 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:05 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:05 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:05 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:05 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin_user/edit?locale=zh-CN" for 127.0.0.1 at 2013-01-17 12:08:25 +0800 Processing by Amalgam::RegistrationsController#edit as HTML Parameters: {"locale"=>"zh-CN", "resource"=>"admin_user"} AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (18.2ms) Completed 200 OK in 149ms (Views: 124.2ms | ActiveRecord: 6.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-17 12:08:25 +0800 Served asset /bootstrap.css - 304 Not Modified (18ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-17 12:08:25 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-17 12:08:25 +0800 Served asset /amalgam/extra.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-17 12:08:25 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-17 12:08:25 +0800 Served asset /amalgam/admin.css - 304 Not Modified (23ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-17 12:08:25 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (38ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:25 +0800 Served asset /modernizr.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:25 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:25 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (9ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:25 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:25 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (12ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:25 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (10ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:25 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (1ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:25 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:25 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:25 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:25 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:25 +0800 Served asset /bootstrap-button.js - 304 Not Modified (5ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:25 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:25 +0800 Served asset /amalgam/extra.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:25 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:25 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:25 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:25 +0800 Served asset /amalgam/admin.js - 304 Not Modified (17ms) Started PUT "/admin_user/edit_info?locale=zh-CN" for 127.0.0.1 at 2013-01-17 12:08:36 +0800 Processing by Amalgam::RegistrationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"cb5+0kz0wERETWmA6Go6ZBsuFF7E92MYyKVYyRCjjoY=", "admin_user"=>{"username"=>"admin", "email"=>"pvpful@163.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"更新", "locale"=>"zh-CN"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/registrations/edit.html.haml within layouts/amalgam/admin/login (6.1ms) Completed 200 OK in 113ms (Views: 19.8ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-17 12:08:36 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-17 12:08:36 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-17 12:08:36 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-17 12:08:36 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-17 12:08:36 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-17 12:08:36 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:36 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:36 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:36 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:36 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:36 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:36 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:36 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:36 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:36 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:36 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:36 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:36 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:36 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:36 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:36 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:36 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:36 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-17 12:08:36 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/" for 127.0.0.1 at 2013-01-18 14:50:04 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (4.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 32ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.2ms) Started GET "/admin" for 127.0.0.1 at 2013-01-18 14:50:09 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (77.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (84.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (89.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (99.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (25.9ms) Completed 200 OK in 397ms (Views: 385.8ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 14:50:09 +0800 Served asset /bootstrap.css - 200 OK (19ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-18 14:50:09 +0800 Served asset /amalgam/admin/_mixins.css - 200 OK (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-18 14:50:09 +0800 Served asset /amalgam/admin/layout.css - 200 OK (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-18 14:50:09 +0800 Served asset /amalgam/admin.css - 200 OK (15ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-18 14:50:09 +0800 Served asset /amalgam/extra.css - 200 OK (1ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-18 14:50:09 +0800 Served asset /amalgam/admin/login.css - 200 OK (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 14:50:09 +0800 Served asset /jquery.js - 200 OK (40ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-18 14:50:10 +0800 Served asset /modernizr.js - 200 OK (3ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-18 14:50:10 +0800 Served asset /jquery.ui.core.js - 200 OK (7ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-18 14:50:10 +0800 Served asset /jquery.ui.mouse.js - 200 OK (8ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-18 14:50:10 +0800 Served asset /jquery.ui.widget.js - 200 OK (6ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-18 14:50:10 +0800 Served asset /jquery.ui.sortable.js - 200 OK (13ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-18 14:50:10 +0800 Served asset /jquery.ui.nestedSortable.js - 200 OK (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-18 14:50:10 +0800 Served asset /jquery.scrollto.js - 200 OK (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 14:50:10 +0800 Served asset /jquery_ujs.js - 200 OK (7ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 14:50:10 +0800 Served asset /bootstrap-dropdown.js - 200 OK (5ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-18 14:50:10 +0800 Served asset /bootstrap-alert.js - 200 OK (6ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 14:50:10 +0800 Served asset /bootstrap-tooltip.js - 200 OK (7ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-18 14:50:10 +0800 Served asset /bootstrap-button.js - 200 OK (5ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-18 14:50:10 +0800 Served asset /amalgam/extra.js - 200 OK (6ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-18 14:50:10 +0800 Served asset /amalgam/admin/popover.js - 200 OK (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-18 14:50:10 +0800 Served asset /amalgam/admin/app.js - 200 OK (1ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-18 14:50:10 +0800 Served asset /amalgam/admin/tree.js - 200 OK (2ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-18 14:50:10 +0800 Served asset /amalgam/admin.js - 200 OK (15ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-18 14:50:10 +0800 Served asset /amalgam/admin/bg.png - 200 OK (5ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-01-18 14:50:10 +0800 Served asset /glyphicons-halflings-white.png - 200 OK (4ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2013-01-18 14:50:10 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 200 OK (43ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2013-01-18 14:50:10 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 200 OK (1ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2013-01-18 14:50:10 +0800 Served asset /glyphicons-halflings.png - 200 OK (5ms) Started PUT "/admin/pages/1?locale=zh-CN" for 127.0.0.1 at 2013-01-18 14:50:20 +0800 Processing by Amalgam::Admin::PagesController#update as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"cb5+0kz0wERETWmA6Go6ZBsuFF7E92MYyKVYyRCjjoY=", "page"=>{"title"=>"测试", "slug"=>"test123"}, "commit"=>"更新页面", "locale"=>"zh-CN", "id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test123' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.4ms) UPDATE "pages" SET "updated_at" = '2013-01-18 06:50:20.123222' WHERE "pages"."id" = 1 SQL (0.5ms) INSERT INTO "page_translations" ("body", "created_at", "locale", "page_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["body", "--- {}\n"], ["created_at", Fri, 18 Jan 2013 14:50:20 CST +08:00], ["locale", "zh-CN"], ["page_id", 1], ["title", nil], ["updated_at", Fri, 18 Jan 2013 14:50:20 CST +08:00]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 AND "page_translations"."locale" = 'zh-CN' LIMIT 1  (0.4ms) UPDATE "page_translations" SET "title" = '测试', "updated_at" = '2013-01-18 06:50:20.133780', "body" = '--- {} ' WHERE "page_translations"."id" = 2 Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 1]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 2]]  (1.2ms) commit transaction Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (37.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (48.9ms) Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" >= 1 AND "pages"."rgt" <= 2) ORDER BY lft ASC, "pages"."lft" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (3.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (56.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_update.js.erb (58.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/update.js.erb (60.2ms) Completed 200 OK in 121ms (Views: 68.7ms | ActiveRecord: 4.3ms) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 14:50:23 +0800 ActionController::RoutingError (No route matches [GET] "/zh-CN/pages/test123"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 14:51:22 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (0.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (17.8ms) Completed 200 OK in 462ms (Views: 396.3ms | ActiveRecord: 1.4ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 14:51:22 +0800 Served asset /responsive.css - 200 OK (16ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 14:51:22 +0800 Served asset /mercury.css - 200 OK (13ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 14:51:22 +0800 Served asset /mercury/mercury.css - 200 OK (16ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 14:51:22 +0800 Served asset /mercury/bootstrap-overrides.css - 200 OK (4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 14:51:22 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 14:51:22 +0800 Served asset /mercury/bootstrap-ish.css - 200 OK (4ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 14:51:22 +0800 Served asset /mercury/dialog.css - 200 OK (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 14:51:22 +0800 Served asset /mercury/lightview.css - 200 OK (43ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 14:51:22 +0800 Served asset /mercury/modal.css - 200 OK (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 14:51:22 +0800 Served asset /mercury/toolbar.css - 200 OK (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 14:51:22 +0800 Served asset /mercury/statusbar.css - 200 OK (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 14:51:22 +0800 Served asset /mercury/tooltip.css - 200 OK (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 14:51:22 +0800 Served asset /mercury/uploader.css - 200 OK (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 14:51:22 +0800 Served asset /mercury/all_images.css - 200 OK (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 14:51:22 +0800 Served asset /amalgam/editor.css - 200 OK (24ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:22 +0800 Served asset /amalgam/mercury.js - 200 OK (54ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:22 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 200 OK (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:22 +0800 Served asset /mercury/dependencies/jquery.additions.js - 200 OK (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:22 +0800 Served asset /mercury/dependencies/liquidmetal.js - 200 OK (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:22 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 200 OK (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:22 +0800 Served asset /mercury/dependencies/showdown.js - 200 OK (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/mercury.js - 200 OK (41ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/native_extensions.js - 200 OK (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/page_editor.js - 200 OK (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/history_buffer.js - 200 OK (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/table_editor.js - 200 OK (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/dialog.js - 200 OK (6ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/palette.js - 200 OK (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/select.js - 200 OK (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/panel.js - 200 OK (45ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/modal.js - 200 OK (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/lightview.js - 200 OK (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/toolbar.js - 200 OK (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/statusbar.js - 200 OK (8ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/toolbar.button.js - 200 OK (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/toolbar.button_group.js - 200 OK (4ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/toolbar.expander.js - 200 OK (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/tooltip.js - 200 OK (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/snippet.js - 200 OK (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/snippet_toolbar.js - 200 OK (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/region.js - 200 OK (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/uploader.js - 200 OK (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/regions/full.js - 200 OK (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/regions/image.js - 200 OK (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/regions/markdown.js - 200 OK (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/regions/simple.js - 200 OK (6ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/regions/snippets.js - 200 OK (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/dialogs/backcolor.js - 200 OK (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/dialogs/forecolor.js - 200 OK (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/dialogs/formatblock.js - 200 OK (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/dialogs/snippetpanel.js - 200 OK (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/dialogs/style.js - 200 OK (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/modals/insertcharacter.js - 200 OK (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/modals/htmleditor.js - 200 OK (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/modals/insertlink.js - 200 OK (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/modals/insertmedia.js - 200 OK (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/modals/insertsnippet.js - 200 OK (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/modals/inserttable.js - 200 OK (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/finalize.js - 200 OK (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 200 OK (2ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /jquery.iframe-transport.js - 200 OK (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /jquery.remotipart.js - 200 OK (4ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /amalgam/editor.js - 200 OK (92ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.7ms) Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358491883776" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358491883776", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Rendered pages/test123.html.haml (0.2ms) Completed 200 OK in 8ms (Views: 1.3ms | ActiveRecord: 0.9ms) Started GET "/assets/mercury/toolbar/primary/_expander.png" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/toolbar/primary/_expander.png - 200 OK (3ms) Started GET "/assets/mercury/loading-dark.gif" for 127.0.0.1 at 2013-01-18 14:51:23 +0800 Served asset /mercury/loading-dark.gif - 200 OK (5ms) Started GET "/assets/mercury/toolbar/primary/save.png" for 127.0.0.1 at 2013-01-18 14:51:29 +0800 Served asset /mercury/toolbar/primary/save.png - 200 OK (6ms) Started GET "/assets/mercury/toolbar/primary/preview.png" for 127.0.0.1 at 2013-01-18 14:51:29 +0800 Served asset /mercury/toolbar/primary/preview.png - 200 OK (8ms) Started GET "/assets/mercury/toolbar/primary/undo.png" for 127.0.0.1 at 2013-01-18 14:51:29 +0800 Served asset /mercury/toolbar/primary/undo.png - 200 OK (5ms) Started GET "/assets/mercury/toolbar/primary/insertmedia.png" for 127.0.0.1 at 2013-01-18 14:51:29 +0800 Served asset /mercury/toolbar/primary/insertmedia.png - 200 OK (4ms) Started GET "/assets/mercury/toolbar/primary/redo.png" for 127.0.0.1 at 2013-01-18 14:51:29 +0800 Served asset /mercury/toolbar/primary/redo.png - 200 OK (4ms) Started GET "/assets/mercury/toolbar/primary/insertlink.png" for 127.0.0.1 at 2013-01-18 14:51:29 +0800 Served asset /mercury/toolbar/primary/insertlink.png - 200 OK (3ms) Started GET "/assets/mercury/toolbar/primary/_pressed.png" for 127.0.0.1 at 2013-01-18 14:51:29 +0800 Served asset /mercury/toolbar/primary/_pressed.png - 200 OK (51ms) Started GET "/assets/mercury/toolbar/primary/inserttable.png" for 127.0.0.1 at 2013-01-18 14:51:29 +0800 Served asset /mercury/toolbar/primary/inserttable.png - 200 OK (3ms) Started GET "/assets/mercury/toolbar/primary/inspectorpanel.png" for 127.0.0.1 at 2013-01-18 14:51:29 +0800 Served asset /mercury/toolbar/primary/inspectorpanel.png - 200 OK (6ms) Started GET "/assets/mercury/toolbar/primary/insertcharacter.png" for 127.0.0.1 at 2013-01-18 14:51:29 +0800 Served asset /mercury/toolbar/primary/insertcharacter.png - 200 OK (4ms) Started GET "/assets/mercury/toolbar/editable/buttons.png" for 127.0.0.1 at 2013-01-18 14:51:29 +0800 Served asset /mercury/toolbar/editable/buttons.png - 200 OK (3ms) Started GET "/assets/mercury/close.png" for 127.0.0.1 at 2013-01-18 14:51:29 +0800 Served asset /mercury/close.png - 200 OK (4ms) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 14:51:55 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' ERROR: compiling _app_views_pages_test____html_haml__838769576765205391_70287914834880 RAISED /Users/brownjohn/code/amalgam/spec/dummy/app/views/pages/test123.html.haml:6: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' Function body: def _app_views_pages_test____html_haml__838769576765205391_70287914834880(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "pages/test123";_old_output_buffer = @output_buffer;;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(@haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>false, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true});_erbout = _hamlout.buffer;__in_erb_template = true;;haml_temp = properties_for @page do |p| _hamlout.push_text("#{_hamlout.format_script_false_false_false_true_false_true_false(( p.string 'title' ));}\n#{_hamlout.format_script_false_false_false_true_false_true_false(( p.attachment 'pic' ));}\n#{_hamlout.format_script_false_false_false_true_false_true_false(( p.attachment 'list' ));}\n#{_hamlout.format_script_false_false_false_true_false_true_false(( p.attachment_list 'pic_list' ));}\n#{_hamlout.format_script_false_false_false_true_false_true_false(( p.attachment_list 'pic_list_2'%h1 test123 ));}\n", 0, false);end _hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n", 0, false);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:297:in `module_eval' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:297:in `compile' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:232:in `compile!' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:144:in `block in render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:125:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:143:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:45:in `render_template' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:18:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:36:in `render_template' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:17:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:110:in `_render_template' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/streaming.rb:225:in `_render_template' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:103:in `render_to_body' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:88:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:16:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:in `ms' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/remotipart-1.0.2/lib/remotipart/render_overrides.rb:8:in `render' /Users/brownjohn/code/amalgam/spec/dummy/app/controllers/pages_controller.rb:8:in `show' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:4:in `send_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in `process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:425:in `_run__3660414061572874051__process_action__311108893754960563__callbacks' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in `process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in `dispatch' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in `block in action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/sass-3.2.1/lib/sass/plugin/rack.rb:54:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/remotipart-1.0.2/lib/remotipart/middleware.rb:30:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/flash.rb:242:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:339:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:64:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `_run__668119121951361730__call__3766207449486584015__callbacks' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/reloader.rb:65:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.8/lib/rails/rack/logger.rb:26:in `call_app' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.8/lib/rails/rack/logger.rb:16:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/request_id.rb:22:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.8/lib/rails/application.rb:223:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.8/lib/rails/rack/log_tailer.rb:17:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (2.3ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (/Users/brownjohn/code/amalgam/spec/dummy/app/views/pages/test123.html.haml:6: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '('): 3: = p.attachment 'pic' 4: = p.attachment 'list' 5: = p.attachment_list 'pic_list' 6: = p.attachment_list 'pic_list_2'%h1 test123 app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.4ms) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 14:53:44 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' ERROR: compiling _app_views_pages_test____html_haml__838769576765205391_70287896410860 RAISED /Users/brownjohn/code/amalgam/spec/dummy/app/views/pages/test123.html.haml:6: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' Function body: def _app_views_pages_test____html_haml__838769576765205391_70287896410860(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "pages/test123";_old_output_buffer = @output_buffer;;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(@haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>false, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true});_erbout = _hamlout.buffer;__in_erb_template = true;;haml_temp = properties_for @page do |p| _hamlout.push_text("#{_hamlout.format_script_false_false_false_true_false_true_false(( p.string 'title' ));}\n#{_hamlout.format_script_false_false_false_true_false_true_false(( p.attachment 'pic' ));}\n#{_hamlout.format_script_false_false_false_true_false_true_false(( p.attachment 'list' ));}\n#{_hamlout.format_script_false_false_false_true_false_true_false(( p.attachment_list 'pic_list' ));}\n#{_hamlout.format_script_false_false_false_true_false_true_false(( p.attachment_list 'pic_list_2'%h1 test123 ));}\n", 0, false);end _hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n", 0, false);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:297:in `module_eval' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:297:in `compile' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:232:in `compile!' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:144:in `block in render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:125:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:143:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:45:in `render_template' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:18:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:36:in `render_template' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:17:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:110:in `_render_template' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/streaming.rb:225:in `_render_template' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:103:in `render_to_body' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:88:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:16:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:in `ms' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/remotipart-1.0.2/lib/remotipart/render_overrides.rb:8:in `render' /Users/brownjohn/code/amalgam/spec/dummy/app/controllers/pages_controller.rb:8:in `show' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:4:in `send_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in `process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:425:in `_run__3660414061572874051__process_action__311108893754960563__callbacks' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in `process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in `dispatch' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in `block in action' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/sass-3.2.1/lib/sass/plugin/rack.rb:54:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/remotipart-1.0.2/lib/remotipart/middleware.rb:30:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/flash.rb:242:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:339:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:64:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `_run__668119121951361730__call__3766207449486584015__callbacks' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/reloader.rb:65:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.8/lib/rails/rack/logger.rb:26:in `call_app' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.8/lib/rails/rack/logger.rb:16:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/request_id.rb:22:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.8/lib/rails/application.rb:223:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.8/lib/rails/rack/log_tailer.rb:17:in `call' /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/brownjohn/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (1.5ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (/Users/brownjohn/code/amalgam/spec/dummy/app/views/pages/test123.html.haml:6: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '('): 3: = p.attachment 'pic' 4: = p.attachment 'list' 5: = p.attachment_list 'pic_list' 6: = p.attachment_list 'pic_list_2'%h1 test123 app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.1ms) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (152.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (52.0ms) Completed 200 OK in 243ms (Views: 237.4ms | ActiveRecord: 1.6ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:54 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:55 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:55 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:55 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 14:53:55 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 14:53:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 14:53:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 14:53:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 14:53:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 14:53:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358492035149" for 127.0.0.1 at 2013-01-18 14:53:55 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358492035149", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (11.6ms) Completed 200 OK in 20ms (Views: 12.2ms | ActiveRecord: 1.3ms) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 14:56:44 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (31.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (54.7ms) Completed 200 OK in 186ms (Views: 118.8ms | ActiveRecord: 2.4ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 70ms (Views: 8.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358492205810" for 127.0.0.1 at 2013-01-18 14:56:45 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358492205810", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (11.2ms) Completed 200 OK in 19ms (Views: 12.0ms | ActiveRecord: 1.3ms) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 14:58:44 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (70.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.9ms) Completed 200 OK in 149ms (Views: 123.0ms | ActiveRecord: 2.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 14:58:44 +0800 Served asset /bootstrap.css - 304 Not Modified (42ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 14:58:44 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 14:58:44 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 14:58:44 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 14:58:44 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 14:58:44 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 14:58:44 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 14:58:44 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 14:58:44 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 14:58:44 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 14:58:44 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 14:58:44 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 14:58:44 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 14:58:44 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 14:58:44 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:44 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:44 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:44 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:44 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:44 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:44 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:44 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:44 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:44 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:44 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:44 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:44 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358492325352" for 127.0.0.1 at 2013-01-18 14:58:45 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358492325352", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (10.2ms) Completed 200 OK in 18ms (Views: 10.8ms | ActiveRecord: 1.2ms) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 14:59:00 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (74.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (16.2ms) Completed 200 OK in 150ms (Views: 124.8ms | ActiveRecord: 2.1ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (44ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358492341686" for 127.0.0.1 at 2013-01-18 14:59:01 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358492341686", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (11.3ms) Completed 200 OK in 18ms (Views: 12.0ms | ActiveRecord: 1.1ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 14:59:28 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (4.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (137.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (62.5ms) Completed 200 OK in 614ms (Views: 481.4ms | ActiveRecord: 7.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /bootstrap.css - 304 Not Modified (18ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/mercury.css - 304 Not Modified (47ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury.css - 304 Not Modified (15ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (7ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/all_images.css - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /amalgam/editor.css - 304 Not Modified (28ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /jquery.js - 304 Not Modified (62ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (53ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/mercury.js - 304 Not Modified (93ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/palette.js - 304 Not Modified (4ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/panel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/modal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:29 +0800 Served asset /mercury/snippet.js - 304 Not Modified (46ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Served asset /mercury/region.js - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Served asset /mercury/uploader.js - 304 Not Modified (7ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (4ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Served asset /amalgam/editor.js - 304 Not Modified (52ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.7ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358492370462" for 127.0.0.1 at 2013-01-18 14:59:30 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358492370462", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (60.2ms) Completed 200 OK in 69ms (Views: 61.3ms | ActiveRecord: 1.4ms) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (66.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (18.4ms) Completed 200 OK in 145ms (Views: 119.2ms | ActiveRecord: 2.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:23 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:24 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:24 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:24 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:24 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:24 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:24 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:24 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:24 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:24 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:24 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:24 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:24 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:24 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:24 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:24 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:24 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:24 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:24 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:24 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:24 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:24 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:02:24 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:02:24 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:02:24 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:02:24 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:02:24 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:02:24 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358492544253" for 127.0.0.1 at 2013-01-18 15:02:24 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358492544253", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (59.6ms) Completed 200 OK in 67ms (Views: 60.3ms | ActiveRecord: 1.2ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:05:44 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (136.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (24.4ms) Completed 200 OK in 603ms (Views: 476.9ms | ActiveRecord: 6.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:05:45 +0800 Served asset /bootstrap.css - 304 Not Modified (10ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:05:45 +0800 Served asset /responsive.css - 304 Not Modified (8ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:05:45 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:05:45 +0800 Served asset /mercury/mercury.css - 304 Not Modified (16ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:05:45 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:05:45 +0800 Served asset /mercury.css - 304 Not Modified (17ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:05:45 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:05:45 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:05:45 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:05:45 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:05:45 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:05:45 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:05:45 +0800 Served asset /amalgam/editor.css - 304 Not Modified (42ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:05:45 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:05:45 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:45 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (91ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:45 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:45 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:45 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:45 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:45 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:45 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:45 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:45 +0800 Served asset /mercury/mercury.js - 304 Not Modified (76ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (6ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/modal.js - 304 Not Modified (9ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/snippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (45ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/region.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (4ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Served asset /amalgam/editor.js - 304 Not Modified (54ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.7ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358492746700" for 127.0.0.1 at 2013-01-18 15:05:46 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358492746700", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (52.1ms) Completed 200 OK in 59ms (Views: 53.2ms | ActiveRecord: 1.2ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:06:53 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (139.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (64.4ms) Completed 200 OK in 609ms (Views: 478.0ms | ActiveRecord: 6.0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:06:54 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (34ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:06:54 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:06:54 +0800 Served asset /mercury/mercury.css - 304 Not Modified (15ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:06:54 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (5ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:06:54 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:06:54 +0800 Served asset /mercury.css - 304 Not Modified (19ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:06:54 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:06:54 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:06:54 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:06:54 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:06:54 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:06:54 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:06:54 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:06:54 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:06:54 +0800 Served asset /amalgam/editor.css - 304 Not Modified (64ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:54 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:54 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (60ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:54 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:54 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:54 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:54 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:54 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:54 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:54 +0800 Served asset /mercury/mercury.js - 304 Not Modified (78ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/dialog.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (7ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (48ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/snippet.js - 304 Not Modified (7ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Served asset /amalgam/editor.js - 304 Not Modified (50ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358492815703" for 127.0.0.1 at 2013-01-18 15:06:55 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358492815703", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (14.0ms) Completed 200 OK in 20ms (Views: 14.6ms | ActiveRecord: 1.3ms) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:08:50 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (14.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.5ms) Completed 200 OK in 71ms (Views: 64.8ms | ActiveRecord: 1.4ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Served asset /amalgam/editor.js - 304 Not Modified (4ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358492931850" for 127.0.0.1 at 2013-01-18 15:08:51 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358492931850", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (12.5ms) Completed 200 OK in 19ms (Views: 13.0ms | ActiveRecord: 1.2ms) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (15.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.9ms) Completed 200 OK in 74ms (Views: 66.4ms | ActiveRecord: 1.3ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:09 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:10 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:10 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:10 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:10 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:10 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:10 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:10 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:10 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:10 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:10 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:10 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:10 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:10 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:10 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:10 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:10 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:10 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:10 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:10 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:10 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:10 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:09:10 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:09:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:09:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:09:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:09:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:09:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358492950299" for 127.0.0.1 at 2013-01-18 15:09:10 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358492950299", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (14.8ms) Completed 200 OK in 25ms (Views: 17.6ms | ActiveRecord: 1.5ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:10:06 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (137.5ms) Compiled amalgam/editor.js (295ms) (pid 39571) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (65.0ms) Completed 200 OK in 958ms (Views: 814.1ms | ActiveRecord: 6.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:10:07 +0800 Served asset /bootstrap.css - 304 Not Modified (42ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:10:07 +0800 Served asset /responsive.css - 304 Not Modified (8ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:10:07 +0800 Served asset /mercury.css - 304 Not Modified (26ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:10:07 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:10:07 +0800 Served asset /mercury/mercury.css - 304 Not Modified (22ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:10:07 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:10:07 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:10:07 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:10:07 +0800 Served asset /mercury/modal.css - 304 Not Modified (6ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:10:07 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (7ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:10:07 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:10:07 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (6ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:10:07 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:10:07 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:10:07 +0800 Served asset /amalgam/editor.css - 304 Not Modified (71ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:07 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (57ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /jquery_ujs.js - 304 Not Modified (8ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (9ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (8ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/mercury.js - 304 Not Modified (96ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/dialog.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/lightview.js - 304 Not Modified (6ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (8ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (48ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/snippet.js - 304 Not Modified (6ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (7ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (7ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Served asset /amalgam/editor.js - 200 OK (51ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:10:08 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:10:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:10:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358493008945" for 127.0.0.1 at 2013-01-18 15:10:09 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358493008945", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (14.2ms) Completed 200 OK in 23ms (Views: 14.8ms | ActiveRecord: 1.5ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:12:15 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (133.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (25.1ms) Completed 200 OK in 608ms (Views: 488.1ms | ActiveRecord: 6.0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:15 +0800 Served asset /responsive.css - 304 Not Modified (12ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/mercury.css - 304 Not Modified (17ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury.css - 304 Not Modified (19ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /bootstrap.css - 304 Not Modified (42ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/all_images.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /amalgam/editor.css - 304 Not Modified (33ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (67ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (12ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/mercury.js - 304 Not Modified (122ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/dialog.js - 304 Not Modified (8ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/select.js - 304 Not Modified (6ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/modal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/snippet.js - 304 Not Modified (6ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (44ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/region.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/uploader.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:16 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:17 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:17 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:17 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:17 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:17 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:17 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (4ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:17 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:17 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:17 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:17 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:17 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:17 +0800 Served asset /amalgam/editor.js - 304 Not Modified (52ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:12:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:12:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:12:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:12:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:12:17 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358493137285" for 127.0.0.1 at 2013-01-18 15:12:17 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358493137285", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (60.6ms) Completed 200 OK in 71ms (Views: 62.9ms | ActiveRecord: 1.4ms) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (15.0ms) Compiled amalgam/editor.js (292ms) (pid 39599) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.9ms) Completed 200 OK in 477ms (Views: 471.3ms | ActiveRecord: 1.2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:47 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Served asset /amalgam/editor.js - 200 OK (51ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358493168440" for 127.0.0.1 at 2013-01-18 15:12:48 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358493168440", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (21.4ms) Completed 200 OK in 30ms (Views: 22.0ms | ActiveRecord: 1.5ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:13:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 44ms (Views: 42.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:13:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:13:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:13:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358493191012" for 127.0.0.1 at 2013-01-18 15:13:11 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358493191012", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (4.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (143.5ms) Completed 200 OK in 278ms (Views: 144.0ms | ActiveRecord: 6.8ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:13:11 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:13:13 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (13.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (64.6ms) Completed 200 OK in 373ms (Views: 368.3ms | ActiveRecord: 1.0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury.css - 304 Not Modified (24ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/mercury.css - 304 Not Modified (19ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /responsive.css - 304 Not Modified (6ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (7ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/uploader.css - 304 Not Modified (44ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (48ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /amalgam/editor.css - 304 Not Modified (28ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (8ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/mercury.js - 304 Not Modified (73ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/dialog.js - 304 Not Modified (4ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/lightview.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (53ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (9ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (6ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/region.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:14 +0800 Served asset /mercury/uploader.js - 304 Not Modified (8ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:15 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:15 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:15 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:15 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:15 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:15 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:15 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:15 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:15 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (44ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:15 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:15 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:15 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:15 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:15 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:15 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (6ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:15 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:15 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:15 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:15 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:15 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:15 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:15 +0800 Served asset /amalgam/editor.js - 304 Not Modified (93ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:13:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:13:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:13:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:13:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:13:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358493195458" for 127.0.0.1 at 2013-01-18 15:13:15 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358493195458", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (14.5ms) Completed 200 OK in 20ms (Views: 15.2ms | ActiveRecord: 1.1ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:13:57 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (133.4ms) Compiled amalgam/editor.js (263ms) (pid 39630) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (62.3ms) Completed 200 OK in 928ms (Views: 800.7ms | ActiveRecord: 6.1ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:58 +0800 Served asset /mercury.css - 304 Not Modified (52ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:58 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:58 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:58 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:58 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:58 +0800 Served asset /mercury/mercury.css - 304 Not Modified (19ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/uploader.css - 304 Not Modified (5ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/all_images.css - 304 Not Modified (41ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /amalgam/editor.css - 304 Not Modified (31ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (61ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (8ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/mercury.js - 304 Not Modified (110ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/palette.js - 304 Not Modified (6ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/select.js - 304 Not Modified (6ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/panel.js - 304 Not Modified (12ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (43ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/snippet.js - 304 Not Modified (8ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/uploader.js - 304 Not Modified (6ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/region.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (4ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:13:59 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:14:00 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:14:00 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:14:00 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:14:00 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:14:00 +0800 Served asset /amalgam/editor.js - 200 OK (55ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:14:00 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:14:00 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.4ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:14:00 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358493240175" for 127.0.0.1 at 2013-01-18 15:14:00 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358493240175", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (13.2ms) Completed 200 OK in 22ms (Views: 14.0ms | ActiveRecord: 1.5ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:14:00 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:14:00 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:15:05 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (139.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (62.0ms) Completed 200 OK in 659ms (Views: 531.8ms | ActiveRecord: 6.1ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury.css - 304 Not Modified (28ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/mercury.css - 304 Not Modified (51ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (6ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/lightview.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (6ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /amalgam/editor.css - 304 Not Modified (30ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /jquery.js - 304 Not Modified (47ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (62ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/mercury.js - 304 Not Modified (116ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (6ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/dialog.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/palette.js - 304 Not Modified (4ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/lightview.js - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/snippet.js - 304 Not Modified (43ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/region.js - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/uploader.js - 304 Not Modified (7ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (7ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:06 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:07 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:07 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:07 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:07 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:07 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:07 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:07 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:07 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:07 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:07 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:07 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:07 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (4ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:07 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:07 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:07 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:07 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:07 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:07 +0800 Served asset /amalgam/editor.js - 304 Not Modified (52ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:15:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:15:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:15:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358493307367" for 127.0.0.1 at 2013-01-18 15:15:07 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358493307367", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (55.9ms) Completed 200 OK in 68ms (Views: 56.7ms | ActiveRecord: 1.4ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:15:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:15:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.8ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:15:31 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (135.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (65.9ms) Completed 200 OK in 624ms (Views: 499.4ms | ActiveRecord: 5.7ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:31 +0800 Served asset /responsive.css - 304 Not Modified (12ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:31 +0800 Served asset /bootstrap.css - 304 Not Modified (39ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:31 +0800 Served asset /mercury/mercury.css - 304 Not Modified (15ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:31 +0800 Served asset /mercury.css - 304 Not Modified (16ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:31 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:31 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (8ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /jquery.js - 304 Not Modified (42ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /amalgam/editor.css - 304 Not Modified (26ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (58ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/mercury.js - 304 Not Modified (104ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/dialog.js - 304 Not Modified (6ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/lightview.js - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (44ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/uploader.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (7ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (44ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:32 +0800 Served asset /amalgam/editor.js - 304 Not Modified (55ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:15:33 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.3ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:15:33 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 9ms (Views: 9.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:15:33 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:15:33 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:15:33 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.4ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358493333124" for 127.0.0.1 at 2013-01-18 15:15:33 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358493333124", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (12.6ms) Completed 200 OK in 21ms (Views: 13.7ms | ActiveRecord: 1.3ms) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (11.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.5ms) Completed 200 OK in 65ms (Views: 60.0ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:38 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:39 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:39 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:39 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:39 +0800 Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:15:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:15:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:15:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:15:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:15:39 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358493339100" for 127.0.0.1 at 2013-01-18 15:15:39 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358493339100", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (66.5ms) Completed 200 OK in 75ms (Views: 67.1ms | ActiveRecord: 1.4ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:15:58 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (136.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (62.3ms) Completed 200 OK in 603ms (Views: 476.2ms | ActiveRecord: 6.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:59 +0800 Served asset /bootstrap.css - 304 Not Modified (43ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:59 +0800 Served asset /mercury.css - 304 Not Modified (15ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:59 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:59 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:59 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:59 +0800 Served asset /mercury/mercury.css - 304 Not Modified (17ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:59 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:59 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:59 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:59 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:59 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:59 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:59 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:59 +0800 Served asset /mercury/all_images.css - 304 Not Modified (41ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:15:59 +0800 Served asset /amalgam/editor.css - 304 Not Modified (42ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:59 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:59 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (68ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:59 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:59 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:59 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:59 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:59 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:59 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:59 +0800 Served asset /mercury/mercury.js - 304 Not Modified (101ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:15:59 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/palette.js - 304 Not Modified (4ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/modal.js - 304 Not Modified (9ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/panel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (41ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/snippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/region.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Served asset /amalgam/editor.js - 304 Not Modified (52ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.4ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358493360679" for 127.0.0.1 at 2013-01-18 15:16:00 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358493360679", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (20.8ms) Completed 200 OK in 29ms (Views: 21.7ms | ActiveRecord: 1.5ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:18:16 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (4.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (145.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (62.7ms) Completed 200 OK in 619ms (Views: 492.1ms | ActiveRecord: 6.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /bootstrap.css - 304 Not Modified (18ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury.css - 304 Not Modified (22ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/mercury.css - 304 Not Modified (14ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/uploader.css - 304 Not Modified (5ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /amalgam/editor.css - 304 Not Modified (68ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (61ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/mercury.js - 304 Not Modified (108ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (7ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/palette.js - 304 Not Modified (4ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/select.js - 304 Not Modified (7ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/lightview.js - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (9ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (9ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (9ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (7ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:17 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:18 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:18 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:18 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:18 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:18 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (4ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:18 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:18 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:18 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:18 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:18 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:18:18 +0800 Served asset /amalgam/editor.js - 304 Not Modified (51ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:18:18 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:18:18 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:18:18 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:18:18 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:18:18 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358493498275" for 127.0.0.1 at 2013-01-18 15:18:18 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358493498275", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (14.9ms) Completed 200 OK in 23ms (Views: 15.9ms | ActiveRecord: 1.4ms) Started PUT "/admin/editor?locale=zh-CN" for 127.0.0.1 at 2013-01-18 15:19:41 +0800 Processing by Amalgam::Admin::EditorController#update as JS Parameters: {"content"=>{"pages/1.attachments_attributes"=>{"value"=>{"0"=>{"file"=>#>, "description"=>"", "name"=>"pic_list"}, "287cb493-f764-4fbf-8dc5-4d7fc9b106d3"=>{"description"=>"", "name"=>"pic"}, "526a13b3-a7fa-4572-a34b-89321e611542"=>{"description"=>"", "name"=>"list"}}}, "pages/1.title"=>{"value"=>"测试"}}, "commit"=>"更新页面", "utf8"=>"✓", "authenticity_token"=>"cb5+0kz0wERETWmA6Go6ZBsuFF7E92MYyKVYyRCjjoY=", "remotipart_submitted"=>"true", "X-Requested-With"=>"IFrame", "X-Http-Accept"=>"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript, */*; q=0.01", "locale"=>"zh-CN"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1  (0.1ms) begin transaction Page Exists (0.2ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test123' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.4ms) UPDATE "pages" SET "updated_at" = '2013-01-18 07:19:42.132822' WHERE "pages"."id" = 1 Binary data inserted for `string` type on column `content_type` Binary data inserted for `string` type on column `file` Binary data inserted for `string` type on column `secure_token` SQL (0.7ms) INSERT INTO "attachments" ("attachable_id", "attachable_type", "content_type", "created_at", "description", "file", "file_size", "name", "original_filename", "position", "secure_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachable_id", 1], ["attachable_type", "Page"], ["content_type", "image/gif"], ["created_at", Fri, 18 Jan 2013 15:19:42 CST +08:00], ["description", ""], ["file", "e2ff.gif"], ["file_size", 3676], ["name", "pic_list"], ["original_filename", "01-01__________07.gif"], ["position", nil], ["secure_token", "e2ff"], ["updated_at", Fri, 18 Jan 2013 15:19:42 CST +08:00]] Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 AND "page_translations"."locale" = 'zh-CN' LIMIT 1  (0.2ms) UPDATE "page_translations" SET "updated_at" = '2013-01-18 07:19:42.151320', "body" = '--- {} ' WHERE "page_translations"."id" = 2 Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 1]] Page::Translation Load (0.0ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 2]]  (0.6ms) commit transaction Rendered text template (0.0ms) Completed 200 OK in 408ms (Views: 4.8ms | ActiveRecord: 3.0ms) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.4ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (24.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (64.9ms) Completed 200 OK in 140ms (Views: 131.4ms | ActiveRecord: 1.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /responsive.css - 304 Not Modified (1ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:42 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:43 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:43 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:43 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:43 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:43 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:19:43 +0800 Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:19:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:19:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:19:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:19:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:19:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358493583154" for 127.0.0.1 at 2013-01-18 15:19:43 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358493583154", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (16.9ms) Completed 200 OK in 24ms (Views: 17.5ms | ActiveRecord: 1.4ms) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:20:21 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (47.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (53.5ms) Completed 200 OK in 206ms (Views: 139.9ms | ActiveRecord: 2.6ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.0ms) Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358493622931" for 127.0.0.1 at 2013-01-18 15:20:22 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358493622931", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (19.5ms) Completed 200 OK in 25ms (Views: 19.8ms | ActiveRecord: 1.2ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:20:39 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (155.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (23.3ms) Completed 200 OK in 647ms (Views: 520.2ms | ActiveRecord: 5.7ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury.css - 304 Not Modified (25ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/mercury.css - 304 Not Modified (14ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/lightview.css - 304 Not Modified (7ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/modal.css - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (40ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/uploader.css - 304 Not Modified (6ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /amalgam/editor.css - 304 Not Modified (31ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (53ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (48ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/mercury.js - 304 Not Modified (41ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/dialog.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/select.js - 304 Not Modified (4ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/lightview.js - 304 Not Modified (41ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/region.js - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/uploader.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (8ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (49ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:40 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:41 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:41 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:41 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:41 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:41 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:41 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:41 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:41 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:20:41 +0800 Served asset /amalgam/editor.js - 304 Not Modified (92ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:20:41 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:20:41 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:20:41 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:20:41 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:20:41 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358493641253" for 127.0.0.1 at 2013-01-18 15:20:41 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358493641253", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (20.5ms) Completed 200 OK in 27ms (Views: 21.1ms | ActiveRecord: 1.2ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:22:55 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (153.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (22.8ms) Completed 200 OK in 634ms (Views: 505.9ms | ActiveRecord: 6.0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:22:56 +0800 Served asset /mercury.css - 304 Not Modified (22ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:22:56 +0800 Served asset /bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:22:56 +0800 Served asset /mercury/mercury.css - 304 Not Modified (17ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:22:56 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (5ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:22:56 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:22:56 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (6ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:22:56 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:22:56 +0800 Served asset /mercury/lightview.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:22:56 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:22:56 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:22:56 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (42ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:22:56 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /amalgam/editor.css - 304 Not Modified (29ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (62ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (57ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/mercury.js - 304 Not Modified (55ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/palette.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/dialog.js - 304 Not Modified (6ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/modal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/lightview.js - 304 Not Modified (42ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/region.js - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (4ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /mercury/finalize.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:22:57 +0800 Served asset /amalgam/editor.js - 304 Not Modified (93ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:22:58 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:22:58 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.6ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:22:58 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (3.0ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:22:58 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.7ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358493778059" for 127.0.0.1 at 2013-01-18 15:22:58 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358493778059", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.3ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (18.2ms) Completed 200 OK in 29ms (Views: 19.8ms | ActiveRecord: 1.6ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:22:58 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/assets/mercury/loading-light.gif" for 127.0.0.1 at 2013-01-18 15:22:58 +0800 Served asset /mercury/loading-light.gif - 200 OK (11ms) Started PUT "/admin/editor?locale=zh-CN" for 127.0.0.1 at 2013-01-18 15:23:20 +0800 Processing by Amalgam::Admin::EditorController#update as JS Parameters: {"content"=>{"pages/1.attachments_attributes"=>{"value"=>{"055b9bbd-ed10-401f-a4b5-1d5f2fb5e362"=>{"file"=>#>, "description"=>"", "name"=>"list"}, "307f3286-8b85-449c-9dda-4717f3258481"=>{"description"=>"", "name"=>"pic"}, "a8f7a549-2743-43d8-8837-3ead480fc03c"=>{"description"=>"", "name"=>"pic_list", "id"=>"1"}, "0"=>{"description"=>"", "name"=>"pic_list"}}}, "pages/1.title"=>{"value"=>"测试"}}, "commit"=>"更新页面", "utf8"=>"✓", "authenticity_token"=>"cb5+0kz0wERETWmA6Go6ZBsuFF7E92MYyKVYyRCjjoY=", "remotipart_submitted"=>"true", "X-Requested-With"=>"IFrame", "X-Http-Accept"=>"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript, */*; q=0.01", "locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1  (0.1ms) begin transaction Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' AND "attachments"."id" IN (1) Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test123' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2013-01-18 07:23:20.777322' WHERE "pages"."id" = 1 Binary data inserted for `string` type on column `content_type` Binary data inserted for `string` type on column `file` Binary data inserted for `string` type on column `secure_token` SQL (0.9ms) INSERT INTO "attachments" ("attachable_id", "attachable_type", "content_type", "created_at", "description", "file", "file_size", "name", "original_filename", "position", "secure_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachable_id", 1], ["attachable_type", "Page"], ["content_type", "image/gif"], ["created_at", Fri, 18 Jan 2013 15:23:20 CST +08:00], ["description", ""], ["file", "c7c7.gif"], ["file_size", 3676], ["name", "list"], ["original_filename", "01-01__________07.gif"], ["position", nil], ["secure_token", "c7c7"], ["updated_at", Fri, 18 Jan 2013 15:23:20 CST +08:00]] Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 AND "page_translations"."locale" = 'zh-CN' LIMIT 1  (0.2ms) UPDATE "page_translations" SET "updated_at" = '2013-01-18 07:23:20.798417', "body" = '--- {} ' WHERE "page_translations"."id" = 2 Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 1]] Page::Translation Load (0.0ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 2]]  (1.2ms) commit transaction Rendered text template (0.0ms) Completed 200 OK in 283ms (Views: 3.6ms | ActiveRecord: 4.0ms) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:23:20 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (25.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.7ms) Completed 200 OK in 144ms (Views: 134.8ms | ActiveRecord: 1.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358493801912" for 127.0.0.1 at 2013-01-18 15:23:21 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358493801912", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (19.6ms) Completed 200 OK in 28ms (Views: 20.4ms | ActiveRecord: 1.5ms) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (46.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.9ms) Completed 200 OK in 159ms (Views: 132.0ms | ActiveRecord: 2.5ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:09 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358493850376" for 127.0.0.1 at 2013-01-18 15:24:10 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358493850376", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (22.3ms) Completed 200 OK in 29ms (Views: 22.8ms | ActiveRecord: 1.4ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:24:26 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (154.2ms) Completed 500 Internal Server Error in 291ms ActionView::Template::Error (undefined method `file' for nil:NilClass): 1: = properties_for @page do |p| 2: = p.string 'title' 3: = p.attachment 'pic' 4: = p.attachment 'list' 5: = p.attachment_list 'pic_list' 6: = p.attachment_list 'pic_list_2' app/views/pages/test123.html.haml:3:in `block in _app_views_pages_test____html_haml__2529397051795789572_70100788926760' app/views/pages/test123.html.haml:1:in `_app_views_pages_test____html_haml__2529397051795789572_70100788926760' app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.3ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:25:09 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (4.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (158.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (60.7ms) Completed 200 OK in 676ms (Views: 548.6ms | ActiveRecord: 7.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:10 +0800 Served asset /bootstrap.css - 304 Not Modified (17ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:10 +0800 Served asset /responsive.css - 304 Not Modified (37ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:10 +0800 Served asset /mercury/mercury.css - 304 Not Modified (14ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:10 +0800 Served asset /mercury.css - 304 Not Modified (15ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:10 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:10 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:10 +0800 Served asset /mercury/dialog.css - 304 Not Modified (6ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:10 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:10 +0800 Served asset /mercury/modal.css - 304 Not Modified (6ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:10 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:10 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:10 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:10 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:10 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:10 +0800 Served asset /amalgam/editor.css - 304 Not Modified (30ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:10 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:10 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (61ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:10 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/mercury.js - 304 Not Modified (106ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (8ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (7ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/dialog.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/palette.js - 304 Not Modified (8ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/lightview.js - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (7ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/region.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (47ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (7ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:11 +0800 Served asset /amalgam/editor.js - 304 Not Modified (54ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:25:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (59.5ms) Completed 200 OK in 62ms (Views: 61.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:25:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.6ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:25:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.6ms) Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:25:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:25:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (1.6ms) Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358493913337" for 127.0.0.1 at 2013-01-18 15:25:13 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358493913337", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (20.0ms) Completed 200 OK in 28ms (Views: 20.7ms | ActiveRecord: 1.5ms) Started PUT "/admin/editor?locale=zh-CN" for 127.0.0.1 at 2013-01-18 15:25:40 +0800 Processing by Amalgam::Admin::EditorController#update as JS Parameters: {"content"=>{"pages/1.attachments_attributes"=>{"value"=>{"a103e7b5-f8dd-4e5f-aace-6aab3d45f9b8"=>{"file"=>#>, "description"=>"", "name"=>"pic"}, "5834ed8e-a86a-40c4-850b-71edd9eb26fa"=>{"description"=>"", "name"=>"list", "id"=>"2"}, "ace7da93-29be-42a7-b331-a755a3c129e7"=>{"description"=>"", "name"=>"pic_list", "id"=>"1"}}}, "pages/1.title"=>{"value"=>"测试"}}, "commit"=>"更新页面", "utf8"=>"✓", "authenticity_token"=>"cb5+0kz0wERETWmA6Go6ZBsuFF7E92MYyKVYyRCjjoY=", "remotipart_submitted"=>"true", "X-Requested-With"=>"IFrame", "X-Http-Accept"=>"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript, */*; q=0.01", "locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1  (0.1ms) begin transaction Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' AND "attachments"."id" IN (2, 1) Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test123' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.4ms) UPDATE "pages" SET "updated_at" = '2013-01-18 07:25:40.763132' WHERE "pages"."id" = 1 Binary data inserted for `string` type on column `content_type` Binary data inserted for `string` type on column `file` Binary data inserted for `string` type on column `secure_token` SQL (0.7ms) INSERT INTO "attachments" ("attachable_id", "attachable_type", "content_type", "created_at", "description", "file", "file_size", "name", "original_filename", "position", "secure_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachable_id", 1], ["attachable_type", "Page"], ["content_type", "application/pdf"], ["created_at", Fri, 18 Jan 2013 15:25:40 CST +08:00], ["description", ""], ["file", "004c.pdf"], ["file_size", 7942122], ["name", "pic"], ["original_filename", "Architect-201211-by-InfoQ.pdf"], ["position", nil], ["secure_token", "004c"], ["updated_at", Fri, 18 Jan 2013 15:25:40 CST +08:00]] Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 AND "page_translations"."locale" = 'zh-CN' LIMIT 1  (0.2ms) UPDATE "page_translations" SET "updated_at" = '2013-01-18 07:25:40.808937', "body" = '--- {} ' WHERE "page_translations"."id" = 2 Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 1]] Page::Translation Load (0.0ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 2]]  (35.6ms) commit transaction Rendered text template (0.0ms) Completed 200 OK in 118ms (Views: 2.7ms | ActiveRecord: 38.2ms) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:25:40 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (21.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (103.9ms) Completed 200 OK in 173ms (Views: 164.7ms | ActiveRecord: 1.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury.css - 304 Not Modified (3ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:25:41 +0800 Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:25:42 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:25:42 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:25:42 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:25:42 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:25:42 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358493942058" for 127.0.0.1 at 2013-01-18 15:25:42 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358493942058", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (28.3ms) Completed 200 OK in 38ms (Views: 29.0ms | ActiveRecord: 1.5ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:29:01 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (155.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (27.2ms) Completed 200 OK in 650ms (Views: 524.9ms | ActiveRecord: 6.2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:01 +0800 Served asset /responsive.css - 304 Not Modified (13ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:01 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:01 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:01 +0800 Served asset /mercury/mercury.css - 304 Not Modified (15ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:01 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (3ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:01 +0800 Served asset /mercury.css - 304 Not Modified (17ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:01 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (39ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/all_images.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /amalgam/editor.css - 304 Not Modified (24ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (60ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (43ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/mercury.js - 304 Not Modified (43ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/dialog.js - 304 Not Modified (4ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/lightview.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/snippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/region.js - 304 Not Modified (7ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (44ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (6ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:02 +0800 Served asset /amalgam/editor.js - 304 Not Modified (95ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:03 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:29:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:29:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:29:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.8ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:29:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:29:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358494143096" for 127.0.0.1 at 2013-01-18 15:29:03 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358494143096", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (19.6ms) Completed 200 OK in 27ms (Views: 20.4ms | ActiveRecord: 1.4ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:29:49 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (157.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (23.6ms) Completed 200 OK in 653ms (Views: 520.9ms | ActiveRecord: 6.2ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:50 +0800 Served asset /mercury/mercury.css - 304 Not Modified (22ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:50 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:50 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:50 +0800 Served asset /mercury.css - 304 Not Modified (19ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:50 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:50 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:50 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:50 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:50 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:50 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:50 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (43ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:50 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:50 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:50 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:29:50 +0800 Served asset /amalgam/editor.css - 304 Not Modified (32ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:50 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:50 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (60ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:50 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:50 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:50 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:50 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (43ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/mercury.js - 304 Not Modified (44ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/palette.js - 304 Not Modified (4ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/select.js - 304 Not Modified (41ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/panel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/modal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/lightview.js - 304 Not Modified (8ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/snippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/region.js - 304 Not Modified (6ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/uploader.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (44ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Served asset /amalgam/editor.js - 304 Not Modified (104ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.4ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358494191839" for 127.0.0.1 at 2013-01-18 15:29:51 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358494191839", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.3ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (17.1ms) Completed 200 OK in 26ms (Views: 18.3ms | ActiveRecord: 1.4ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:30:50 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (165.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (25.8ms) Completed 200 OK in 633ms (Views: 508.4ms | ActiveRecord: 6.2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:30:50 +0800 Served asset /responsive.css - 304 Not Modified (13ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:30:50 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:30:50 +0800 Served asset /mercury/mercury.css - 304 Not Modified (17ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury.css - 304 Not Modified (15ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/modal.css - 304 Not Modified (39ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /amalgam/editor.css - 304 Not Modified (27ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (59ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (46ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/mercury.js - 304 Not Modified (44ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/dialog.js - 304 Not Modified (4ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/select.js - 304 Not Modified (47ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/region.js - 304 Not Modified (8ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/uploader.js - 304 Not Modified (9ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (10ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (44ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (7ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (7ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:51 +0800 Served asset /amalgam/editor.js - 304 Not Modified (94ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:30:52 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:30:52 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:30:52 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:30:52 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.7ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:30:52 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:30:52 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358494252158" for 127.0.0.1 at 2013-01-18 15:30:52 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358494252158", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (18.6ms) Completed 200 OK in 25ms (Views: 19.7ms | ActiveRecord: 1.2ms) Started PUT "/admin/editor?locale=zh-CN" for 127.0.0.1 at 2013-01-18 15:31:05 +0800 Processing by Amalgam::Admin::EditorController#update as JS Parameters: {"content"=>{"pages/1.attachments_attributes"=>{"value"=>{"0"=>{"file"=>#>, "description"=>"", "name"=>"pic_list"}, "15b20b0f-266f-4cff-aa22-2323ecd879d2"=>{"description"=>"", "name"=>"pic", "id"=>"3"}, "cc2d0eab-e28b-44c7-924c-ac2480baba20"=>{"description"=>"", "name"=>"list", "id"=>"2"}, "9ed1123c-cb96-4ec6-95da-c5bc0edfa36a"=>{"description"=>"", "name"=>"pic_list", "id"=>"1"}}}, "pages/1.title"=>{"value"=>"测试"}}, "commit"=>"更新页面", "utf8"=>"✓", "authenticity_token"=>"cb5+0kz0wERETWmA6Go6ZBsuFF7E92MYyKVYyRCjjoY=", "remotipart_submitted"=>"true", "X-Requested-With"=>"IFrame", "X-Http-Accept"=>"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript, */*; q=0.01", "locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? ORDER BY lft ASC LIMIT 1 [["id", "1"]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1  (0.0ms) begin transaction Attachment Load (0.4ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' AND "attachments"."id" IN (3, 2, 1) Page Exists (0.1ms) SELECT 1 AS one FROM "pages" WHERE ("pages"."slug" = 'test123' AND "pages"."id" != 1 AND "pages"."parent_id" IS NULL) LIMIT 1  (0.3ms) UPDATE "pages" SET "updated_at" = '2013-01-18 07:31:06.159263' WHERE "pages"."id" = 1 Binary data inserted for `string` type on column `content_type` Binary data inserted for `string` type on column `file` Binary data inserted for `string` type on column `secure_token` SQL (0.7ms) INSERT INTO "attachments" ("attachable_id", "attachable_type", "content_type", "created_at", "description", "file", "file_size", "name", "original_filename", "position", "secure_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachable_id", 1], ["attachable_type", "Page"], ["content_type", "image/jpeg"], ["created_at", Fri, 18 Jan 2013 15:31:06 CST +08:00], ["description", ""], ["file", "8fae.jpg"], ["file_size", 12716], ["name", "pic_list"], ["original_filename", "4F_U_W_5PFPW_N1Z__YK9NV.jpg"], ["position", nil], ["secure_token", "8fae"], ["updated_at", Fri, 18 Jan 2013 15:31:06 CST +08:00]] Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 AND "page_translations"."locale" = 'zh-CN' LIMIT 1  (0.2ms) UPDATE "page_translations" SET "updated_at" = '2013-01-18 07:31:06.178278', "body" = '--- {} ' WHERE "page_translations"."id" = 2 Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 1]] Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."id" = ? LIMIT 1 [["id", 2]]  (1.3ms) commit transaction Rendered text template (0.0ms) Completed 200 OK in 285ms (Views: 3.9ms | ActiveRecord: 3.9ms) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (80.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.8ms) Completed 200 OK in 144ms (Views: 133.8ms | ActiveRecord: 1.8ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:06 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:07 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:07 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:07 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:07 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:07 +0800 Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:31:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:31:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:31:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:31:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:31:07 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358494267101" for 127.0.0.1 at 2013-01-18 15:31:07 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358494267101", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (22.8ms) Completed 200 OK in 32ms (Views: 23.7ms | ActiveRecord: 1.6ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:31:35 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (159.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (22.9ms) Completed 200 OK in 645ms (Views: 504.3ms | ActiveRecord: 6.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /bootstrap.css - 304 Not Modified (12ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /responsive.css - 304 Not Modified (7ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury.css - 304 Not Modified (17ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/mercury.css - 304 Not Modified (14ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (6ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/dialog.css - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/lightview.css - 304 Not Modified (6ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/modal.css - 304 Not Modified (38ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (7ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /amalgam/editor.css - 304 Not Modified (32ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (59ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (41ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/mercury.js - 304 Not Modified (43ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/lightview.js - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:36 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Served asset /mercury/snippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Served asset /mercury/region.js - 304 Not Modified (8ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (46ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (39ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Served asset /amalgam/editor.js - 304 Not Modified (51ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.7ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.4ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358494297523" for 127.0.0.1 at 2013-01-18 15:31:37 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358494297523", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (23.1ms) Completed 200 OK in 30ms (Views: 24.1ms | ActiveRecord: 1.4ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:34:36 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (4.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (160.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (27.9ms) Completed 200 OK in 642ms (Views: 502.2ms | ActiveRecord: 6.6ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /responsive.css - 304 Not Modified (12ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/mercury.css - 304 Not Modified (13ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury.css - 304 Not Modified (16ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (43ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/uploader.css - 304 Not Modified (7ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /amalgam/editor.css - 304 Not Modified (25ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (59ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (42ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/mercury.js - 304 Not Modified (40ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (6ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/dialog.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/palette.js - 304 Not Modified (42ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (8ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/uploader.js - 304 Not Modified (8ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:37 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:38 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:38 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:38 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:34:38 +0800 Served asset /amalgam/editor.js - 304 Not Modified (90ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:34:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:34:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:34:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.7ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:34:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:34:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.4ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358494478207" for 127.0.0.1 at 2013-01-18 15:34:38 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358494478207", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (20.1ms) Completed 200 OK in 28ms (Views: 20.8ms | ActiveRecord: 1.6ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:38:51 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (165.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (26.7ms) Completed 200 OK in 654ms (Views: 527.1ms | ActiveRecord: 5.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:38:52 +0800 Served asset /bootstrap.css - 304 Not Modified (13ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:38:52 +0800 Served asset /mercury.css - 304 Not Modified (18ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:38:52 +0800 Served asset /mercury/mercury.css - 304 Not Modified (15ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:38:52 +0800 Served asset /responsive.css - 304 Not Modified (6ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:38:52 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:38:52 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:38:52 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:38:52 +0800 Served asset /mercury/lightview.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:38:52 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:38:52 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:38:52 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (42ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:38:52 +0800 Served asset /mercury/uploader.css - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:38:52 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:38:52 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:38:52 +0800 Served asset /amalgam/editor.css - 304 Not Modified (38ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:52 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:52 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (67ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (50ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/mercury.js - 304 Not Modified (57ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/dialog.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/palette.js - 304 Not Modified (6ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/modal.js - 304 Not Modified (46ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/uploader.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (7ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (13ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (8ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /mercury/finalize.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Served asset /amalgam/editor.js - 304 Not Modified (94ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (1.9ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:38:53 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.4ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358494733967" for 127.0.0.1 at 2013-01-18 15:38:54 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358494733967", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (25.7ms) Completed 200 OK in 34ms (Views: 26.8ms | ActiveRecord: 1.5ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:43:28 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (157.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (61.2ms) Completed 200 OK in 659ms (Views: 531.2ms | ActiveRecord: 6.0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:43:29 +0800 Served asset /responsive.css - 304 Not Modified (14ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:43:29 +0800 Served asset /mercury/mercury.css - 304 Not Modified (46ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:43:29 +0800 Served asset /bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:43:29 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:43:29 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:43:29 +0800 Served asset /mercury.css - 304 Not Modified (27ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:43:29 +0800 Served asset /mercury/lightview.css - 304 Not Modified (6ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:43:29 +0800 Served asset /mercury/dialog.css - 304 Not Modified (7ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:43:29 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (9ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:43:29 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:43:29 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:43:29 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:43:29 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:43:29 +0800 Served asset /amalgam/editor.css - 304 Not Modified (70ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:43:29 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:29 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:29 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (52ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:29 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:29 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:29 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:29 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (10ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:29 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:29 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:29 +0800 Served asset /mercury/mercury.js - 304 Not Modified (111ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/select.js - 304 Not Modified (6ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/lightview.js - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (41ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (7ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/snippet.js - 304 Not Modified (6ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (7ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/region.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (9ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (44ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (7ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Served asset /amalgam/editor.js - 304 Not Modified (51ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.3ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358495010806" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358495010806", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (24.1ms) Completed 200 OK in 31ms (Views: 24.9ms | ActiveRecord: 1.2ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:43:30 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 15:53:04 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (53.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (51.3ms) Completed 200 OK in 208ms (Views: 142.7ms | ActiveRecord: 2.6ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 15:53:04 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:53:04 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 15:53:04 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 15:53:04 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 15:53:04 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 15:53:04 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 15:53:04 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 15:53:04 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:53:04 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 15:53:04 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 15:53:04 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 15:53:04 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 15:53:04 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 15:53:04 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/mercury.js - 304 Not Modified (10ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Served asset /amalgam/editor.js - 304 Not Modified (4ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358495585674" for 127.0.0.1 at 2013-01-18 15:53:05 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358495585674", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.6ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (28.5ms) Completed 200 OK in 36ms (Views: 28.7ms | ActiveRecord: 1.7ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 16:00:07 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (164.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (23.4ms) Completed 200 OK in 644ms (Views: 518.8ms | ActiveRecord: 6.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:08 +0800 Served asset /bootstrap.css - 304 Not Modified (15ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:08 +0800 Served asset /mercury.css - 304 Not Modified (16ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:08 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:08 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:08 +0800 Served asset /mercury/mercury.css - 304 Not Modified (15ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:08 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:08 +0800 Served asset /mercury/dialog.css - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:08 +0800 Served asset /mercury/lightview.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:08 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:08 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:08 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (42ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:08 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (7ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:08 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:08 +0800 Served asset /mercury/uploader.css - 304 Not Modified (7ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:08 +0800 Served asset /amalgam/editor.css - 304 Not Modified (31ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (43ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (51ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/mercury.js - 304 Not Modified (64ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/lightview.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/region.js - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (54ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (6ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Served asset /amalgam/editor.js - 304 Not Modified (91ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 16:00:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 16:00:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 16:00:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 16:00:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 16:00:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358496010042" for 127.0.0.1 at 2013-01-18 16:00:10 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358496010042", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (21.8ms) Completed 200 OK in 29ms (Views: 22.6ms | ActiveRecord: 1.1ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 16:00:52 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (162.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (22.1ms) Completed 200 OK in 633ms (Views: 505.9ms | ActiveRecord: 6.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /bootstrap.css - 304 Not Modified (16ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury.css - 304 Not Modified (15ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/mercury.css - 304 Not Modified (17ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/modal.css - 304 Not Modified (43ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (7ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /amalgam/editor.css - 304 Not Modified (35ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (62ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (62ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (7ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/mercury.js - 304 Not Modified (61ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/select.js - 304 Not Modified (41ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:53 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (7ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Served asset /mercury/snippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Served asset /mercury/region.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (45ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (7ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (4ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (7ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (52ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Served asset /amalgam/editor.js - 304 Not Modified (56ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (4.0ms) Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.6ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.7ms) Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358496054539" for 127.0.0.1 at 2013-01-18 16:00:54 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358496054539", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (27.3ms) Completed 200 OK in 34ms (Views: 28.0ms | ActiveRecord: 1.3ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 16:01:33 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (155.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (25.1ms) Completed 200 OK in 650ms (Views: 520.1ms | ActiveRecord: 5.8ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury.css - 304 Not Modified (21ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /responsive.css - 304 Not Modified (6ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/mercury.css - 304 Not Modified (15ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/lightview.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/modal.css - 304 Not Modified (40ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /amalgam/editor.css - 304 Not Modified (28ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (116ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (7ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/mercury.js - 304 Not Modified (59ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (6ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/dialog.js - 304 Not Modified (54ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/palette.js - 304 Not Modified (8ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/panel.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/modal.js - 304 Not Modified (9ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/lightview.js - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/region.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (43ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:34 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:35 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:35 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:35 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:35 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:35 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:35 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:35 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:35 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:35 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (6ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:35 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:35 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:35 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:35 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (6ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:35 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (41ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:35 +0800 Served asset /amalgam/editor.js - 304 Not Modified (52ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 16:01:35 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 16:01:35 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 16:01:35 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 16:01:35 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 16:01:35 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.7ms) Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358496095332" for 127.0.0.1 at 2013-01-18 16:01:35 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358496095332", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (27.7ms) Completed 200 OK in 36ms (Views: 28.4ms | ActiveRecord: 1.5ms) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (86.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (15.2ms) Completed 200 OK in 161ms (Views: 135.8ms | ActiveRecord: 2.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/mercury.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:56 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:57 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:57 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:57 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:57 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:57 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:57 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:57 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:57 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:57 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:57 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:01:57 +0800 Served asset /amalgam/editor.js - 304 Not Modified (3ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 16:01:57 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 16:01:57 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 16:01:57 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 16:01:57 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 16:01:57 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358496117233" for 127.0.0.1 at 2013-01-18 16:01:57 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358496117233", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (77.1ms) Completed 200 OK in 85ms (Views: 78.0ms | ActiveRecord: 1.4ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 16:02:07 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (5.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (159.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (23.9ms) Completed 200 OK in 678ms (Views: 513.4ms | ActiveRecord: 8.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:08 +0800 Served asset /bootstrap.css - 304 Not Modified (14ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:08 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:08 +0800 Served asset /mercury.css - 304 Not Modified (18ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:08 +0800 Served asset /mercury/mercury.css - 304 Not Modified (15ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:08 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:08 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:08 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:08 +0800 Served asset /mercury/lightview.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:08 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:08 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (7ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:08 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (41ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:08 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (7ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:08 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:08 +0800 Served asset /mercury/all_images.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:08 +0800 Served asset /amalgam/editor.css - 304 Not Modified (28ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (62ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (55ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/mercury.js - 304 Not Modified (42ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/dialog.js - 304 Not Modified (7ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/select.js - 304 Not Modified (9ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/modal.js - 304 Not Modified (7ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/panel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/lightview.js - 304 Not Modified (50ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/region.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /mercury/finalize.js - 304 Not Modified (6ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Served asset /amalgam/editor.js - 304 Not Modified (92ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 16:02:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 16:02:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 16:02:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 16:02:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 16:02:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358496130033" for 127.0.0.1 at 2013-01-18 16:02:10 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358496130033", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (25.6ms) Completed 200 OK in 35ms (Views: 26.6ms | ActiveRecord: 1.4ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 16:02:48 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (156.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (61.9ms) Completed 200 OK in 647ms (Views: 523.0ms | ActiveRecord: 6.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:49 +0800 Served asset /bootstrap.css - 304 Not Modified (46ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:49 +0800 Served asset /responsive.css - 304 Not Modified (6ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:49 +0800 Served asset /mercury.css - 304 Not Modified (17ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:49 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:49 +0800 Served asset /mercury/mercury.css - 304 Not Modified (18ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:49 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (6ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:49 +0800 Served asset /mercury/lightview.css - 304 Not Modified (6ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:49 +0800 Served asset /mercury/dialog.css - 304 Not Modified (6ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:49 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:49 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:49 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:49 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:49 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:49 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 16:02:49 +0800 Served asset /amalgam/editor.css - 304 Not Modified (69ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:49 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:49 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (54ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:49 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:49 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:49 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:49 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:49 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:49 +0800 Served asset /mercury/mercury.js - 304 Not Modified (112ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (3ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/dialog.js - 304 Not Modified (4ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/select.js - 304 Not Modified (4ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/lightview.js - 304 Not Modified (6ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (42ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (7ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (7ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/region.js - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (7ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (7ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (43ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (7ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (4ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (7ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Served asset /amalgam/editor.js - 304 Not Modified (49ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358496170760" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358496170760", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (31.4ms) Completed 200 OK in 38ms (Views: 32.2ms | ActiveRecord: 1.4ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 16:02:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 16:05:48 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (164.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (59.4ms) Completed 200 OK in 656ms (Views: 529.8ms | ActiveRecord: 6.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 16:05:49 +0800 Served asset /bootstrap.css - 304 Not Modified (47ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:05:49 +0800 Served asset /mercury/mercury.css - 304 Not Modified (15ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 16:05:49 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 16:05:49 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:05:49 +0800 Served asset /mercury.css - 304 Not Modified (16ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 16:05:49 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 16:05:49 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 16:05:49 +0800 Served asset /mercury/lightview.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 16:05:49 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:05:49 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:05:49 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (8ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 16:05:49 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (6ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 16:05:49 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 16:05:49 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 16:05:49 +0800 Served asset /amalgam/editor.css - 304 Not Modified (65ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:49 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:49 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (72ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:49 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:49 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:49 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:49 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:49 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:49 +0800 Served asset /mercury/mercury.js - 304 Not Modified (77ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:49 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:49 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:49 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (44ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (6ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/snippet.js - 304 Not Modified (6ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (49ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (8ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Served asset /amalgam/editor.js - 304 Not Modified (49ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358496350636" for 127.0.0.1 at 2013-01-18 16:05:50 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358496350636", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (19.4ms) Completed 200 OK in 25ms (Views: 20.1ms | ActiveRecord: 1.0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 16:07:51 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (158.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (68.5ms) Completed 200 OK in 705ms (Views: 580.7ms | ActiveRecord: 6.2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 16:07:52 +0800 Served asset /responsive.css - 304 Not Modified (16ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 16:07:52 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (34ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 16:07:52 +0800 Served asset /bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:07:52 +0800 Served asset /mercury/mercury.css - 304 Not Modified (20ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:07:52 +0800 Served asset /mercury.css - 304 Not Modified (15ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 16:07:52 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 16:07:52 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 16:07:52 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 16:07:52 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 16:07:52 +0800 Served asset /mercury/uploader.css - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/all_images.css - 304 Not Modified (7ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /amalgam/editor.css - 304 Not Modified (67ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (49ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (9ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/mercury.js - 304 Not Modified (102ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (6ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/dialog.js - 304 Not Modified (4ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/palette.js - 304 Not Modified (6ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/select.js - 304 Not Modified (4ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/panel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (45ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/region.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (42ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (7ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:07:53 +0800 Served asset /amalgam/editor.js - 304 Not Modified (90ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 16:07:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 16:07:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 16:07:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.6ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 16:07:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 16:07:54 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358496474111" for 127.0.0.1 at 2013-01-18 16:07:54 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358496474111", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (20.7ms) Completed 200 OK in 29ms (Views: 21.5ms | ActiveRecord: 1.3ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 16:09:36 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (169.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (24.9ms) Completed 200 OK in 657ms (Views: 534.1ms | ActiveRecord: 5.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 16:09:36 +0800 Served asset /bootstrap.css - 304 Not Modified (17ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 16:09:36 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:09:36 +0800 Served asset /mercury/mercury.css - 304 Not Modified (21ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:09:36 +0800 Served asset /mercury.css - 304 Not Modified (21ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (43ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /amalgam/editor.css - 304 Not Modified (29ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (60ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (9ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (56ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (8ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/mercury.js - 304 Not Modified (46ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/dialog.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/select.js - 304 Not Modified (6ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/lightview.js - 304 Not Modified (58ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/snippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/region.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (46ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:37 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:38 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:38 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:38 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:38 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:09:38 +0800 Served asset /amalgam/editor.js - 304 Not Modified (91ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 16:09:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 16:09:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 16:09:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 16:09:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 16:09:38 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358496578208" for 127.0.0.1 at 2013-01-18 16:09:38 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358496578208", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (23.2ms) Completed 200 OK in 30ms (Views: 24.1ms | ActiveRecord: 1.2ms) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (48.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (14.8ms) Completed 200 OK in 163ms (Views: 136.1ms | ActiveRecord: 2.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury.css - 304 Not Modified (1ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:45 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.0ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358496706310" for 127.0.0.1 at 2013-01-18 16:11:46 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358496706310", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (33.0ms) Completed 200 OK in 44ms (Views: 34.1ms | ActiveRecord: 1.8ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 16:11:59 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (161.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (25.0ms) Completed 200 OK in 644ms (Views: 513.4ms | ActiveRecord: 5.8ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 16:12:00 +0800 Served asset /responsive.css - 304 Not Modified (9ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:12:00 +0800 Served asset /mercury/mercury.css - 304 Not Modified (15ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 16:12:00 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 16:12:00 +0800 Served asset /bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 16:12:00 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:12:00 +0800 Served asset /mercury.css - 304 Not Modified (20ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 16:12:00 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 16:12:00 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 16:12:00 +0800 Served asset /mercury/modal.css - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:12:00 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:12:00 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (43ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 16:12:00 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 16:12:00 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 16:12:00 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:00 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 16:12:00 +0800 Served asset /amalgam/editor.css - 304 Not Modified (30ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (56ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (52ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (8ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/mercury.js - 304 Not Modified (54ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/dialog.js - 304 Not Modified (8ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/palette.js - 304 Not Modified (4ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/lightview.js - 304 Not Modified (46ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/region.js - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Served asset /amalgam/editor.js - 304 Not Modified (87ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.7ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 16:12:01 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358496721961" for 127.0.0.1 at 2013-01-18 16:12:02 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358496721961", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (25.0ms) Completed 200 OK in 32ms (Views: 25.8ms | ActiveRecord: 1.3ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 16:13:06 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (157.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (25.5ms) Completed 200 OK in 643ms (Views: 516.4ms | ActiveRecord: 6.3ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:13:07 +0800 Served asset /mercury/mercury.css - 304 Not Modified (19ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 16:13:07 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 16:13:07 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:13:07 +0800 Served asset /mercury.css - 304 Not Modified (20ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 16:13:07 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 16:13:07 +0800 Served asset /bootstrap.css - 304 Not Modified (10ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 16:13:07 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 16:13:07 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 16:13:07 +0800 Served asset /mercury/lightview.css - 304 Not Modified (42ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/all_images.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /amalgam/editor.css - 304 Not Modified (30ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (60ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (54ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/mercury.js - 304 Not Modified (72ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/dialog.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/select.js - 304 Not Modified (40ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/lightview.js - 304 Not Modified (6ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (8ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/snippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (53ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (6ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:13:08 +0800 Served asset /amalgam/editor.js - 304 Not Modified (94ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 16:13:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 16:13:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.6ms) Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 16:13:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 16:13:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 16:13:09 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.4ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358496789111" for 127.0.0.1 at 2013-01-18 16:13:09 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358496789111", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (25.3ms) Completed 200 OK in 33ms (Views: 26.3ms | ActiveRecord: 1.4ms) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 16:14:02 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (88.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (18.1ms) Completed 200 OK in 173ms (Views: 141.1ms | ActiveRecord: 2.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:02 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:02 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:02 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:02 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:02 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:02 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:02 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358496843604" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358496843604", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (84.5ms) Completed 200 OK in 94ms (Views: 85.3ms | ActiveRecord: 1.7ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 16:14:03 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 16:14:20 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (161.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (22.8ms) Completed 200 OK in 648ms (Views: 510.4ms | ActiveRecord: 5.8ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury.css - 304 Not Modified (20ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/mercury.css - 304 Not Modified (18ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /bootstrap.css - 304 Not Modified (9ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (36ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /amalgam/editor.css - 304 Not Modified (31ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (98ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/mercury.js - 304 Not Modified (53ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (6ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/dialog.js - 304 Not Modified (55ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/uploader.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (42ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:21 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:22 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:22 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:22 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:22 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:22 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:22 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:22 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:22 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (6ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:22 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:22 +0800 Served asset /amalgam/editor.js - 304 Not Modified (91ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:22 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 16:14:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.5ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 16:14:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 16:14:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 16:14:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 16:14:22 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358496862281" for 127.0.0.1 at 2013-01-18 16:14:22 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358496862281", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (31.2ms) Completed 200 OK in 39ms (Views: 32.0ms | ActiveRecord: 1.5ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 16:14:53 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (164.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (24.2ms) Completed 200 OK in 635ms (Views: 511.3ms | ActiveRecord: 6.0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:54 +0800 Served asset /mercury.css - 304 Not Modified (22ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:54 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:54 +0800 Served asset /mercury/mercury.css - 304 Not Modified (16ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:54 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:54 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (6ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:54 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:54 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:54 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:54 +0800 Served asset /mercury/modal.css - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:54 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:54 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (45ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (6ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/all_images.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /amalgam/editor.css - 304 Not Modified (30ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (64ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (58ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (8ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/mercury.js - 304 Not Modified (54ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/dialog.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/palette.js - 304 Not Modified (4ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/panel.js - 304 Not Modified (40ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/snippet.js - 304 Not Modified (6ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (8ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/region.js - 304 Not Modified (6ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/uploader.js - 304 Not Modified (11ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:14:55 +0800 Served asset /amalgam/editor.js - 304 Not Modified (86ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 16:14:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 16:14:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 16:14:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 16:14:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.7ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 16:14:56 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358496896073" for 127.0.0.1 at 2013-01-18 16:14:56 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358496896073", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (27.6ms) Completed 200 OK in 35ms (Views: 28.2ms | ActiveRecord: 1.3ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 16:15:17 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (165.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (25.0ms) Completed 200 OK in 662ms (Views: 534.1ms | ActiveRecord: 5.8ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /responsive.css - 304 Not Modified (9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (5ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (5ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury.css - 304 Not Modified (18ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/mercury.css - 304 Not Modified (16ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/dialog.css - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (40ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (51ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /amalgam/editor.css - 304 Not Modified (26ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (62ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (7ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/mercury.js - 304 Not Modified (54ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/palette.js - 304 Not Modified (6ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/panel.js - 304 Not Modified (44ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:18 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (7ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:19 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:19 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:19 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:19 +0800 Served asset /mercury/finalize.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:19 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:19 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:19 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:19 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:15:19 +0800 Served asset /amalgam/editor.js - 304 Not Modified (92ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 16:15:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.3ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 16:15:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 16:15:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.6ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 16:15:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 16:15:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358496919268" for 127.0.0.1 at 2013-01-18 16:15:19 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358496919268", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (23.8ms) Completed 200 OK in 32ms (Views: 24.6ms | ActiveRecord: 1.5ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 16:21:00 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (5.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (145.5ms) Completed 500 Internal Server Error in 294ms ActionView::Template::Error (undefined method `|' for {}:Hash): 1: = properties_for @page do |p| 2: = p.string 'title' 3: = p.attachment 'pic' 4: = p.attachment 'list' 5: = p.attachment_list 'pic_list' 6: = p.attachment_list 'pic_list_2' app/views/pages/test123.html.haml:3:in `block in _app_views_pages_test____html_haml__3769185011546867654_70191653330300' app/views/pages/test123.html.haml:1:in `_app_views_pages_test____html_haml__3769185011546867654_70191653330300' app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.5ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 16:21:23 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (4.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (140.7ms) Completed 500 Internal Server Error in 282ms ActionView::Template::Error (undefined method `|' for {}:Hash): 1: = properties_for @page do |p| 2: = p.string 'title' 3: = p.attachment 'pic' 4: = p.attachment 'list' 5: = p.attachment_list 'pic_list' 6: = p.attachment_list 'pic_list_2' app/views/pages/test123.html.haml:3:in `block in _app_views_pages_test____html_haml__116315201153548653_70124570385780' app/views/pages/test123.html.haml:1:in `_app_views_pages_test____html_haml__116315201153548653_70124570385780' app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.7ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 16:23:10 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (154.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (22.5ms) Completed 200 OK in 604ms (Views: 481.9ms | ActiveRecord: 6.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/mercury.css - 304 Not Modified (18ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (3ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury.css - 304 Not Modified (16ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/modal.css - 304 Not Modified (39ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (7ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /amalgam/editor.css - 304 Not Modified (31ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (60ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (41ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (10ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/mercury.js - 304 Not Modified (67ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/dialog.js - 304 Not Modified (54ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/palette.js - 304 Not Modified (5ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/select.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/modal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/lightview.js - 304 Not Modified (4ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/panel.js - 304 Not Modified (6ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (9ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (7ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:11 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:12 +0800 Served asset /mercury/uploader.js - 304 Not Modified (8ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:12 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:12 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:12 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (44ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:12 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:12 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:12 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:12 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:12 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:12 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:12 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:12 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:12 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:12 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:12 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:12 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:12 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:12 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:12 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:12 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:12 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:12 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:12 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (42ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:23:12 +0800 Served asset /amalgam/editor.js - 304 Not Modified (63ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 16:23:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 16:23:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.8ms) Completed 200 OK in 27ms (Views: 26.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 16:23:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 16:23:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 16:23:13 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.5ms) Completed 200 OK in 4ms (Views: 4.2ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358497393744" for 127.0.0.1 at 2013-01-18 16:23:13 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358497393744", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (29.9ms) Completed 200 OK in 38ms (Views: 30.6ms | ActiveRecord: 1.4ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 16:25:43 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (173.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (61.2ms) Completed 200 OK in 648ms (Views: 553.6ms | ActiveRecord: 6.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /bootstrap.css - 304 Not Modified (45ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /responsive.css - 304 Not Modified (7ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury.css - 304 Not Modified (16ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/mercury.css - 304 Not Modified (14ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /amalgam/editor.css - 304 Not Modified (68ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (53ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/mercury.js - 304 Not Modified (118ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/dialog.js - 304 Not Modified (9ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/palette.js - 304 Not Modified (6ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/select.js - 304 Not Modified (5ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (7ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (44ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/snippet.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/region.js - 304 Not Modified (5ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:44 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:45 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:45 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:45 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:45 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:45 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:45 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:45 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:45 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:45 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (38ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:45 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:45 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:45 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:45 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (4ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:45 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:45 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:45 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:45 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:45 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:25:45 +0800 Served asset /amalgam/editor.js - 304 Not Modified (53ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 16:25:45 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 16:25:45 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.3ms) Completed 200 OK in 50ms (Views: 4.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 16:25:45 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 16:25:45 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 16:25:45 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358497545357" for 127.0.0.1 at 2013-01-18 16:25:45 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358497545357", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (23.6ms) Completed 200 OK in 30ms (Views: 24.2ms | ActiveRecord: 1.1ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 16:26:08 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (165.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (23.5ms) Completed 200 OK in 624ms (Views: 501.5ms | ActiveRecord: 5.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 16:26:09 +0800 Served asset /bootstrap.css - 304 Not Modified (15ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:26:09 +0800 Served asset /mercury.css - 304 Not Modified (16ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 16:26:09 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 16:26:09 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (6ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 16:26:09 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (6ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:26:09 +0800 Served asset /mercury/mercury.css - 304 Not Modified (27ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 16:26:09 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 16:26:09 +0800 Served asset /mercury/lightview.css - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:26:09 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 16:26:09 +0800 Served asset /mercury/modal.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:26:09 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (39ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 16:26:09 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 16:26:09 +0800 Served asset /mercury/uploader.css - 304 Not Modified (6ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 16:26:09 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 16:26:09 +0800 Served asset /amalgam/editor.css - 304 Not Modified (27ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:09 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:09 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (65ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:09 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:09 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:09 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (55ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:09 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (7ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:09 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (9ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:09 +0800 Served asset /mercury/mercury.js - 304 Not Modified (67ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (6ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/dialog.js - 304 Not Modified (4ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/palette.js - 304 Not Modified (7ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/select.js - 304 Not Modified (6ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/panel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/lightview.js - 304 Not Modified (46ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (6ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/snippet.js - 304 Not Modified (6ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (4ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/region.js - 304 Not Modified (7ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (7ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (6ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Served asset /amalgam/editor.js - 304 Not Modified (89ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.7ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.7ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358497570818" for 127.0.0.1 at 2013-01-18 16:26:10 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358497570818", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (22.8ms) Completed 200 OK in 30ms (Views: 23.8ms | ActiveRecord: 1.1ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 16:31:43 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (204.9ms) Completed 500 Internal Server Error in 336ms ActionView::Template::Error (undefined method `link_to' for #): 1: = properties_for @page do |p| 2: = p.string 'title' 3: = p.attachment 'pic' 4: = p.attachment 'list' 5: = p.attachment_list 'pic_list' 6: = p.attachment_list 'pic_list_2' app/views/pages/test123.html.haml:3:in `block in _app_views_pages_test____html_haml__3588778863733663988_70230648790540' app/views/pages/test123.html.haml:1:in `_app_views_pages_test____html_haml__3588778863733663988_70230648790540' app/controllers/pages_controller.rb:8:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.1ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 16:37:16 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (152.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (22.5ms) Completed 200 OK in 605ms (Views: 482.2ms | ActiveRecord: 5.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:17 +0800 Served asset /bootstrap.css - 304 Not Modified (42ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:17 +0800 Served asset /responsive.css - 304 Not Modified (5ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:17 +0800 Served asset /mercury.css - 304 Not Modified (18ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:17 +0800 Served asset /mercury/mercury.css - 304 Not Modified (13ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:17 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:17 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:17 +0800 Served asset /mercury/dialog.css - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:17 +0800 Served asset /mercury/lightview.css - 304 Not Modified (4ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:17 +0800 Served asset /mercury/modal.css - 304 Not Modified (7ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:17 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:17 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:17 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (42ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:17 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:17 +0800 Served asset /mercury/all_images.css - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:17 +0800 Served asset /amalgam/editor.css - 304 Not Modified (29ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:17 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:17 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (63ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:17 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:17 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (48ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (27ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/mercury.js - 304 Not Modified (93ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (5ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/dialog.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (7ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/select.js - 304 Not Modified (11ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/palette.js - 304 Not Modified (6ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/panel.js - 304 Not Modified (7ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/lightview.js - 304 Not Modified (7ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (7ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/modal.js - 304 Not Modified (40ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (4ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:18 +0800 Served asset /amalgam/editor.js - 304 Not Modified (86ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 16:37:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 16:37:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 16:37:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.3ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 16:37:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 16:37:19 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358498239920" for 127.0.0.1 at 2013-01-18 16:37:19 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358498239920", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (21.9ms) Completed 200 OK in 30ms (Views: 22.5ms | ActiveRecord: 1.3ms) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 16:37:33 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (22.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.6ms) Completed 200 OK in 80ms (Views: 72.8ms | ActiveRecord: 1.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:33 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:33 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:33 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:33 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:33 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:33 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:33 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:33 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:33 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:33 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:33 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:33 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:33 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:33 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:33 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 16:37:33 +0800 Served asset /amalgam/editor.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:33 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:33 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:33 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:33 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:33 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:33 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:33 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:33 +0800 Served asset /mercury/mercury.js - 304 Not Modified (2ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:33 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:33 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:33 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:33 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /amalgam/editor.js - 304 Not Modified (4ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.1ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358498254485" for 127.0.0.1 at 2013-01-18 16:37:34 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358498254485", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (21.9ms) Completed 200 OK in 29ms (Views: 22.7ms | ActiveRecord: 1.3ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 16:38:41 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (172.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (22.2ms) Completed 200 OK in 627ms (Views: 505.7ms | ActiveRecord: 5.4ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury.css - 304 Not Modified (20ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/mercury.css - 304 Not Modified (14ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/modal.css - 304 Not Modified (39ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/all_images.css - 304 Not Modified (6ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /amalgam/editor.css - 304 Not Modified (36ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (53ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (44ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/mercury.js - 304 Not Modified (42ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (5ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/palette.js - 304 Not Modified (6ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/panel.js - 304 Not Modified (43ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/lightview.js - 304 Not Modified (5ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (4ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/uploader.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (8ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (7ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (41ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:42 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:43 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:43 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:43 +0800 Served asset /mercury/finalize.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:43 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:43 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:43 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:43 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:38:43 +0800 Served asset /amalgam/editor.js - 304 Not Modified (91ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 16:38:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 16:38:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.4ms) Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 16:38:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.8ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358498323247" for 127.0.0.1 at 2013-01-18 16:38:43 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358498323247", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (25.9ms) Completed 200 OK in 34ms (Views: 26.8ms | ActiveRecord: 1.5ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 16:38:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.4ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 16:38:43 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.4ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 16:49:21 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (161.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (22.6ms) Completed 200 OK in 638ms (Views: 511.3ms | ActiveRecord: 5.7ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 16:49:22 +0800 Served asset /responsive.css - 304 Not Modified (10ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 16:49:22 +0800 Served asset /bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:49:22 +0800 Served asset /mercury/mercury.css - 304 Not Modified (16ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:49:22 +0800 Served asset /mercury.css - 304 Not Modified (15ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 16:49:22 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 16:49:22 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 16:49:22 +0800 Served asset /mercury/dialog.css - 304 Not Modified (4ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 16:49:22 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 16:49:22 +0800 Served asset /mercury/modal.css - 304 Not Modified (38ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:49:22 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:49:22 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 16:49:22 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 16:49:22 +0800 Served asset /mercury/uploader.css - 304 Not Modified (3ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 16:49:22 +0800 Served asset /mercury/all_images.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 16:49:22 +0800 Served asset /amalgam/editor.css - 304 Not Modified (29ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:22 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:22 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (89ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:22 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:22 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:22 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/mercury.js - 304 Not Modified (42ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/dialog.js - 304 Not Modified (45ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/palette.js - 304 Not Modified (4ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/select.js - 304 Not Modified (4ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/modal.js - 304 Not Modified (5ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/uploader.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (45ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (9ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (6ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (2ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (42ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Served asset /amalgam/editor.js - 304 Not Modified (57ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.4ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358498963792" for 127.0.0.1 at 2013-01-18 16:49:23 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358498963792", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.3ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (26.6ms) Completed 200 OK in 33ms (Views: 27.1ms | ActiveRecord: 1.3ms) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 16:50:17 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (59.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.5ms) Completed 200 OK in 116ms (Views: 110.1ms | ActiveRecord: 1.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/mercury.css - 304 Not Modified (0ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (0ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury.css - 304 Not Modified (0ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /responsive.css - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/dialog.css - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/modal.css - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/lightview.css - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/uploader.css - 304 Not Modified (0ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/all_images.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /amalgam/editor.css - 304 Not Modified (3ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/mercury.js - 304 Not Modified (1ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (0ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (0ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/dialog.js - 304 Not Modified (0ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/palette.js - 304 Not Modified (0ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/select.js - 304 Not Modified (0ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/panel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/modal.js - 304 Not Modified (0ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/lightview.js - 304 Not Modified (0ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (0ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (0ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/snippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/region.js - 304 Not Modified (0ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (0ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/uploader.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (0ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (0ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (0ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /mercury/finalize.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (0ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Served asset /amalgam/editor.js - 304 Not Modified (2ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.1ms) Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.0ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.1ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358499018739" for 127.0.0.1 at 2013-01-18 16:50:18 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358499018739", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (26.3ms) Completed 200 OK in 35ms (Views: 27.3ms | ActiveRecord: 1.5ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 16:50:30 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.1ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (159.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (22.5ms) Completed 200 OK in 624ms (Views: 503.7ms | ActiveRecord: 5.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:31 +0800 Served asset /bootstrap.css - 304 Not Modified (43ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:31 +0800 Served asset /mercury.css - 304 Not Modified (20ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:31 +0800 Served asset /responsive.css - 304 Not Modified (6ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:31 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:31 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:31 +0800 Served asset /mercury/mercury.css - 304 Not Modified (16ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:31 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:31 +0800 Served asset /mercury/lightview.css - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:31 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:31 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (36ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:31 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:31 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (4ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:31 +0800 Served asset /mercury/uploader.css - 304 Not Modified (5ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/all_images.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /amalgam/editor.css - 304 Not Modified (32ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (47ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (42ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/mercury.js - 304 Not Modified (46ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (3ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (6ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (9ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/select.js - 304 Not Modified (39ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/palette.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/panel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/modal.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/lightview.js - 304 Not Modified (3ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (5ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (6ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (5ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (48ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (3ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (3ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Served asset /amalgam/editor.js - 304 Not Modified (92ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.6ms) Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.4ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.6ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.5ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358499032935" for 127.0.0.1 at 2013-01-18 16:50:32 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358499032935", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (24.5ms) Completed 200 OK in 31ms (Views: 25.1ms | ActiveRecord: 1.3ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/zh-CN/pages/test123" for 127.0.0.1 at 2013-01-18 16:52:12 +0800 Processing by PagesController#show as HTML Parameters: {"locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.2ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml within layouts/amalgam/admin/editor (159.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (22.4ms) Completed 200 OK in 621ms (Views: 497.6ms | ActiveRecord: 5.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-18 16:52:13 +0800 Served asset /bootstrap.css - 304 Not Modified (15ms) Started GET "/assets/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:52:13 +0800 Served asset /mercury.css - 304 Not Modified (16ms) Started GET "/assets/responsive.css?body=1" for 127.0.0.1 at 2013-01-18 16:52:13 +0800 Served asset /responsive.css - 304 Not Modified (4ms) Started GET "/assets/mercury/mercury.css?body=1" for 127.0.0.1 at 2013-01-18 16:52:13 +0800 Served asset /mercury/mercury.css - 304 Not Modified (18ms) Started GET "/assets/mercury/bootstrap-overrides.css?body=1" for 127.0.0.1 at 2013-01-18 16:52:13 +0800 Served asset /mercury/bootstrap-overrides.css - 304 Not Modified (3ms) Started GET "/assets/mercury/bootstrap-ish.css?body=1" for 127.0.0.1 at 2013-01-18 16:52:13 +0800 Served asset /mercury/bootstrap-ish.css - 304 Not Modified (4ms) Started GET "/assets/mercury/dialog.css?body=1" for 127.0.0.1 at 2013-01-18 16:52:13 +0800 Served asset /mercury/dialog.css - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.css?body=1" for 127.0.0.1 at 2013-01-18 16:52:13 +0800 Served asset /mercury/lightview.css - 304 Not Modified (5ms) Started GET "/assets/mercury/modal.css?body=1" for 127.0.0.1 at 2013-01-18 16:52:13 +0800 Served asset /mercury/modal.css - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:52:13 +0800 Served asset /mercury/statusbar.css - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.css?body=1" for 127.0.0.1 at 2013-01-18 16:52:13 +0800 Served asset /mercury/toolbar.css - 304 Not Modified (38ms) Started GET "/assets/mercury/tooltip.css?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/tooltip.css - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.css?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/uploader.css - 304 Not Modified (4ms) Started GET "/assets/mercury/all_images.css?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/all_images.css - 304 Not Modified (5ms) Started GET "/assets/amalgam/editor.css?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /amalgam/editor.css - 304 Not Modified (27ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /amalgam/mercury.js - 304 Not Modified (81ms) Started GET "/assets/mercury/dependencies/jquery.additions.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/dependencies/jquery.additions.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dependencies/jquery-ui-1.8.13.custom.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/dependencies/jquery-ui-1.8.13.custom.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/mercury/dependencies/jquery.htmlClean.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/dependencies/jquery.htmlClean.js - 304 Not Modified (70ms) Started GET "/assets/mercury/dependencies/liquidmetal.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/dependencies/liquidmetal.js - 304 Not Modified (6ms) Started GET "/assets/mercury/dependencies/showdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/dependencies/showdown.js - 304 Not Modified (7ms) Started GET "/assets/mercury/mercury.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/mercury.js - 304 Not Modified (53ms) Started GET "/assets/mercury/native_extensions.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/native_extensions.js - 304 Not Modified (8ms) Started GET "/assets/mercury/page_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/page_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/history_buffer.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/history_buffer.js - 304 Not Modified (4ms) Started GET "/assets/mercury/table_editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/table_editor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialog.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/dialog.js - 304 Not Modified (3ms) Started GET "/assets/mercury/palette.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/palette.js - 304 Not Modified (4ms) Started GET "/assets/mercury/select.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/select.js - 304 Not Modified (3ms) Started GET "/assets/mercury/panel.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/panel.js - 304 Not Modified (42ms) Started GET "/assets/mercury/modal.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/modal.js - 304 Not Modified (4ms) Started GET "/assets/mercury/statusbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/statusbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/lightview.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/lightview.js - 304 Not Modified (6ms) Started GET "/assets/mercury/toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/toolbar.button.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.button_group.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/toolbar.button_group.js - 304 Not Modified (4ms) Started GET "/assets/mercury/tooltip.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/tooltip.js - 304 Not Modified (3ms) Started GET "/assets/mercury/toolbar.expander.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/toolbar.expander.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/snippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/snippet_toolbar.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/snippet_toolbar.js - 304 Not Modified (6ms) Started GET "/assets/mercury/region.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/region.js - 304 Not Modified (3ms) Started GET "/assets/mercury/uploader.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/uploader.js - 304 Not Modified (3ms) Started GET "/assets/mercury/regions/full.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/regions/full.js - 304 Not Modified (5ms) Started GET "/assets/mercury/regions/image.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/regions/image.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/markdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/regions/markdown.js - 304 Not Modified (6ms) Started GET "/assets/mercury/regions/simple.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/regions/simple.js - 304 Not Modified (4ms) Started GET "/assets/mercury/regions/snippets.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/regions/snippets.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/backcolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/dialogs/backcolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/forecolor.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/dialogs/forecolor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/formatblock.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/dialogs/formatblock.js - 304 Not Modified (3ms) Started GET "/assets/mercury/dialogs/snippetpanel.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/dialogs/snippetpanel.js - 304 Not Modified (4ms) Started GET "/assets/mercury/dialogs/style.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/dialogs/style.js - 304 Not Modified (6ms) Started GET "/assets/mercury/modals/htmleditor.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/modals/htmleditor.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertcharacter.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/modals/insertcharacter.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertlink.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/modals/insertlink.js - 304 Not Modified (4ms) Started GET "/assets/mercury/modals/insertmedia.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/modals/insertmedia.js - 304 Not Modified (3ms) Started GET "/assets/mercury/modals/insertsnippet.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/modals/insertsnippet.js - 304 Not Modified (3ms) Started GET "/assets/mercury/finalize.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/finalize.js - 304 Not Modified (5ms) Started GET "/assets/mercury/modals/inserttable.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /mercury/modals/inserttable.js - 304 Not Modified (5ms) Started GET "/assets/amalgam/mercury/locales/zh-CN.locale.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /amalgam/mercury/locales/zh-CN.locale.js - 304 Not Modified (4ms) Started GET "/assets/jquery.remotipart.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /jquery.remotipart.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (4ms) Started GET "/assets/amalgam/editor.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:14 +0800 Served asset /amalgam/editor.js - 304 Not Modified (85ms) Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-01-18 16:52:15 +0800 Served asset /jquery.iframe-transport.js - 304 Not Modified (1ms) Started GET "/mercury/panels/properties.html" for 127.0.0.1 at 2013-01-18 16:52:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"panels", "resource"=>"properties"} Rendered /Users/brownjohn/code/amalgam/app/views/mercury/panels/properties.html (0.4ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/formatblock.html" for 127.0.0.1 at 2013-01-18 16:52:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"formatblock"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/formatblock.html (0.5ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/forecolor.html" for 127.0.0.1 at 2013-01-18 16:52:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"forecolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/forecolor.html (0.6ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/palettes/backcolor.html" for 127.0.0.1 at 2013-01-18 16:52:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"palettes", "resource"=>"backcolor"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/palettes/backcolor.html (0.6ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms) Started GET "/mercury/selects/style.html" for 127.0.0.1 at 2013-01-18 16:52:15 +0800 Processing by MercuryController#resource as HTML Parameters: {"type"=>"selects", "resource"=>"style"} Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/mercury-rails-0.8.0/app/views/mercury/selects/style.html (0.5ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/zh-CN/pages/test123?mercury_frame=true&_=1358499135135" for 127.0.0.1 at 2013-01-18 16:52:15 +0800 Processing by PagesController#show as HTML Parameters: {"mercury_frame"=>"true", "_"=>"1358499135135", "locale"=>"zh-CN", "slug"=>"test123"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'test123' ORDER BY lft ASC LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE ("pages"."lft" <= 1 AND "pages"."rgt" >= 2) AND ("pages"."id" != 1) ORDER BY lft ASC, "pages"."lft" Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "base_groups" ON "groups"."id" = "base_groups"."group_id" WHERE "base_groups"."groupable_id" = 1 AND "base_groups"."groupable_type" = 'Page' Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Attachment Load (0.3ms) SELECT "attachments".* FROM "attachments" WHERE "attachments"."attachable_id" = 1 AND "attachments"."attachable_type" = 'Page' Rendered pages/test123.html.haml (25.0ms) Completed 200 OK in 31ms (Views: 25.6ms | ActiveRecord: 1.2ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/" for 127.0.0.1 at 2013-01-21 10:09:18 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (6.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.7ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 39ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.2ms) Started GET "/admin" for 127.0.0.1 at 2013-01-21 10:09:22 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (1.0ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.4ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (5.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (105.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (111.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (114.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (123.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (28.6ms) Completed 200 OK in 380ms (Views: 367.1ms | ActiveRecord: 2.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-21 10:09:23 +0800 Served asset /bootstrap.css - 200 OK (13ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-21 10:09:23 +0800 Served asset /amalgam/extra.css - 200 OK (3ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-21 10:09:23 +0800 Served asset /amalgam/admin/layout.css - 200 OK (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-21 10:09:23 +0800 Served asset /amalgam/admin/_mixins.css - 200 OK (3ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-21 10:09:23 +0800 Served asset /amalgam/admin/login.css - 200 OK (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-21 10:09:23 +0800 Served asset /amalgam/admin.css - 200 OK (52ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-21 10:09:23 +0800 Served asset /jquery.js - 200 OK (4ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-21 10:09:23 +0800 Served asset /jquery.ui.core.js - 200 OK (6ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-21 10:09:23 +0800 Served asset /modernizr.js - 200 OK (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-21 10:09:23 +0800 Served asset /jquery.ui.mouse.js - 200 OK (12ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-21 10:09:23 +0800 Served asset /jquery.ui.widget.js - 200 OK (4ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-21 10:09:23 +0800 Served asset /jquery.ui.sortable.js - 200 OK (14ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-21 10:09:23 +0800 Served asset /jquery.ui.nestedSortable.js - 200 OK (2ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-21 10:09:23 +0800 Served asset /jquery.scrollto.js - 200 OK (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-21 10:09:23 +0800 Served asset /jquery_ujs.js - 200 OK (3ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-21 10:09:23 +0800 Served asset /bootstrap-dropdown.js - 200 OK (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-21 10:09:23 +0800 Served asset /bootstrap-alert.js - 200 OK (6ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-21 10:09:23 +0800 Served asset /bootstrap-tooltip.js - 200 OK (4ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-21 10:09:23 +0800 Served asset /bootstrap-button.js - 200 OK (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-21 10:09:23 +0800 Served asset /amalgam/extra.js - 200 OK (1ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-21 10:09:23 +0800 Served asset /amalgam/admin/app.js - 200 OK (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-21 10:09:23 +0800 Served asset /amalgam/admin/popover.js - 200 OK (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-21 10:09:23 +0800 Served asset /amalgam/admin/tree.js - 200 OK (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-21 10:09:23 +0800 Served asset /amalgam/admin.js - 200 OK (16ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-21 10:09:23 +0800 Served asset /amalgam/admin/bg.png - 200 OK (2ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-01-21 10:09:23 +0800 Served asset /glyphicons-halflings-white.png - 200 OK (8ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2013-01-21 10:09:23 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 200 OK (3ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2013-01-21 10:09:23 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 200 OK (1ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2013-01-21 10:09:23 +0800 Served asset /glyphicons-halflings.png - 200 OK (3ms) Connecting to database specified by database.yml DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/group.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from at /Users/brownjohn/code/amalgam/lib/amalgam/models/base_group.rb:4) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2013-01-21 16:33:25 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.1ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (4.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (86.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (92.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (97.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (119.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (25.7ms) Completed 200 OK in 424ms (Views: 360.3ms | ActiveRecord: 4.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-21 16:33:25 +0800 Served asset /bootstrap.css - 200 OK (7ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-21 16:33:25 +0800 Served asset /amalgam/admin/login.css - 200 OK (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-21 16:33:25 +0800 Served asset /amalgam/admin/layout.css - 200 OK (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-21 16:33:25 +0800 Served asset /amalgam/admin/_mixins.css - 200 OK (3ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-21 16:33:25 +0800 Served asset /amalgam/extra.css - 200 OK (2ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-21 16:33:25 +0800 Served asset /amalgam/admin.css - 200 OK (48ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-21 16:33:26 +0800 Served asset /jquery.js - 200 OK (3ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-21 16:33:26 +0800 Served asset /modernizr.js - 200 OK (5ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-21 16:33:26 +0800 Served asset /jquery.ui.core.js - 200 OK (5ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-21 16:33:26 +0800 Served asset /jquery.ui.widget.js - 200 OK (3ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-21 16:33:26 +0800 Served asset /jquery.ui.mouse.js - 200 OK (12ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-21 16:33:26 +0800 Served asset /jquery.ui.sortable.js - 200 OK (10ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-21 16:33:26 +0800 Served asset /jquery.scrollto.js - 200 OK (2ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-21 16:33:26 +0800 Served asset /jquery.ui.nestedSortable.js - 200 OK (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-21 16:33:26 +0800 Served asset /jquery_ujs.js - 200 OK (5ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-21 16:33:26 +0800 Served asset /bootstrap-dropdown.js - 200 OK (3ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-21 16:33:26 +0800 Served asset /bootstrap-alert.js - 200 OK (6ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-21 16:33:26 +0800 Served asset /bootstrap-button.js - 200 OK (4ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-21 16:33:26 +0800 Served asset /bootstrap-tooltip.js - 200 OK (3ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-21 16:33:26 +0800 Served asset /amalgam/extra.js - 200 OK (1ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-21 16:33:26 +0800 Served asset /amalgam/admin/popover.js - 200 OK (2ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-21 16:33:26 +0800 Served asset /amalgam/admin/app.js - 200 OK (2ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-21 16:33:26 +0800 Served asset /amalgam/admin/tree.js - 200 OK (1ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-21 16:33:26 +0800 Served asset /amalgam/admin.js - 200 OK (55ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-21 16:33:26 +0800 Served asset /amalgam/admin/bg.png - 200 OK (1ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2013-01-21 16:33:26 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 200 OK (1ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2013-01-21 16:33:26 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 200 OK (1ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2013-01-21 16:33:30 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (1.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (19.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (22.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (26.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (16.2ms) Completed 200 OK in 63ms (Views: 60.4ms | ActiveRecord: 0.7ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2013-01-21 16:33:33 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (17.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (50.7ms) Completed 200 OK in 86ms (Views: 83.9ms | ActiveRecord: 0.6ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2013-01-21 16:33:35 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (15.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.9ms) Completed 200 OK in 44ms (Views: 41.7ms | ActiveRecord: 0.7ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2013-01-21 16:33:37 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (14.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (18.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (48.9ms) Completed 200 OK in 86ms (Views: 84.1ms | ActiveRecord: 0.6ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2013-01-21 16:33:39 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (15.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.5ms) Completed 200 OK in 46ms (Views: 43.4ms | ActiveRecord: 0.6ms) Started GET "/admin/pages?locale=en" for 127.0.0.1 at 2013-01-21 16:33:41 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (17.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (48.9ms) Completed 200 OK in 84ms (Views: 81.7ms | ActiveRecord: 0.7ms) Started GET "/admin/pages?locale=zh-CN" for 127.0.0.1 at 2013-01-21 16:33:42 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (16.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.2ms) Completed 200 OK in 45ms (Views: 43.0ms | ActiveRecord: 0.6ms) Started GET "/" for 127.0.0.1 at 2013-01-21 16:34:11 +0800 Processing by PagesController#show as HTML Parameters: {"slug"=>"home"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."slug" = 'home' ORDER BY lft ASC LIMIT 1 Completed 500 Internal Server Error in 39ms ActiveRecord::RecordNotFound (Couldn't find page with PATH=home): app/controllers/pages_controller.rb:7:in `show' Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/brownjohn/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.0ms) Started GET "/admin" for 127.0.0.1 at 2013-01-21 16:34:13 +0800 Processing by Amalgam::Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (15.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (13.3ms) Completed 200 OK in 49ms (Views: 45.8ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:13 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:13 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:13 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:13 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:13 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:13 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:13 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:13 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:13 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:13 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:13 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:13 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:13 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:14 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:14 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:14 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:14 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:14 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:14 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:14 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:14 +0800 Served asset /amalgam/admin.js - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:14 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:14 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-node-bg.gif" for 127.0.0.1 at 2013-01-21 16:34:14 +0800 Served asset /amalgam/admin/tree-node-bg.gif - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-01-21 16:34:14 +0800 Served asset /glyphicons-halflings-white.png - 200 OK (3ms) Started GET "/assets/amalgam/admin/bg.png" for 127.0.0.1 at 2013-01-21 16:34:14 +0800 Served asset /amalgam/admin/bg.png - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree-last-node-bg.gif" for 127.0.0.1 at 2013-01-21 16:34:14 +0800 Served asset /amalgam/admin/tree-last-node-bg.gif - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2013-01-21 16:34:14 +0800 Served asset /glyphicons-halflings.png - 200 OK (3ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2013-01-21 16:34:16 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.2ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (3.0ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (17.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (10.7ms) Completed 200 OK in 48ms (Views: 44.7ms | ActiveRecord: 0.8ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:16 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:16 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:16 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:16 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:16 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:16 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:16 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:16 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:16 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:16 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:16 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:16 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:16 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:16 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:16 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:16 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:16 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:16 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:16 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:16 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:16 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:16 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:16 +0800 Served asset /amalgam/admin.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:16 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2013-01-21 16:34:19 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (11.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.2ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (16.5ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.7ms) Completed 200 OK in 88ms (Views: 85.7ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:19 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:19 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:19 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:19 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:19 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:19 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:19 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:19 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:19 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:19 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:19 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:19 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:19 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:19 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:19 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:19 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:19 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:19 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:19 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:19 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:19 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:19 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:19 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:19 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2013-01-21 16:34:21 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (14.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (16.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (51.8ms) Completed 200 OK in 87ms (Views: 84.5ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:21 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:21 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:21 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:21 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:21 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:21 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:21 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:21 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:21 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:21 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:21 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:21 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:21 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:21 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:21 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:21 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:21 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:21 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:21 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:21 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:21 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:21 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:21 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:21 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2013-01-21 16:34:33 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.4ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (11.6ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (12.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (15.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (54.4ms) Completed 200 OK in 87ms (Views: 85.1ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:33 +0800 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:33 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:33 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:33 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:33 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:33 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:33 +0800 Served asset /amalgam/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:33 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:33 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:33 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:33 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:33 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:33 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:33 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:33 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:33 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:33 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:33 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:33 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:33 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:33 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:33 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:33 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:33 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin?locale=en" for 127.0.0.1 at 2013-01-21 16:34:34 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"en"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (1.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (10.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (13.7ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (15.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (17.8ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (12.1ms) Completed 200 OK in 47ms (Views: 45.3ms | ActiveRecord: 0.6ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:35 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:35 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:35 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:35 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:35 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:35 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:35 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:35 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:35 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:35 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:35 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:35 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:35 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:35 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:35 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:35 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:35 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:35 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:35 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:35 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:35 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:35 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:35 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:35 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms) Started GET "/admin?locale=zh-CN" for 127.0.0.1 at 2013-01-21 16:34:36 +0800 Processing by Amalgam::Admin::PagesController#index as HTML Parameters: {"locale"=>"zh-CN"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Page Load (0.3ms) SELECT "pages".* FROM "pages" ORDER BY lft ASC Page::Translation Load (0.2ms) SELECT "page_translations".* FROM "page_translations" WHERE "page_translations"."page_id" = 1 Amalgam::Models::Group Load (0.1ms) SELECT "groups".* FROM "groups" Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_fields.html.haml (2.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/_tree_inner.html.haml (9.9ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (0.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_node.html.haml (12.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/tree/_list.html.haml (13.1ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/pages/index.html.haml within layouts/amalgam/admin/application (15.3ms) Rendered /Users/brownjohn/code/amalgam/app/views/amalgam/admin/_nav_bar.html.haml (11.2ms) Completed 200 OK in 44ms (Views: 41.0ms | ActiveRecord: 0.7ms) Started GET "/assets/amalgam/extra.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:36 +0800 Served asset /amalgam/extra.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:36 +0800 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/amalgam/admin/layout.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:36 +0800 Served asset /amalgam/admin/layout.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:36 +0800 Served asset /amalgam/admin.css - 304 Not Modified (2ms) Started GET "/assets/amalgam/admin/_mixins.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:36 +0800 Served asset /amalgam/admin/_mixins.css - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/login.css?body=1" for 127.0.0.1 at 2013-01-21 16:34:36 +0800 Served asset /amalgam/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:37 +0800 Served asset /modernizr.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:37 +0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:37 +0800 Served asset /jquery.ui.widget.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:37 +0800 Served asset /jquery.ui.core.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:37 +0800 Served asset /jquery.ui.sortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:37 +0800 Served asset /jquery.ui.mouse.js - 304 Not Modified (0ms) Started GET "/assets/jquery.scrollto.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:37 +0800 Served asset /jquery.scrollto.js - 304 Not Modified (0ms) Started GET "/assets/jquery.ui.nestedSortable.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:37 +0800 Served asset /jquery.ui.nestedSortable.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:37 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:37 +0800 Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:37 +0800 Served asset /bootstrap-alert.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:37 +0800 Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/extra.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:37 +0800 Served asset /amalgam/extra.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:37 +0800 Served asset /bootstrap-button.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/app.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:37 +0800 Served asset /amalgam/admin/app.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/popover.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:37 +0800 Served asset /amalgam/admin/popover.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin/tree.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:37 +0800 Served asset /amalgam/admin/tree.js - 304 Not Modified (0ms) Started GET "/assets/amalgam/admin.js?body=1" for 127.0.0.1 at 2013-01-21 16:34:37 +0800 Served asset /amalgam/admin.js - 304 Not Modified (1ms)